aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/sunxi/sunxi_display.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22pinctrl: sunxi: remove GPIO_EXTRA_HEADERAndre Przywara1-0/+1
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-2/+2
2022-03-28video: Drop video_fb headerSimon Glass1-1/+0
2021-10-12sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland1-17/+38
2021-10-11sunxi: gpio: Remove name_to_gpio macroSamuel Holland1-5/+5
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland1-1/+0
2021-03-03video: sunxi_display: Convert to DM_VIDEOJagan Teki1-115/+153
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle1-4/+2
2020-04-18sunxi: display: use common video_ctfb_mode_to_display_timing()Giulio Benetti1-31/+2
2020-04-10video: sunxi: Change sunxi_get_mon_desc() to not return NULL for the default ...Bin Meng1-2/+2
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-02-15sunxi: display: Implement fallback to ddc probe when hpd failsPriit Laes1-7/+21
2019-02-15sunxi: display: Move DDC PLL setup to HDMI initPriit Laes1-7/+7
2018-10-24sunxi: display: Mark sunxi_rgb2yuv_coef array as constPriit Laes1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-09sunxi: video: mark framebuffer as EFI reserved memoryHeinrich Schuchardt1-0/+8
2018-01-22sunxi: Fix display timing flagsGiulio Benetti1-0/+2
2017-10-27sunxi: video: split out PLL configuration codeVasily Khoruzhick1-115/+8
2017-10-26video: sunxi: extract simplefb match code to a new fileIcenowy Zheng1-11/+2
2017-05-15sunxi: video: Split out TVE codeJernej Skrabec1-61/+12
2017-04-20sunxi: video: Convert lcdc to use struct display_timingJernej Skrabec1-2/+33
2017-04-20sunxi: video: Split out TCON codeJernej Skrabec1-0/+1436