]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Move tile group code into drm_connector.c
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 14 Nov 2016 11:58:24 +0000 (12:58 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 15 Nov 2016 14:30:38 +0000 (15:30 +0100)
commit449e4178377897ffb09f32f9e13c0a8ee8048f96
treed38427a421fa856efc6ecb2ae58463024c75cdce
parent91eb7954fb0a856b5af45e453aa3754fa0094cd6
drm: Move tile group code into drm_connector.c

And also put the overview section into the KMS Properties part of the
docs, instead of randomly-placed within the helpers - this is part of
the uabi.

With this patch I think drm_crtc.[hc] is cleaned up and entirely
documented.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Documentation/gpu/drm-kms-helpers.rst
Documentation/gpu/drm-kms.rst
drivers/gpu/drm/drm_connector.c
drivers/gpu/drm/drm_crtc.c
include/drm/drm_connector.h
include/drm/drm_crtc.h