forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
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;