forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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;