]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpu/drm/drm_crtc_internal.h
drm: Extract drm_framebuffer.[hc]
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 15 Aug 2016 14:07:02 +0000 (16:07 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 16 Aug 2016 14:49:03 +0000 (16:49 +0200)
commit7520a277d97be6e8a8ec038bb5ed01f40d4f9aeb
tree23ef983aeb5fc94f9123043f3612eff0831bb862
parent5d070be68380baf61279d650b52563243cfaaa00
drm: Extract drm_framebuffer.[hc]

Also start with drm_modeset.h with the core bits, since we need
to untangle this mess somehow. That allows us to move the drm_modes.h
include to the right spot, except for the temporary connector status
enum. That will get fixed as soon as drm_connector.h exists.

v2: Rebase.

v3: Move drm_crtc_force_disable_all back again, that wasn't meant to
be moved (Sean).

v4: Rebase.

Cc: Sean Paul <seanpaul@chromium.org>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Documentation/gpu/drm-kms.rst
drivers/gpu/drm/Makefile
drivers/gpu/drm/drm_crtc.c
drivers/gpu/drm/drm_crtc_internal.h
drivers/gpu/drm/drm_framebuffer.c [new file with mode: 0644]
include/drm/drm_crtc.h
include/drm/drm_framebuffer.h [new file with mode: 0644]
include/drm/drm_modes.h
include/drm/drm_modeset.h [new file with mode: 0644]