summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_disasm.c
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-08-25 16:22:58 -0700
committerJason Ekstrand <[email protected]>2016-09-03 08:23:07 -0700
commit979d0aca6277975986f5f278cad0f37616c9d91f (patch)
treefdc374fbcc8f489c26d79420a34b58346d0a3ac8 /src/mesa/drivers/dri/i965/brw_disasm.c
parent527f37199929932300acc1688d8160e1f3b1d753 (diff)
intel: Rename brw_get_device_name/info to gen_get_device_name/info
Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_disasm.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_disasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c b/src/mesa/drivers/dri/i965/brw_disasm.c
index 32cf134ea8f..5e51be79748 100644
--- a/src/mesa/drivers/dri/i965/brw_disasm.c
+++ b/src/mesa/drivers/dri/i965/brw_disasm.c
@@ -404,7 +404,7 @@ static const char *const dp_rc_msg_type_gen9[16] = {
};
static const char *const *
-dp_rc_msg_type(const struct brw_device_info *devinfo)
+dp_rc_msg_type(const struct gen_device_info *devinfo)
{
return (devinfo->gen >= 9 ? dp_rc_msg_type_gen9 :
devinfo->gen >= 7 ? dp_rc_msg_type_gen7 :