aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
diff options
context:
space:
mode:
authorPaul Kocialkowski <[email protected]>2019-11-06 10:43:59 +0100
committerPatrik Jakobsson <[email protected]>2019-11-07 10:16:30 +0100
commitb20e9afb38d0b7f407bde1f9a4f5080626666482 (patch)
treee84f57faea66d51a8a26b3e6b0a54a1f515a08e0 /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
parent8204f235a64e175b624893f91531a9ba76dcc8e5 (diff)
drm/gma500: Add missing call to allow enabling vblank on psb/cdv
This adds a missing call to drm_crtc_vblank_on to the common DPMS helper (used by poulsbo and cedartrail), which is called in the CRTC enable path. With that call, it becomes possible to enable vblank when needed. It is already balanced by a drm_crtc_vblank_off call in the helper. Other platforms (oaktrail and medfield) use a dedicated DPMS helper that does not have the proper vblank on/off hooks. They are not added in this commit due to lack of hardware to test it with. Signed-off-by: Paul Kocialkowski <[email protected]> Reviewed-by: Patrik Jakobsson <[email protected]> Signed-off-by: Patrik Jakobsson <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c')
0 files changed, 0 insertions, 0 deletions