Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dgmc_v7_0.c880 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()
/dragonfly/sys/dev/drm/radeon/
H A Dsid.h638 #define CLOCK_GATING_DIS (1 << 23) macro
H A Dcikd.h761 #define CLOCK_GATING_DIS (1 << 23) macro
H A Dsi.c5579 data &= ~CLOCK_GATING_DIS; in si_enable_hdp_mgcg()
5581 data |= CLOCK_GATING_DIS; in si_enable_hdp_mgcg()
H A Dcik.c6300 data &= ~CLOCK_GATING_DIS; in cik_enable_hdp_mgcg()
6302 data |= CLOCK_GATING_DIS; in cik_enable_hdp_mgcg()