> -#define STD_MI_OPCODE_MASK 0xFF800000 > -#define STD_3D_OPCODE_MASK 0xFFFF0000 > -#define STD_2D_OPCODE_MASK 0xFFC00000 > -#define STD_MFX_OPCODE_MASK 0xFFFF0000 > +#define STD_MI_OPCODE_SHIFT (32 - 9) > +#define STD_3D_OPCODE_SHIFT (32 - 16) > +#define STD_2D_OPCODE_SHIFT (32 - 10) > +#define STD_MFX_OPCODE_SHIFT (32 - 16) Why don't we make use of this one in cmd_header_key? What client is it supposed to map to? _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx
- [Intel-gfx] cmdparser perf improvement Chris Wilson
- [Intel-gfx] [PATCH 3/9] drm/i915/cmdparser: Use cached v... Chris Wilson
- Re: [Intel-gfx] [PATCH 3/9] drm/i915/cmdparser: Use ... Matthew Auld
- Re: [Intel-gfx] [PATCH 3/9] drm/i915/cmdparser: ... Chris Wilson
- Re: [Intel-gfx] [PATCH 3/9] drm/i915/cmdparser: Use ... Matthew Auld
- Re: [Intel-gfx] [PATCH 3/9] drm/i915/cmdparser: ... Chris Wilson
- Re: [Intel-gfx] [PATCH 3/9] drm/i915/cmdpars... Matthew Auld
- [Intel-gfx] [PATCH 2/9] drm/i915/cmdparser: Add the TIME... Chris Wilson
- [Intel-gfx] [PATCH 5/9] drm/i915/cmdparser: Improve hash... Chris Wilson
- Re: [Intel-gfx] [PATCH 5/9] drm/i915/cmdparser: Impr... Matthew Auld
- Re: [Intel-gfx] [PATCH 5/9] drm/i915/cmdparser: ... Chris Wilson
- Re: [Intel-gfx] [PATCH 5/9] drm/i915/cmdpars... Matthew Auld
- [Intel-gfx] [PATCH 6/9] drm/i915/cmdparser: Compare agai... Chris Wilson
- Re: [Intel-gfx] [PATCH 6/9] drm/i915/cmdparser: Comp... Matthew Auld
- Re: [Intel-gfx] [PATCH 6/9] drm/i915/cmdparser: ... Chris Wilson
- Re: [Intel-gfx] [PATCH 6/9] drm/i915/cmdpars... Matthew Auld
- [Intel-gfx] [PATCH 1/9] drm/i915/cmdparser: Make initial... Chris Wilson
- Re: [Intel-gfx] [PATCH 1/9] drm/i915/cmdparser: Make... Matthew Auld
- Re: [Intel-gfx] [PATCH 1/9] drm/i915/cmdparser: ... Chris Wilson
- [Intel-gfx] [PATCH 4/9] drm/i915/cmdparser: Only cache t... Chris Wilson