i965: Add SFID #defines for media stuff.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 9 Dec 2013 00:35:36 +0000 (16:35 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 19 Jan 2014 05:55:31 +0000 (21:55 -0800)
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@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_defines.h

index e935e3b3d359ee313a920b041f41c1eaa7e977e5..3d7d77742fe482498e5c4f17e7c17c798fa3acd7 100644 (file)
@@ -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