Skip to content

Commit

Permalink
drm/amdgpu/gfx7: add MTYPE definition
Browse files Browse the repository at this point in the history
Signed-off-by: Flora Cui <[email protected]>
Reviewed-by: Jammy Zhou <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
  • Loading branch information
Flora Cui authored and alexdeucher committed Mar 17, 2016
1 parent 35264f6 commit b9c743b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/gpu/drm/amd/include/asic_reg/gca/gfx_7_2_enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -6225,6 +6225,12 @@ typedef enum TCC_CACHE_POLICIES {
TCC_CACHE_POLICY_STREAM = 0x1,
TCC_CACHE_POLICY_BYPASS = 0x2,
} TCC_CACHE_POLICIES;
typedef enum MTYPE {
MTYPE_NC_NV = 0x0,
MTYPE_NC = 0x1,
MTYPE_CC = 0x2,
MTYPE_UC = 0x3,
} MTYPE;
typedef enum PERFMON_COUNTER_MODE {
PERFMON_COUNTER_MODE_ACCUM = 0x0,
PERFMON_COUNTER_MODE_ACTIVE_CYCLES = 0x1,
Expand Down

0 comments on commit b9c743b

Please sign in to comment.