aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/sunxi_display.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-15sunxi: GPIO pin mux hardware-feature-specific function index definesPaul Kocialkowski1-4/+4
2015-02-20sunxi: video: Add support for tl059wv5c0 lcd panelsHans de Goede1-0/+7
2015-02-20sunxi: video: Add support for LCD reset pinHans de Goede1-1/+10
2015-02-16sunxi: video: Dynamically reserve framebuffer memoryHans de Goede1-5/+13
2015-02-16sunxi: video: Do not use CONFIG_SYS_MEM_TOP_HIDE for the framebufferHans de Goede1-1/+21
2015-02-02sunxi: video: Force h/vsync active high when using ext. vga dac on some boardsHans de Goede1-3/+9
2015-01-23sunxi: video: Make pwm polarity configurableHans de Goede1-6/+11
2015-01-23sunxi: video: Add support for Hitachi tx18d42vm LVDS LCD panelsHans de Goede1-0/+5
2015-01-22sunxi: video: Use frontend for dma on sun4i to fix memory bandwidth problemsHans de Goede1-4/+130
2015-01-22video: sunxi: Hook up SSD2828 with the sunxi video driverSiarhei Siamashka1-0/+38
2015-01-22sunxi: display: Make lcd display clk phase configurableHans de Goede1-6/+1
2015-01-14sunxi: video: Add support for external DAC enable pinChen-Yu Tsai1-0/+14
2015-01-14sunxi: video: Add lvds supportHans de Goede1-2/+35
2015-01-14sunxi: video: Add a hpd_delay parameter to configure hpd delayHans de Goede1-4/+5
2015-01-14sunxi: video: Add VGA output supportHans de Goede1-8/+52
2015-01-14sunxi: video: Fallback from HDMI to VGA on boards with VGAHans de Goede1-22/+29
2015-01-14sunxi: video: Add support for using PORTD hsync/vsync pins with tcon1Hans de Goede1-3/+19
2015-01-14sunxi: video: Use sunxi_lcdc_get_clk_delay to calculate tcon1 delayHans de Goede1-3/+3
2015-01-14sunxi: video: Remove sunxi_display.enabled variableHans de Goede1-6/+6
2015-01-14sunxi: video: Add support for VGA via external DACs connected to the LCD pinsHans de Goede1-0/+14
2015-01-14sunxi: video: Enable video on sun8i, which supports LCD but not HDMIHans de Goede1-4/+26
2015-01-14sunxi: video: Add lcd output supportHans de Goede1-9/+171
2015-01-14sunxi: video: Move sunxi_drc_initHans de Goede1-14/+12
2015-01-14sunxi: video: Modify sunxi_lcdc_pll_set to work with both tcon0 and tcon1Hans de Goede1-7/+24
2015-01-14sunxi: video: Prepare for lcd supportHans de Goede1-32/+70
2015-01-14sunxi: video: Improve monitor video-mode option handlingHans de Goede1-16/+47
2015-01-14sunxi: video: Set input sync enableHans de Goede1-23/+4
2015-01-14sunxi: video: Give hotplug-detect (hpd) signal some time to show upHans de Goede1-2/+6
2015-01-14sunxi: video: When using edid use CEA681 extension blocks to select hdmi outputHans de Goede1-9/+34
2015-01-14sunxi: video: Add sunxi_hdmi_edid_get_block helper functionHans de Goede1-11/+20
2015-01-14sunxi: video: Add hdmi supportHans de Goede1-5/+61
2015-01-14sunxi: video: Add DDC & EDID supportHans de Goede1-1/+153
2015-01-14sunxi: video: Add hpd optionHans de Goede1-9/+17
2015-01-14sunxi: video: Add support for video-mode environment variableHans de Goede1-3/+13
2015-01-14sunxi: video: Use video-mode/-timing from videomodesHans de Goede1-30/+11
2014-11-25sunxi: video: Add simplefb supportLuc Verhaegen1-0/+41
2014-11-25sunxi: video: Add sun6i supportHans de Goede1-0/+30
2014-11-25sunxi: video: Add cfb console driver for sunxiLuc Verhaegen1-0/+380