arm64: More than 16 stream ids
Joel Schopp
joel.schopp at amd.com
Thu Jul 31 10:36:30 PDT 2014
I recently ran into a situation where I needed more than 16 stream ids for an smmu, but we are currently limited to 16 by:
#define MAX_MASTER_STREAMIDS MAX_PHANDLE_ARGS
#define MAX_PHANDLE_ARGS 16
I changed that 16 to 32 and everything worked for me. I am wondering if this is the preferred way to fix the limitation? If so I'd be happy to send out the 1 line patch.
-Joel
More information about the linux-arm-kernel
mailing list