]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - include/drm/drm_crtc.h
drm: Extract drm_property.[hc]
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 29 Aug 2016 08:27:55 +0000 (10:27 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 29 Aug 2016 13:37:34 +0000 (15:37 +0200)
commit59e71ee746a37fe077b73cecf189de1d27efd6eb
tree4c31aab686d6d4c3cca5410b8a6d5b42ead9c840
parentec5e304747241823435b160d3eabf1295c06d2e3
drm: Extract drm_property.[hc]

This just contains the base property classes and all the code to
handle blobs. I think for any kind of standardized/shared properties
it's better to have separate files - this is fairly big already as-is.

v2: resurrect misplaced hunk (Daniel Stone)

Cc: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20160829082757.17913-7-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_property.c [new file with mode: 0644]
include/drm/drm_crtc.h
include/drm/drm_property.h [new file with mode: 0644]