aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_tcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16drm/sun4i: Add has_channel_0 TCON quirkJernej Skrabec1-12/+29
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+4
2018-01-25Merge tag 'drm-misc-next-fixes-2018-01-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2018-01-22drm/sun4i: engine: Add a VBLANK quirk callbackMaxime Ripard1-0/+4
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie1-2/+2
2018-01-15drm/sun4i: Fix error code in sun4i_tcon_bind()Dan Carpenter1-1/+1
2018-01-04drm/sun4i: Add A83T supportMaxime Ripard1-0/+5
2018-01-04drm/sun4i: Add LVDS supportMaxime Ripard1-2/+237
2018-01-04drm/sun4i: Create minimal multipliers and dividersMaxime Ripard1-0/+2
2017-12-19drm/sun4i: Fix error path handlingMaxime Ripard1-2/+2
2017-11-30drm/sun4i: use sun4i_tcon_of_table to check if a device node is a TCONChen-Yu Tsai1-1/+3
2017-10-17drm/sun4i: Add support for A20 display pipeline componentsJonathan Liu1-0/+7
2017-10-17drm/sun4i: tcon: Add support for A10 TCONJonathan Liu1-0/+30
2017-10-17drm/sun4i: tcon: Move out the tcon0 common setupMaxime Ripard1-10/+16
2017-10-17drm/sun4i: tcon: Don't rely on encoders to set the TCON modeMaxime Ripard1-7/+24
2017-10-17drm/sun4i: tcon: Don't rely on encoders to enable the TCONMaxime Ripard1-46/+41
2017-10-17drm/sun4i: tcon: Make tcon_get_clk_delay mode argument constMaxime Ripard1-1/+1
2017-10-17drm/sun4i: tcon: Make tcon_set_mux mode argument constMaxime Ripard1-3/+3
2017-10-11drm/sun4i: tcon: Add support for demuxing TCON output on A31Chen-Yu Tsai1-0/+47
2017-10-11drm/sun4i: tcon: Add variant callback for TCON output muxingChen-Yu Tsai1-17/+27
2017-09-09drm/sun4i: tcon: Support backend input muxChen-Yu Tsai1-2/+23
2017-09-09drm/sun4i: tcon: Simplify sun4i_tcon_find_engine_traverse for one inputChen-Yu Tsai1-26/+25
2017-09-09drm/sun4i: tcon: get TCON ID and matching engine with remote endpoint IDChen-Yu Tsai1-3/+118
2017-09-09drm/sun4i: tcon: Check for multiple paths between TCONs and backendsChen-Yu Tsai1-0/+14
2017-09-08drm/sun4i: tcon: Unconditionally reset the TCONChen-Yu Tsai1-4/+1
2017-06-01drm/sun4i: tcon: multiply the vtotal when not in interlaceMaxime Ripard1-4/+22
2017-06-01drm/sun4i: tcon: Change vertical total size computation inconsistencyMaxime Ripard1-1/+1
2017-06-01drm/sun4i: tcon: Fix tcon channel 1 backporch calculationMaxime Ripard1-2/+2
2017-06-01drm/sun4i: tcon: Switch mux on only for compositeMaxime Ripard1-1/+8
2017-06-01drm/sun4i: tcon: Move the muxing out of the mode set functionMaxime Ripard1-6/+16
2017-06-01drm/sun4i: tcon: Add channel debugMaxime Ripard1-0/+4
2017-06-01drm/sun4i: tcon: add support for V3s TCONIcenowy Zheng1-0/+5
2017-06-01drm/sun4i: abstract a engine typeIcenowy Zheng1-17/+21
2017-05-14drm/sun4i: Set TCON clock inside sun4i_tconX_mode_setChen-Yu Tsai1-0/+6
2017-05-14drm/sun4i: tcon: Copy ID from associated backendChen-Yu Tsai1-0/+1
2017-05-14drm/sun4i: tcon: Find matching display backend by device node matchingChen-Yu Tsai1-4/+51
2017-05-14drm/sun4i: Use lists to track registered display backends and TCONsChen-Yu Tsai1-2/+12
2017-04-20Merge tag 'sunxi-drm-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-nextDave Airlie1-11/+25
2017-04-06drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring1-85/+5
2017-03-09drm/sun4i: Pass pointers for associated backend and tcon into crtc initChen-Yu Tsai1-1/+1
2017-03-09drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsyncChen-Yu Tsai1-2/+2
2017-03-09drm/sun4i: Fix TCON clock and regmap initialization sequenceChen-Yu Tsai1-7/+15
2017-03-07drm/sun4i: rgb: Pass tcon pointer when initializing RGB encoderChen-Yu Tsai1-1/+1
2017-03-07drm/sun4i: Initialize crtc from tcon bind functionChen-Yu Tsai1-2/+8
2016-11-17Merge tag 'drm-misc-next-2016-11-16' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-1/+1
2016-11-13drm/sun4i: constify component_ops structuresJulia Lawall1-1/+1
2016-10-20drm/sun4i: Add compatible string for A31/A31s TCON (timing controller)Chen-Yu Tsai1-0/+10
2016-10-20drm/sun4i: tcon: Move SoC specific quirks to a DT matched data structureChen-Yu Tsai1-15/+18
2016-09-08drm/sun4i: support A33 tconMaxime Ripard1-1/+7
2016-09-08drm/sun4i: support TCONs without channel 1Maxime Ripard1-13/+21