diff options
author | Lionel Landwerlin <[email protected]> | 2018-06-08 22:18:46 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2019-04-17 14:10:42 +0100 |
commit | d47cc4acbfe66e91cf24d13b56862697a6bc735b (patch) | |
tree | 1d7fa5e665340b730cde1b60b41ddfca57bbec1b /src/mesa/drivers/dri/i965 | |
parent | b48d6d74717d5024f5b3a3e9d5b6f3a6bfa00617 (diff) |
i965: move mdapi guid into intel/perf
One more thing we want to share between the different APIs.
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Mark Janes <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_performance_query_mdapi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_performance_query_mdapi.c b/src/mesa/drivers/dri/i965/brw_performance_query_mdapi.c index fbdbca1260c..d95a9638731 100644 --- a/src/mesa/drivers/dri/i965/brw_performance_query_mdapi.c +++ b/src/mesa/drivers/dri/i965/brw_performance_query_mdapi.c @@ -187,8 +187,7 @@ brw_perf_query_register_mdapi_oa_query(struct brw_context *brw) query->kind = GEN_PERF_QUERY_TYPE_RAW; query->name = "Intel_Raw_Hardware_Counters_Set_0_Query"; - /* Guid has to matches with MDAPI's. */ - query->guid = "2f01b241-7014-42a7-9eb6-a925cad3daba"; + query->guid = GEN_PERF_QUERY_GUID_MDAPI; { /* Accumulation buffer offsets copied from an actual query... */ |