Home
last modified time | relevance | path

Searched refs:CLOCK_GATING_DIS (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Dgmc_v7_0.c849 data = REG_SET_FIELD(data, HDP_HOST_PATH_CNTL, CLOCK_GATING_DIS, 0); in gmc_v7_0_enable_hdp_mgcg()
851 data = REG_SET_FIELD(data, HDP_HOST_PATH_CNTL, CLOCK_GATING_DIS, 1); in gmc_v7_0_enable_hdp_mgcg()
/drivers/gpu/drm/radeon/
Dsid.h638 #define CLOCK_GATING_DIS (1 << 23) macro
Dcikd.h763 #define CLOCK_GATING_DIS (1 << 23) macro
Dsi.c5580 data &= ~CLOCK_GATING_DIS; in si_enable_hdp_mgcg()
5582 data |= CLOCK_GATING_DIS; in si_enable_hdp_mgcg()
Dcik.c6670 data &= ~CLOCK_GATING_DIS; in cik_enable_hdp_mgcg()
6672 data |= CLOCK_GATING_DIS; in cik_enable_hdp_mgcg()