Home
last modified time | relevance | path

Searched refs:have_disp_power_ref (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_display.c298 if (active && !adev->have_disp_power_ref) { in amdgpu_display_crtc_set_config()
299 adev->have_disp_power_ref = true; in amdgpu_display_crtc_set_config()
304 if (!active && adev->have_disp_power_ref) { in amdgpu_display_crtc_set_config()
306 adev->have_disp_power_ref = false; in amdgpu_display_crtc_set_config()
Damdgpu.h808 bool have_disp_power_ref; member
/drivers/gpu/drm/radeon/
Dradeon_display.c646 if (active && !rdev->have_disp_power_ref) { in radeon_crtc_set_config()
647 rdev->have_disp_power_ref = true; in radeon_crtc_set_config()
652 if (!active && rdev->have_disp_power_ref) { in radeon_crtc_set_config()
654 rdev->have_disp_power_ref = false; in radeon_crtc_set_config()
Dradeon.h2446 bool have_disp_power_ref; member