Merge tag 'sunxi-drm-for-4.12' of...
Merge tag 'sunxi-drm-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-next Allwinner DRM changes for 4.12 Not any functional changes, but a lot of preliminary rework in order to support multiple display pipelines. * tag 'sunxi-drm-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux: (26 commits) MAINTAINERS: Add sun4i-drm git repo drm/sun4i: Pass pointer for underlying backend into layer init drm/sun4i: Pass pointers for associated backend and tcon into crtc init drm/sun4i: tv: Get tcon and backend pointers from associated crtc drm/sun4i: Use embedded tcon pointer to get the tcon's output port node drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsync drm/sun4i: Fix TCON clock and regmap initialization sequence drm/sun4i: Grab reserved memory region drm/sun4i: Add backend and tcon pointers to sun4i_crtc drm/sun4i: Add backend pointer to sun4i_layer drm/sun4i: rgb: Pass tcon pointer when initializing RGB encoder drm/sun4i: tv: Switch to drm_of_find_possible_crtcs drm/sun4i: Drop hardcoded .possible_crtcs values from layers drm/sun4i: Drop primary layer pointer from sun4i_drv drm/sun4i: Initialize crtc from tcon bind function drm/sun4i: Move layers from sun4i_drv to sun4i_crtc drm/sun4i: Add end of list element for sun4i_layers_init's returned list drm/sun4i: Set drm_crtc.port to the underlying TCON's output port node drm/sun4i: Make sunxi_rgb2yuv_coef constant drm/sun4i: Make sun4i_crtc_init return ERR_PTR style error codes ...
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- drivers/gpu/drm/sun4i/Makefile 2 additions, 2 deletionsdrivers/gpu/drm/sun4i/Makefile
- drivers/gpu/drm/sun4i/sun4i_backend.c 1 addition, 1 deletiondrivers/gpu/drm/sun4i/sun4i_backend.c
- drivers/gpu/drm/sun4i/sun4i_crtc.c 53 additions, 17 deletionsdrivers/gpu/drm/sun4i/sun4i_crtc.c
- drivers/gpu/drm/sun4i/sun4i_crtc.h 6 additions, 2 deletionsdrivers/gpu/drm/sun4i/sun4i_crtc.h
- drivers/gpu/drm/sun4i/sun4i_drv.c 26 additions, 21 deletionsdrivers/gpu/drm/sun4i/sun4i_drv.c
- drivers/gpu/drm/sun4i/sun4i_drv.h 0 additions, 4 deletionsdrivers/gpu/drm/sun4i/sun4i_drv.h
- drivers/gpu/drm/sun4i/sun4i_framebuffer.c 0 additions, 1 deletiondrivers/gpu/drm/sun4i/sun4i_framebuffer.c
- drivers/gpu/drm/sun4i/sun4i_layer.c 14 additions, 18 deletionsdrivers/gpu/drm/sun4i/sun4i_layer.c
- drivers/gpu/drm/sun4i/sun4i_layer.h 3 additions, 1 deletiondrivers/gpu/drm/sun4i/sun4i_layer.h
- drivers/gpu/drm/sun4i/sun4i_rgb.c 11 additions, 19 deletionsdrivers/gpu/drm/sun4i/sun4i_rgb.c
- drivers/gpu/drm/sun4i/sun4i_rgb.h 1 addition, 1 deletiondrivers/gpu/drm/sun4i/sun4i_rgb.h
- drivers/gpu/drm/sun4i/sun4i_tcon.c 25 additions, 11 deletionsdrivers/gpu/drm/sun4i/sun4i_tcon.c
- drivers/gpu/drm/sun4i/sun4i_tcon.h 3 additions, 0 deletionsdrivers/gpu/drm/sun4i/sun4i_tcon.h
- drivers/gpu/drm/sun4i/sun4i_tv.c 18 additions, 9 deletionsdrivers/gpu/drm/sun4i/sun4i_tv.c
Loading
Please register or sign in to comment