summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_tcon.c
Commit message (Expand)AuthorAgeFilesLines
* drm/sun4i: tcon: Add support for demuxing TCON output on A31Chen-Yu Tsai2017-10-111-0/+47
* drm/sun4i: tcon: Add variant callback for TCON output muxingChen-Yu Tsai2017-10-111-17/+27
* drm/sun4i: tcon: Support backend input muxChen-Yu Tsai2017-09-091-2/+23
* drm/sun4i: tcon: Simplify sun4i_tcon_find_engine_traverse for one inputChen-Yu Tsai2017-09-091-26/+25
* drm/sun4i: tcon: get TCON ID and matching engine with remote endpoint IDChen-Yu Tsai2017-09-091-3/+118
* drm/sun4i: tcon: Check for multiple paths between TCONs and backendsChen-Yu Tsai2017-09-091-0/+14
* drm/sun4i: tcon: Unconditionally reset the TCONChen-Yu Tsai2017-09-081-4/+1
* drm/sun4i: tcon: multiply the vtotal when not in interlaceMaxime Ripard2017-06-011-4/+22
* drm/sun4i: tcon: Change vertical total size computation inconsistencyMaxime Ripard2017-06-011-1/+1
* drm/sun4i: tcon: Fix tcon channel 1 backporch calculationMaxime Ripard2017-06-011-2/+2
* drm/sun4i: tcon: Switch mux on only for compositeMaxime Ripard2017-06-011-1/+8
* drm/sun4i: tcon: Move the muxing out of the mode set functionMaxime Ripard2017-06-011-6/+16
* drm/sun4i: tcon: Add channel debugMaxime Ripard2017-06-011-0/+4
* drm/sun4i: tcon: add support for V3s TCONIcenowy Zheng2017-06-011-0/+5
* drm/sun4i: abstract a engine typeIcenowy Zheng2017-06-011-17/+21
* drm/sun4i: Set TCON clock inside sun4i_tconX_mode_setChen-Yu Tsai2017-05-141-0/+6
* drm/sun4i: tcon: Copy ID from associated backendChen-Yu Tsai2017-05-141-0/+1
* drm/sun4i: tcon: Find matching display backend by device node matchingChen-Yu Tsai2017-05-141-4/+51
* drm/sun4i: Use lists to track registered display backends and TCONsChen-Yu Tsai2017-05-141-2/+12
* Merge tag 'sunxi-drm-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie2017-04-201-11/+25
|\
| * drm/sun4i: Pass pointers for associated backend and tcon into crtc initChen-Yu Tsai2017-03-091-1/+1
| * drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsyncChen-Yu Tsai2017-03-091-2/+2
| * drm/sun4i: Fix TCON clock and regmap initialization sequenceChen-Yu Tsai2017-03-091-7/+15
| * drm/sun4i: rgb: Pass tcon pointer when initializing RGB encoderChen-Yu Tsai2017-03-071-1/+1
| * drm/sun4i: Initialize crtc from tcon bind functionChen-Yu Tsai2017-03-071-2/+8
* | drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring2017-04-061-85/+5
|/
* Merge tag 'drm-misc-next-2016-11-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie2016-11-171-1/+1
|\
| * drm/sun4i: constify component_ops structuresJulia Lawall2016-11-131-1/+1
* | drm/sun4i: Add compatible string for A31/A31s TCON (timing controller)Chen-Yu Tsai2016-10-201-0/+10
* | drm/sun4i: tcon: Move SoC specific quirks to a DT matched data structureChen-Yu Tsai2016-10-201-15/+18
|/
* drm/sun4i: support A33 tconMaxime Ripard2016-09-081-1/+7
* drm/sun4i: support TCONs without channel 1Maxime Ripard2016-09-081-13/+21
* drm/sun4i: Remove redundant dev_err call in sun4i_tcon_init_regmap()Wei Yongjun2016-08-271-3/+1
* drm/sun4i: Add bridge supportMaxime Ripard2016-08-221-3/+40
* drm/sun4i: Move panel retrieval in RGB connectorMaxime Ripard2016-08-221-7/+1
* drm/sun4i: Store TCON's device structure pointerMaxime Ripard2016-08-221-0/+1
* drm: sun4i: do cleanup if RGB output init failsChen-Yu Tsai2016-05-301-1/+5
* drm/sun4i: defer only if we didn't find our panelMaxime Ripard2016-05-301-8/+9
* drm: sun4i: Add RGB outputMaxime Ripard2016-04-281-1/+60
* drm: Add Allwinner A10 Display Engine supportMaxime Ripard2016-04-281-0/+502
OpenPOWER on IntegriCloud