aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "upl: Prerequite patches for updated spec"Tom Rini2025-01-222-0/+2
|\
| * pci: video: Set up the pixel-format fieldSimon Glass2025-01-222-0/+2
* | video: zynqmp: Add support for resetMichal Simek2024-12-111-0/+6
|/
* drivers/video/vesa: use MTRRs only on x86Yuri Zaporozhets2024-11-041-2/+7
* video: simplefb: Fix build warn with CONFIG_FDT_64BIT=nEva Kurchatova2024-10-221-1/+2
* video: Avoid starting a new line to close to the bottomSimon Glass2024-10-181-1/+3
* video: Add a dark-grey console colourSimon Glass2024-10-181-0/+3
* video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabledNeil Armstrong2024-10-141-2/+2
* Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini2024-10-136-8/+396
|\
| * video: panel: add Sharp LQ101R1SX01 MIPI DSI panel driverSvyatoslav Ryhel2024-10-133-0/+292
| * video: tegra20: dsi: add ganged mode supportSvyatoslav Ryhel2024-10-132-6/+104
| * video: tegra20: dc: remove DECLARE_GLOBAL_DATA_PTR useSvyatoslav Ryhel2024-10-131-2/+0
* | global: Rename SPL_TPL_ to PHASE_Simon Glass2024-10-111-8/+8
* | global: Rename SPL_ to XPL_Simon Glass2024-10-112-2/+2
* | xpl: Rename spl_phase() to xpl_phase()Simon Glass2024-10-112-6/+6
|/
* video: Avoid setting global_data fb_base in video setupSimon Glass2024-08-261-1/+0
* video: Avoid setting global_data fb_base from SPL handoffSimon Glass2024-08-261-1/+0
* zynqmp: Avoid setting the framebuffer addressSimon Glass2024-08-261-2/+1
* video: mxs: Avoid setting global_data fb_baseSimon Glass2024-08-261-1/+0
* video: mxc: Avoid setting global_data fb_baseSimon Glass2024-08-261-2/+0
* video: Add a function to obtain the framebuffer addressSimon Glass2024-08-261-0/+14
* video: Use cyclic to handle video syncSimon Glass2024-07-312-4/+77
* video: Move last_sync to private dataSimon Glass2024-07-311-7/+3
* drivers: video: Remove duplicate newlinesMarek Vasut2024-07-2216-30/+0
* video: tegra20: dc: use nvidia,head property to identify DC controllerSvyatoslav Ryhel2024-07-052-7/+3
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-20111-110/+10
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-19111-10/+110
* video: Remove <common.h> and add needed includesTom Rini2024-05-07111-110/+10
* Merge patch series "Kconfig: some cleanups"Tom Rini2024-04-222-2/+2
|\
| * common: Convert *.c/h from UTF-8 to ASCII enconfingMichal Simek2024-04-222-2/+2
* | video: Assume video to be active if SPL is passing video hand-offDevarsh Thakkar2024-04-211-0/+4
* | video: simplefb: modernise DT parsingCaleb Connolly2024-04-211-12/+20
* | video: renesas: shift the init sequence by one step earlierSvyatoslav Ryhel2024-04-212-79/+95
* | video: bridge: ssd2825: shift the init sequence by one step earlierSvyatoslav Ryhel2024-04-211-41/+45
* | video: endeavoru-panel: shift the init sequence by one step earlierSvyatoslav Ryhel2024-04-211-60/+68
* | video: bridge: add basic support for the Parade DP501 transmitterJonas Schwöbel2024-04-213-0/+590
* | video: bridge: add Toshiba TC358768 RGB to DSI bridge supportSvyatoslav Ryhel2024-04-213-0/+995
* | video: panel: add Samsung LTL106HL02 MIPI DSI panel driverAnton Bambura2024-04-213-0/+167
* | video: panel: add LG LG070WX3 MIPI DSI panel driverSvyatoslav Ryhel2024-04-213-0/+195
* | video: tegra20: dsi: use set_backlight for backlight onlyJonas Schwöbel2024-04-211-6/+4
* | video: tegra20: dsi: set correct fifo depthJonas Schwöbel2024-04-211-1/+1
* | video: tegra20: dsi: remove pre-configurationJonas Schwöbel2024-04-211-2/+0
* | video: tegra20: dsi: add reset supportSvyatoslav Ryhel2024-04-211-0/+14
* | video: tegra20: dsi: add T114 supportSvyatoslav Ryhel2024-04-212-3/+310
* | video: tegra20: add MIPI calibration driverSvyatoslav Ryhel2024-04-212-1/+189
* | video: tegra20: dc: parameterize V- and H-sync polaritiesSvyatoslav Ryhel2024-04-211-2/+20
* | video: tegra20: dc: clean framebuffer memory blockJonas Schwöbel2024-04-211-0/+5
* | video: tegra20: dc: enable backlight after DC is configuredJonas Schwöbel2024-04-211-7/+1
* | video: tegra20: dc: fix printing of framebuffer addressJonas Schwöbel2024-04-211-1/+1
* | video: tegra20: dc: configure behavior if PLLD/D2 is usedSvyatoslav Ryhel2024-04-213-13/+36