summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_tcon.c
Commit message (Expand)AuthorAgeFilesLines
* drm/sun4i: Add support for A80 TCONsChen-Yu Tsai2018-03-191-0/+27
* drm/sun4i: Handle DRM_BUS_FLAG_PIXDATA_*EDGEGiulio Benetti2018-03-141-0/+25
* Merge airlied/drm-next into drm-misc-nextSean Paul2018-02-161-1/+1
|\
| * Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-02-161-0/+4
| |\
| * \ Merge tag 'drm-misc-next-fixes-2018-01-18' of git://anongit.freedesktop.org/d...Dave Airlie2018-01-251-1/+1
| |\ \
| | * | drm/sun4i: Fix error code in sun4i_tcon_bind()Dan Carpenter2018-01-151-1/+1
* | | | drm/sun4i: fix HSYNC and VSYNC polarityGiulio Benetti2018-02-161-2/+2
* | | | drm/sun4i: Add support for A83T second TCONJernej Skrabec2018-02-161-0/+5
* | | | drm/sun4i: Add has_channel_0 TCON quirkJernej Skrabec2018-02-161-12/+29
| |_|/ |/| |
* | | drm/sun4i: engine: Add a VBLANK quirk callbackMaxime Ripard2018-01-221-0/+4
|/ /
* | BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-181-2/+2
|\ \ | |/ |/|
| * drm/sun4i: Fix error path handlingMaxime Ripard2017-12-191-2/+2
* | drm/sun4i: Add A83T supportMaxime Ripard2018-01-041-0/+5
* | drm/sun4i: Add LVDS supportMaxime Ripard2018-01-041-2/+237
* | drm/sun4i: Create minimal multipliers and dividersMaxime Ripard2018-01-041-0/+2
* | drm/sun4i: use sun4i_tcon_of_table to check if a device node is a TCONChen-Yu Tsai2017-11-301-1/+3
|/
* drm/sun4i: Add support for A20 display pipeline componentsJonathan Liu2017-10-171-0/+7
* drm/sun4i: tcon: Add support for A10 TCONJonathan Liu2017-10-171-0/+30
* drm/sun4i: tcon: Move out the tcon0 common setupMaxime Ripard2017-10-171-10/+16
* drm/sun4i: tcon: Don't rely on encoders to set the TCON modeMaxime Ripard2017-10-171-7/+24
* drm/sun4i: tcon: Don't rely on encoders to enable the TCONMaxime Ripard2017-10-171-46/+41
* drm/sun4i: tcon: Make tcon_get_clk_delay mode argument constMaxime Ripard2017-10-171-1/+1
* drm/sun4i: tcon: Make tcon_set_mux mode argument constMaxime Ripard2017-10-171-3/+3
* 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
|\