Searched refs:CLOCK_GATING_DIS (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gmc_v7_0.c | 891 data = REG_SET_FIELD(data, HDP_HOST_PATH_CNTL, CLOCK_GATING_DIS, 0); in gmc_v7_0_enable_hdp_mgcg() 893 data = REG_SET_FIELD(data, HDP_HOST_PATH_CNTL, CLOCK_GATING_DIS, 1); in gmc_v7_0_enable_hdp_mgcg()
|
H A D | sid.h | 639 #define CLOCK_GATING_DIS (1 << 23) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gmc_v7_0.c | 884 data = REG_SET_FIELD(data, HDP_HOST_PATH_CNTL, CLOCK_GATING_DIS, 0); in gmc_v7_0_enable_hdp_mgcg() 886 data = REG_SET_FIELD(data, HDP_HOST_PATH_CNTL, CLOCK_GATING_DIS, 1); in gmc_v7_0_enable_hdp_mgcg()
|
H A D | sid.h | 639 #define CLOCK_GATING_DIS (1 << 23) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | cikd.h | 761 #define CLOCK_GATING_DIS (1 << 23) macro
|
H A D | sid.h | 638 #define CLOCK_GATING_DIS (1 << 23) macro
|
H A D | si.c | 5597 data &= ~CLOCK_GATING_DIS; in si_enable_hdp_mgcg() 5599 data |= CLOCK_GATING_DIS; in si_enable_hdp_mgcg()
|
H A D | cik.c | 6265 data &= ~CLOCK_GATING_DIS; in cik_enable_hdp_mgcg() 6267 data |= CLOCK_GATING_DIS; in cik_enable_hdp_mgcg()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | cikd.h | 761 #define CLOCK_GATING_DIS (1 << 23) macro
|
H A D | sid.h | 638 #define CLOCK_GATING_DIS (1 << 23) macro
|
H A D | si.c | 5592 data &= ~CLOCK_GATING_DIS; in si_enable_hdp_mgcg() 5594 data |= CLOCK_GATING_DIS; in si_enable_hdp_mgcg()
|
H A D | cik.c | 6254 data &= ~CLOCK_GATING_DIS; in cik_enable_hdp_mgcg() 6256 data |= CLOCK_GATING_DIS; in cik_enable_hdp_mgcg()
|
Completed in 117 milliseconds