Searched refs:HDP_HOST_PATH_CNTL (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | gmc_v7_0.c | 880 data = REG_SET_FIELD(data, HDP_HOST_PATH_CNTL, CLOCK_GATING_DIS, 0); in gmc_v7_0_enable_hdp_mgcg() 882 data = REG_SET_FIELD(data, HDP_HOST_PATH_CNTL, CLOCK_GATING_DIS, 1); in gmc_v7_0_enable_hdp_mgcg()
|
D | sid.h | 639 #define HDP_HOST_PATH_CNTL 0xB00 macro
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | rv770.c | 1592 hdp_host_path_cntl = RREG32(HDP_HOST_PATH_CNTL); in rv770_gpu_init() 1593 WREG32(HDP_HOST_PATH_CNTL, hdp_host_path_cntl); in rv770_gpu_init()
|
D | rv770d.h | 430 #define HDP_HOST_PATH_CNTL 0x2C00 macro
|
D | nid.h | 216 #define HDP_HOST_PATH_CNTL 0x2C00 macro
|
D | ni.c | 1241 hdp_host_path_cntl = RREG32(HDP_HOST_PATH_CNTL); in cayman_gpu_init() 1242 WREG32(HDP_HOST_PATH_CNTL, hdp_host_path_cntl); in cayman_gpu_init()
|
D | sid.h | 637 #define HDP_HOST_PATH_CNTL 0x2C00 macro
|
D | cikd.h | 760 #define HDP_HOST_PATH_CNTL 0x2C00 macro
|
D | si.c | 3347 hdp_host_path_cntl = RREG32(HDP_HOST_PATH_CNTL); in si_gpu_init() 3348 WREG32(HDP_HOST_PATH_CNTL, hdp_host_path_cntl); in si_gpu_init() 5586 orig = data = RREG32(HDP_HOST_PATH_CNTL); in si_enable_hdp_mgcg() 5594 WREG32(HDP_HOST_PATH_CNTL, data); in si_enable_hdp_mgcg()
|
D | evergreend.h | 915 #define HDP_HOST_PATH_CNTL 0x2C00 macro
|
D | cik.c | 3410 hdp_host_path_cntl = RREG32(HDP_HOST_PATH_CNTL); in cik_gpu_init() 3411 WREG32(HDP_HOST_PATH_CNTL, hdp_host_path_cntl); in cik_gpu_init() 6262 orig = data = RREG32(HDP_HOST_PATH_CNTL); in cik_enable_hdp_mgcg() 6270 WREG32(HDP_HOST_PATH_CNTL, data); in cik_enable_hdp_mgcg()
|
D | r600d.h | 318 #define HDP_HOST_PATH_CNTL 0x2C00 macro
|
D | r600.c | 2372 tmp = RREG32(HDP_HOST_PATH_CNTL); in r600_gpu_init() 2373 WREG32(HDP_HOST_PATH_CNTL, tmp); in r600_gpu_init()
|
D | evergreen.c | 3697 hdp_host_path_cntl = RREG32(HDP_HOST_PATH_CNTL); in evergreen_gpu_init() 3698 WREG32(HDP_HOST_PATH_CNTL, hdp_host_path_cntl); in evergreen_gpu_init()
|