[Mesa-dev] [PATCH 2/8] i965: Add SFID #defines for media stuff.
Chris Forbes
chrisf at ijw.co.nz
Wed Dec 11 13:15:21 PST 2013
My patches for making the pixel interpolator actually work already
introduce the SFID with a longer name -- is there stuff in
intel_gpu_tools that expects GEN7_SFID_PI?
On Wed, Dec 11, 2013 at 8:25 PM, Kenneth Graunke <kenneth at whitecape.org> wrote:
> While we probably won't ever use these, having them makes it easy to
> share disassembler code between intel-gpu-tools and Mesa.
>
> Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
> ---
> src/mesa/drivers/dri/i965/brw_defines.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h
> index f24d7ab..b369cbb 100644
> --- a/src/mesa/drivers/dri/i965/brw_defines.h
> +++ b/src/mesa/drivers/dri/i965/brw_defines.h
> @@ -1084,13 +1084,16 @@ enum brw_message_target {
> BRW_SFID_DATAPORT_WRITE = 5,
> BRW_SFID_URB = 6,
> BRW_SFID_THREAD_SPAWNER = 7,
> + BRW_SFID_VME = 8,
>
> GEN6_SFID_DATAPORT_SAMPLER_CACHE = 4,
> GEN6_SFID_DATAPORT_RENDER_CACHE = 5,
> GEN6_SFID_DATAPORT_CONSTANT_CACHE = 9,
>
> GEN7_SFID_DATAPORT_DATA_CACHE = 10,
> + GEN7_SFID_PI = 11,
> HSW_SFID_DATAPORT_DATA_CACHE_1 = 12,
> + HSW_SFID_CRE = 13,
> };
>
> #define GEN7_MESSAGE_TARGET_DP_DATA_CACHE 10
> --
> 1.8.4.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list