hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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;