summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sun4i/sun4i_tcon.c
AgeCommit message (Expand)Author
2018-03-12drm/sun4i: Fix exclusivity of the TCON clocksOndrej Jirman
2018-03-06drm/sun4i: tcon: Reduce the scope of the LVDS error a bitMaxime Ripard
2018-03-02drm/sun4i: Release exclusive clock lock when disabling TCONJernej Skrabec
2018-02-26drm/sun4i: Protect the TCON pixel clocksMaxime Ripard
2018-02-26drm/sun4i: Enable the output on the pins (tcon0)Ondrej Jirman
2018-01-25Merge tag 'drm-misc-next-fixes-2018-01-18' of git://anongit.freedesktop.org/d...Dave Airlie
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie
2018-01-15drm/sun4i: Fix error code in sun4i_tcon_bind()Dan Carpenter
2018-01-04drm/sun4i: Add A83T supportMaxime Ripard
2018-01-04drm/sun4i: Add LVDS supportMaxime Ripard
2018-01-04drm/sun4i: Create minimal multipliers and dividersMaxime Ripard
2017-12-19drm/sun4i: Fix error path handlingMaxime Ripard
2017-11-30drm/sun4i: use sun4i_tcon_of_table to check if a device node is a TCONChen-Yu Tsai
2017-10-17drm/sun4i: Add support for A20 display pipeline componentsJonathan Liu
2017-10-17drm/sun4i: tcon: Add support for A10 TCONJonathan Liu
2017-10-17drm/sun4i: tcon: Move out the tcon0 common setupMaxime Ripard
2017-10-17drm/sun4i: tcon: Don't rely on encoders to set the TCON modeMaxime Ripard
2017-10-17drm/sun4i: tcon: Don't rely on encoders to enable the TCONMaxime Ripard
2017-10-17drm/sun4i: tcon: Make tcon_get_clk_delay mode argument constMaxime Ripard
2017-10-17drm/sun4i: tcon: Make tcon_set_mux mode argument constMaxime Ripard
2017-10-11drm/sun4i: tcon: Add support for demuxing TCON output on A31Chen-Yu Tsai
2017-10-11drm/sun4i: tcon: Add variant callback for TCON output muxingChen-Yu Tsai
2017-09-09drm/sun4i: tcon: Support backend input muxChen-Yu Tsai
2017-09-09drm/sun4i: tcon: Simplify sun4i_tcon_find_engine_traverse for one inputChen-Yu Tsai
2017-09-09drm/sun4i: tcon: get TCON ID and matching engine with remote endpoint IDChen-Yu Tsai
2017-09-09drm/sun4i: tcon: Check for multiple paths between TCONs and backendsChen-Yu Tsai
2017-09-08drm/sun4i: tcon: Unconditionally reset the TCONChen-Yu Tsai
2017-06-01drm/sun4i: tcon: multiply the vtotal when not in interlaceMaxime Ripard
2017-06-01drm/sun4i: tcon: Change vertical total size computation inconsistencyMaxime Ripard
2017-06-01drm/sun4i: tcon: Fix tcon channel 1 backporch calculationMaxime Ripard
2017-06-01drm/sun4i: tcon: Switch mux on only for compositeMaxime Ripard
2017-06-01drm/sun4i: tcon: Move the muxing out of the mode set functionMaxime Ripard
2017-06-01drm/sun4i: tcon: Add channel debugMaxime Ripard
2017-06-01drm/sun4i: tcon: add support for V3s TCONIcenowy Zheng
2017-06-01drm/sun4i: abstract a engine typeIcenowy Zheng
2017-05-14drm/sun4i: Set TCON clock inside sun4i_tconX_mode_setChen-Yu Tsai
2017-05-14drm/sun4i: tcon: Copy ID from associated backendChen-Yu Tsai
2017-05-14drm/sun4i: tcon: Find matching display backend by device node matchingChen-Yu Tsai
2017-05-14drm/sun4i: Use lists to track registered display backends and TCONsChen-Yu Tsai
2017-04-20Merge tag 'sunxi-drm-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie
2017-04-06drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring
2017-03-09drm/sun4i: Pass pointers for associated backend and tcon into crtc initChen-Yu Tsai
2017-03-09drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsyncChen-Yu Tsai
2017-03-09drm/sun4i: Fix TCON clock and regmap initialization sequenceChen-Yu Tsai
2017-03-07drm/sun4i: rgb: Pass tcon pointer when initializing RGB encoderChen-Yu Tsai
2017-03-07drm/sun4i: Initialize crtc from tcon bind functionChen-Yu Tsai
2016-11-17Merge tag 'drm-misc-next-2016-11-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2016-11-13drm/sun4i: constify component_ops structuresJulia Lawall
2016-10-20drm/sun4i: Add compatible string for A31/A31s TCON (timing controller)Chen-Yu Tsai
2016-10-20drm/sun4i: tcon: Move SoC specific quirks to a DT matched data structureChen-Yu Tsai