summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2024-04-21video: tegra20: dc: parameterize V- and H-sync polaritiesSvyatoslav Ryhel
2024-04-21video: tegra20: dc: clean framebuffer memory blockJonas Schwöbel
2024-04-21video: tegra20: dc: enable backlight after DC is configuredJonas Schwöbel
2024-04-21video: tegra20: dc: fix printing of framebuffer addressJonas Schwöbel
2024-04-21video: tegra20: dc: configure behavior if PLLD/D2 is usedSvyatoslav Ryhel
2024-04-21video: tegra20: dc: add powergateSvyatoslav Ryhel
2024-04-21video: tegra20: dc: add PLLD2 parent supportSvyatoslav Ryhel
2024-04-21video: tegra20: dc: pass DC id to internal devicesSvyatoslav Ryhel
2024-04-21video: tegra20: consolidate DC headerSvyatoslav Ryhel
2024-04-21video: tegra20: dc: fix image shift on rotated panelsSvyatoslav Ryhel
2024-04-21video: tegra20: dc: diverge DC per-SOCSvyatoslav Ryhel
2024-04-21video: dw_hdmi: Fix compiler warnings with gcc-14Khem Raj
2024-04-21video: rockchip: Add rk3328 vop supportJagan Teki
2024-04-21video: rockchip: Add rk3328 hdmi supportJagan Teki
2024-04-21video: rockchip: vop: Add dsp offset supportJagan Teki
2024-04-21video: rockchip: vop: Add win offset supportJagan Teki
2024-04-21video: rockchip: vop: Simplify rkvop_enableJagan Teki
2024-04-21video: dw_hdmi: Add setup_hpd hookJagan Teki
2024-04-21video: dw_hdmi: Add read_hpd hookJagan Teki
2024-04-21video: dw_hdmi: Extend the HPD detectionJagan Teki
2024-04-21video: dw_hdmi: Add Vendor PHY handlingJagan Teki
2024-04-21video: rockchip: hdmi: Detect hpd after controller initJagan Teki
2024-04-21video: simple_panel: add EDID supportSvyatoslav Ryhel
2024-04-20video: simple_panel: simplify platform data passSvyatoslav Ryhel
2024-04-10Merge patch series "Resolve issues with booting distros on x86"Tom Rini
2024-04-10x86: Enable SSE in 64-bit modeSimon Glass
2024-04-10video: Drop unnecessary truetype operations from SPLSimon Glass
2024-04-10video: Correct setting of cursor positionSimon Glass
2024-03-21video: console: Parse UTF-8 character sequencesJanne Grunau
2024-03-13rockchip: include asm/io.h directly in asm/arch-rockchip/hardware.hQuentin Schulz
2024-03-04video: mxsfb: add back imx6ul/imx6ull supportSébastien Szymanski
2024-02-05Merge tag 'rpi-next-2024.04' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini
2024-01-30bcm2835: Dynamically calculate bytes per pixel parameterIvan T. Ivanov
2024-01-29treewide: Remove clk_freeSean Anderson
2024-01-29video: console: Fix buffer overflow in cmd 'font list'Janne Grunau
2024-01-29video: Support VIDEO_X2R10G10B10 in truetype consoleJanne Grunau
2024-01-29video: tidss: Use DT property names for parsing nodesDevarsh Thakkar
2024-01-29Merge patch series "Move framebuffer reservation for SPL to RAM end"Tom Rini
2024-01-29video: Fill video handoff in video post probeDevarsh Thakkar
2024-01-29video: Skip framebuffer reservation if already reservedDevarsh Thakkar
2023-12-21global: Remove duplicate common.h inclusionsTom Rini
2023-12-15board: stm32f469-disco: add support to displayDario Binacchi
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov
2023-11-07video: Don't require the font commandSimon Glass
2023-10-23Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2023-10-22pinctrl: sunxi: remove GPIO_EXTRA_HEADERAndre Przywara
2023-10-22video: tegra20: dsi: use regulator_set_enable_if_allowedSvyatoslav Ryhel
2023-10-22video: simple_panel: use regulator_set_enable_if_allowedSvyatoslav Ryhel
2023-10-22video: pwm_backlight: use regulator_set_enable_if_allowedSvyatoslav Ryhel
2023-10-11video: Mark truetype_measure() staticSimon Glass