summaryrefslogtreecommitdiff
path: root/drivers/video/fsl_dcu_fb.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-07-29video: fsl_dcu_fb: add DM_VIDEO supportIgor Opaniuk1-19/+93
2019-07-29video: fsl_dcu_fb: refactor init functionsIgor Opaniuk1-47/+60
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-04-14video: fsl_dcu_fb: add additional modes for DCUStefan Agner1-2/+59
2017-04-14video: fsl_dcu_fb: Fix DCU_MODE_BLEND_ITER settingStefan Agner1-1/+1
2017-04-14video: fsl_dcu_fb: Enable pixel clock after initializationStefan Agner1-7/+6
2017-04-14video: fsl_dcu_fb: fix framebuffer to the end of memoryStefan Agner1-3/+42
2014-09-08video: dcu: Add DCU driver supportWang Huan1-0/+365