From: Shawn Guo <shawn.guo@xxxxxxxxxx> 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 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel