Mesa (master): i965: Add SFID #defines for media stuff.

Kenneth Graunke kwg at kemper.freedesktop.org
Sun Jan 19 06:03:52 UTC 2014


Module: Mesa
Branch: master
Commit: f4cf231cac17fa7e600ba9cbb033d41543cb4f3f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4cf231cac17fa7e600ba9cbb033d41543cb4f3f

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Sun Dec  8 16:35:36 2013 -0800

i965: Add SFID #defines for media stuff.

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>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/mesa/drivers/dri/i965/brw_defines.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h
index e935e3b..3d7d777 100644
--- a/src/mesa/drivers/dri/i965/brw_defines.h
+++ b/src/mesa/drivers/dri/i965/brw_defines.h
@@ -1092,6 +1092,7 @@ 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,
@@ -1100,6 +1101,7 @@ enum brw_message_target {
    GEN7_SFID_DATAPORT_DATA_CACHE     = 10,
    GEN7_SFID_PIXEL_INTERPOLATOR      = 11,
    HSW_SFID_DATAPORT_DATA_CACHE_1    = 12,
+   HSW_SFID_CRE                      = 13,
 };
 
 #define GEN7_MESSAGE_TARGET_DP_DATA_CACHE     10




More information about the mesa-commit mailing list