aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-08-12 16:48:50 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-08-16 12:48:46 -0400
commit522171951761153172c75b94ae1f4bc9ab631745 (patch)
treea3a54fbef3e080547aca515955828cf4a1f03227 /Documentation/gpu
parentadebd6fe9f0b75e5466cd6e559cd4339b037440f (diff)
drm: Extract drm_connector.[hc]
Pulls in quite a lot of connector related structures (cmdline mode, force/status enums, display info), but I think that all makes perfect sense. Also had to move a few more core kms object stuff into drm_modeset.h. And as a first cleanup remove the kerneldoc for the 2 connector IOCTL - DRM core docs are aimed at drivers, no point documenting internal in excruciating detail. v2: And also pull in all the connector property code. Reviewed-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1471034937-651-14-git-send-email-daniel.vetter@ffwll.ch
Diffstat (limited to 'Documentation/gpu')
-rw-r--r--Documentation/gpu/drm-kms.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/gpu/drm-kms.rst b/Documentation/gpu/drm-kms.rst
index d244e03658cc..449acc2517c7 100644
--- a/Documentation/gpu/drm-kms.rst
+++ b/Documentation/gpu/drm-kms.rst
@@ -110,6 +110,15 @@ Display Modes Function Reference
110.. kernel-doc:: drivers/gpu/drm/drm_modes.c 110.. kernel-doc:: drivers/gpu/drm/drm_modes.c
111 :export: 111 :export:
112 112
113Connector Display Sink Abstraction
114==================================
115
116.. kernel-doc:: include/drm/drm_connector.h
117 :internal:
118
119.. kernel-doc:: drivers/gpu/drm/drm_connector.c
120 :export:
121
113KMS Initialization and Cleanup 122KMS Initialization and Cleanup
114============================== 123==============================
115 124