]> Git Repo - linux.git/commit
drm: Move the legacy kms disable_all helper to crtc helpers
authorDaniel Vetter <[email protected]>
Mon, 17 Dec 2018 19:43:00 +0000 (20:43 +0100)
committerDaniel Vetter <[email protected]>
Fri, 11 Jan 2019 21:54:29 +0000 (22:54 +0100)
commitc2d88e06bcb98540bb83fac874574eaa4f320363
tree6178dcb03cf21b1bfbc5704244ab4ef5176a737b
parent324bb707d2a53256f3c04ba2e86048427e2a822c
drm: Move the legacy kms disable_all helper to crtc helpers

It's not a core function, and the matching atomic functions are also
not in the core. Plus the suspend/resume helper is also already there.

Needs a tiny bit of open-coding, but less midlayer beats that I think.

v2: Rebase onto ast (which gained a new user).

Cc: Sam Bobroff <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Sean Paul <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Cc: Maarten Lankhorst <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Sean Paul <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Ben Skeggs <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: "Christian König" <[email protected]>
Cc: "David (ChunMing) Zhou" <[email protected]>
Cc: Rex Zhu <[email protected]>
Cc: Andrey Grodzovsky <[email protected]>
Cc: Huang Rui <[email protected]>
Cc: Shaoyun Liu <[email protected]>
Cc: Monk Liu <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/ast/ast_fb.c
drivers/gpu/drm/drm_crtc.c
drivers/gpu/drm/drm_crtc_helper.c
drivers/gpu/drm/nouveau/nouveau_display.c
drivers/gpu/drm/radeon/radeon_display.c
include/drm/drm_crtc.h
include/drm/drm_crtc_helper.h
This page took 0.059132 seconds and 4 git commands to generate.