[PATCH 0/3] Add CRTC helper drm_crtc_from_index()
Shawn Guo
shawnguo at kernel.org
Thu Dec 29 12:41:27 UTC 2016
From: Shawn Guo <shawn.guo at linaro.org>
This is a suggestion from Sean Paul. ZTE and Rockchip DRM drivers have
the similar code to find registered CRTC by given index. The series
create a CRTC helper drm_crtc_from_index() to do the job, just like
drm_plane_from_index() to search plane, and change ZTE, Rockchip driver
to use the helper.
Shawn Guo (3):
drm: add crtc helper drm_crtc_from_index()
drm: zte: use crtc helper drm_crtc_from_index()
drm: rockchip: use crtc helper drm_crtc_from_index()
drivers/gpu/drm/drm_crtc.c | 20 ++++++++++++++++++++
drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 17 ++---------------
drivers/gpu/drm/zte/zx_vou.c | 15 ++-------------
include/drm/drm_crtc.h | 1 +
4 files changed, 25 insertions(+), 28 deletions(-)
--
1.9.1
More information about the dri-devel
mailing list