summaryrefslogtreecommitdiff
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_ATMEL_HLCD to KconfigTom Rini2020-06-261-1/+0
* Convert CONFIG_AM335X_LCD to KconfigTom Rini2020-06-261-1/+0
* bdinfo: dm: Update fb_base when using driver modelSimon Glass2020-06-251-0/+1
* video: ipuv3: remove non-DM codeAnatolij Gustschin2020-06-182-44/+1
* video: extend stdout video console work-around for 'vga'Anatolij Gustschin2020-06-181-7/+9
* video: ipuv3: remove some useless code to reduce binary sizeAnatolij Gustschin2020-06-182-47/+22
* video: make backlight and panel drivers optionalAnatolij Gustschin2020-06-182-4/+28
* video: ipuv3: fix building with disabled panel driverAnatolij Gustschin2020-06-181-4/+7
* video: make vidconsole commands optionalAnatolij Gustschin2020-06-182-0/+10
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-1814-0/+14
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1843-0/+43
* Fix some checkpatch warnings in calls to udelay()Simon Glass2020-05-181-3/+3
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-1861-0/+61
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-183-5/+9
* common: Drop bootstage.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop part.h from common headerSimon Glass2020-05-188-0/+8
* common: Drop net.h from common headerSimon Glass2020-05-187-0/+7
* efi_loader: round the memory area in efi_add_memory_map()Michael Walle2020-05-173-9/+7
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-1/+1
* video: omap: change include orderDario Binacchi2020-05-111-4/+4
* Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-05-041-0/+6
|\
| * video: mxsfb: add clk_enable()Giulio Benetti2020-05-011-0/+6
* | rockchip: video: Convert to use APIs which support live DTKever Yang2020-04-285-15/+10
* | rockchip: video: Use ofnode_decode_display_timing() to parse timingKever Yang2020-04-282-4/+2
|/
* video: simple_panel: add boe,nv140fhmn49 displayPeter Robinson2020-04-261-0/+1
* drivers: video: rockchip: fix building eDP and LVDS driversPeter Robinson2020-04-262-1/+3
* video: mxsfb: enable setting ENABLE negative polarityGiulio Benetti2020-04-181-0/+3
* video: mxsfb: enable setting PIXDATA on negative edgeGiulio Benetti2020-04-181-0/+2
* video: mxsfb: enable setting VSYNC negative polarityGiulio Benetti2020-04-181-0/+2
* video: mxsfb: enable setting HSYNC negative polarityGiulio Benetti2020-04-181-4/+10
* video: mxsfb: refactor for using display_timingsGiulio Benetti2020-04-181-31/+23
* video: mxsfb: add support for i.MXRTGiulio Benetti2020-04-181-0/+1
* video: mxsfb: add support for DM CLKGiulio Benetti2020-04-181-5/+25
* sunxi: display: use common video_ctfb_mode_to_display_timing()Giulio Benetti2020-04-181-31/+2
* videomodes: add helper function to convert from ctfb to display_timingGiulio Benetti2020-04-182-0/+40
* video: sunxi: Change sunxi_get_mon_desc() to not return NULL for the default ...Bin Meng2020-04-101-2/+2
* Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...WIP/07Apr2020-nextTom Rini2020-04-073-2/+6
|\
| * video: rockchip: Support 4K resolution for rk3399, HDMIJagan Teki2020-04-021-0/+2
| * video: rockchip: Fix vop modes for rk3399Jagan Teki2020-04-022-2/+4
* | Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...WIP/17Mar2020Tom Rini2020-03-173-98/+491
|\ \ | |/ |/|
| * video: omap: fix pixel-per-line bitfield settingDario Binacchi2020-03-031-1/+1
| * video: omap: add support for DM/DTSDario Binacchi2020-03-033-10/+337
| * video: omap: create two routines to set the pixel clock rateDario Binacchi2020-03-031-33/+97
| * video: omap: add loop exit conditions to the dpll setupDario Binacchi2020-03-031-1/+3
| * video: omap: fix debug messageDario Binacchi2020-03-031-1/+1
| * video: omap: rename LCD controller registersDario Binacchi2020-03-031-53/+54
| * video: omap: fix bitfields orderDario Binacchi2020-03-031-15/+14
| * video: omap: fix coding style on use of spacesDario Binacchi2020-03-031-1/+1
| * video: omap: add missing bitfield masksDario Binacchi2020-03-031-5/+5