-
- Downloads
Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-next
This adds very rudimentary TCON (timing controller for raw LCD displays) support to enable the bypass mode in order to use the DCU controller on Freescale/NXP Vybrid SoC's. Additionally the register clock and pixel clock has been separated, but are currently still enabled and disabled pairwise. Other than that, fixes and cleanups accross the driver. * 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu: drm/fsl-dcu: increment version and date drm/fsl-dcu: implement lastclose callback drm/fsl-dcu: disable output polling on driver unload drm/fsl-dcu: deallocate fbdev CMA on unload drm/fsl-dcu: use variable name dev for struct drm_device drm/fsl-dcu: handle missing panel gracefully drm/fsl-dcu: detach panel on destroy drm/layerscape: reduce excessive stack usage drm/fsl-dcu: add TCON driver drm/fsl-dcu: use common clock framework for pixel clock divider drm/fsl-dcu: add extra clock for pixel clock drm/fsl-dcu: disable clock on initialization failure and remove
Showing
- Documentation/devicetree/bindings/display/fsl,dcu.txt 11 additions, 4 deletionsDocumentation/devicetree/bindings/display/fsl,dcu.txt
- Documentation/devicetree/bindings/display/fsl,tcon.txt 18 additions, 0 deletionsDocumentation/devicetree/bindings/display/fsl,tcon.txt
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- drivers/gpu/drm/fsl-dcu/Makefile 2 additions, 1 deletiondrivers/gpu/drm/fsl-dcu/Makefile
- drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c 2 additions, 5 deletionsdrivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c
- drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c 89 additions, 38 deletionsdrivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c
- drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.h 2 additions, 0 deletionsdrivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.h
- drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_rgb.c 29 additions, 9 deletionsdrivers/gpu/drm/fsl-dcu/fsl_dcu_drm_rgb.c
- drivers/gpu/drm/fsl-dcu/fsl_tcon.c 111 additions, 0 deletionsdrivers/gpu/drm/fsl-dcu/fsl_tcon.c
- drivers/gpu/drm/fsl-dcu/fsl_tcon.h 33 additions, 0 deletionsdrivers/gpu/drm/fsl-dcu/fsl_tcon.h
Loading
Please register or sign in to comment