Searched refs:power_cntl (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c29 bool power_cntl; member in struct:amdgpu_atpx_functions
84 return amdgpu_atpx_priv.atpx.functions.power_cntl;
164 f->power_cntl = mask & ATPX_POWER_CONTROL_SUPPORTED;
223 /* some bioses set these bits rather than flagging power_cntl as supported */
226 atpx->functions.power_cntl = true;
232 atpx->functions.power_cntl = true;
240 atpx->functions.power_cntl = !amdgpu_atpx_priv.bridge_pm_usable;
312 if (atpx->functions.power_cntl) {
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c18 bool power_cntl; member in struct:radeon_atpx_functions
71 return radeon_atpx_priv.atpx.functions.power_cntl;
144 f->power_cntl = mask & ATPX_POWER_CONTROL_SUPPORTED;
202 /* some bioses set these bits rather than flagging power_cntl as supported */
205 atpx->functions.power_cntl = true;
214 atpx->functions.power_cntl = !radeon_atpx_priv.bridge_pm_usable;
281 if (atpx->functions.power_cntl) {

Completed in 99 milliseconds