aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/sunxi_display.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-20sunxi: video: Split out TCON codeJernej Skrabec1-1599/+0
2016-10-24Fix codying style broken by recent libfdt syncMasahiro Yamada1-1/+1
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-1/+1
2016-08-26sunxi: display: Use PWM to drive backlight where applicableHans de Goede1-0/+11
2016-03-23sunxi: Configure only LVDS pins instead of all LCD pins when LVDS interface s...Lawrence Yu1-0/+4
2015-10-20sunxi: power: Unify axp pmic function namesHans de Goede1-3/+3
2015-08-14sunxi: Display: Add support for eDP panels connected via an anx9804 bridgeHans de Goede1-1/+18
2015-08-14sun6i: display: Add support for using the mipi pll as lcd clock sourceHans de Goede1-7/+34
2015-08-14sunxi: display: Fix composite video out on sun5iHans de Goede1-0/+11
2015-08-14sunxi: display: Add overscan correctionHans de Goede1-12/+39
2015-08-08sunxi: display: Add composite video out supportHans de Goede1-22/+178
2015-08-08sunxi: display: Add support for interlaced modesHans de Goede1-13/+22
2015-08-08sunxi: display: Add a few extra register and constant definesHans de Goede1-4/+4
2015-08-08sunxi: display: Correct clk_delay calculations for lcd displaysHans de Goede1-4/+7
2015-08-08sunxi: display: Replace #ifdef-ery with helper functionsHans de Goede1-34/+56
2015-05-19sunxi: video: Fix lvds panel support for sun6i+Hans de Goede1-1/+17
2015-05-04sunxi: display: Fix gpio handling to work with the driver-modelHans de Goede1-8/+8
2015-05-04sunxi: Add basic A33 basic supportVishnu Patekar1-0/+3
2015-05-04sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig boolHans de Goede1-5/+5
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