On Tue, 14 Feb 2012 22:09:15 +0100, Ben Widawsky <b...@bwidawsk.net> wrote:
> Extend the flag parameter to support the context id (from the create
> IOCTL) so that userspace can associate a context with the batchbuffer.
> 
> Signed-off-by: Ben Widawsky <b...@bwidawsk.net>

>  /** Resets the SO write offset registers for transform feedback on gen7. */
>  #define I915_EXEC_GEN7_SOL_RESET     (1<<8)
> +#define I915_EXEC_CONTEXT_MASK               (((1<<22)-1) << 9)

Instead of stuffing a context id into a subset of flags, could we just
use a uint32_t context id in half of rsvd1?  Yeah, having over 1 << 22
contexts is crazy, but this just seems to eat up all the rest of the
flags for no reason and then we'll have to carve out of rsvd1 for the
next flag.

Attachment: pgpiF8fDbdsXi.pgp
Description: PGP signature

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to