hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/gpu/drm/amd/amdgpu/cikd.h
....@@ -54,8 +54,6 @@
5454 #define BONAIRE_GB_ADDR_CONFIG_GOLDEN 0x12010001
5555 #define HAWAII_GB_ADDR_CONFIG_GOLDEN 0x12011003
5656
57
-#define AMDGPU_NUM_OF_VMIDS 8
58
-
5957 #define PIPEID(x) ((x) << 0)
6058 #define MEID(x) ((x) << 2)
6159 #define VMID(x) ((x) << 4)
....@@ -450,7 +448,7 @@
450448 # define PACKET3_DMA_DATA_CMD_SAIC (1 << 28)
451449 # define PACKET3_DMA_DATA_CMD_DAIC (1 << 29)
452450 # define PACKET3_DMA_DATA_CMD_RAW_WAIT (1 << 30)
453
-#define PACKET3_AQUIRE_MEM 0x58
451
+#define PACKET3_ACQUIRE_MEM 0x58
454452 #define PACKET3_REWIND 0x59
455453 #define PACKET3_LOAD_UCONFIG_REG 0x5E
456454 #define PACKET3_LOAD_SH_REG 0x5F