hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/gpu/drm/amd/include/vega10_enum.h
....@@ -1037,6 +1037,7 @@
10371037 typedef enum MTYPE {
10381038 MTYPE_NC = 0x00000000,
10391039 MTYPE_WC = 0x00000001,
1040
+MTYPE_RW = 0x00000001,
10401041 MTYPE_CC = 0x00000002,
10411042 MTYPE_UC = 0x00000003,
10421043 } MTYPE;