index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
sun4i
/
sun4i_tcon.c
Age
Commit message (
Expand
)
Author
2017-10-17
drm/sun4i: Add support for A20 display pipeline components
Jonathan Liu
2017-10-17
drm/sun4i: tcon: Add support for A10 TCON
Jonathan Liu
2017-10-17
drm/sun4i: tcon: Move out the tcon0 common setup
Maxime Ripard
2017-10-17
drm/sun4i: tcon: Don't rely on encoders to set the TCON mode
Maxime Ripard
2017-10-17
drm/sun4i: tcon: Don't rely on encoders to enable the TCON
Maxime Ripard
2017-10-17
drm/sun4i: tcon: Make tcon_get_clk_delay mode argument const
Maxime Ripard
2017-10-17
drm/sun4i: tcon: Make tcon_set_mux mode argument const
Maxime Ripard
2017-10-11
drm/sun4i: tcon: Add support for demuxing TCON output on A31
Chen-Yu Tsai
2017-10-11
drm/sun4i: tcon: Add variant callback for TCON output muxing
Chen-Yu Tsai
2017-09-09
drm/sun4i: tcon: Support backend input mux
Chen-Yu Tsai
2017-09-09
drm/sun4i: tcon: Simplify sun4i_tcon_find_engine_traverse for one input
Chen-Yu Tsai
2017-09-09
drm/sun4i: tcon: get TCON ID and matching engine with remote endpoint ID
Chen-Yu Tsai
2017-09-09
drm/sun4i: tcon: Check for multiple paths between TCONs and backends
Chen-Yu Tsai
2017-09-08
drm/sun4i: tcon: Unconditionally reset the TCON
Chen-Yu Tsai
2017-06-01
drm/sun4i: tcon: multiply the vtotal when not in interlace
Maxime Ripard
2017-06-01
drm/sun4i: tcon: Change vertical total size computation inconsistency
Maxime Ripard
2017-06-01
drm/sun4i: tcon: Fix tcon channel 1 backporch calculation
Maxime Ripard
2017-06-01
drm/sun4i: tcon: Switch mux on only for composite
Maxime Ripard
2017-06-01
drm/sun4i: tcon: Move the muxing out of the mode set function
Maxime Ripard
2017-06-01
drm/sun4i: tcon: Add channel debug
Maxime Ripard
2017-06-01
drm/sun4i: tcon: add support for V3s TCON
Icenowy Zheng
2017-06-01
drm/sun4i: abstract a engine type
Icenowy Zheng
2017-05-14
drm/sun4i: Set TCON clock inside sun4i_tconX_mode_set
Chen-Yu Tsai
2017-05-14
drm/sun4i: tcon: Copy ID from associated backend
Chen-Yu Tsai
2017-05-14
drm/sun4i: tcon: Find matching display backend by device node matching
Chen-Yu Tsai
2017-05-14
drm/sun4i: Use lists to track registered display backends and TCONs
Chen-Yu Tsai
2017-04-20
Merge tag 'sunxi-drm-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel...
Dave Airlie
2017-04-06
drm: convert drivers to use drm_of_find_panel_or_bridge
Rob Herring
2017-03-09
drm/sun4i: Pass pointers for associated backend and tcon into crtc init
Chen-Yu Tsai
2017-03-09
drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsync
Chen-Yu Tsai
2017-03-09
drm/sun4i: Fix TCON clock and regmap initialization sequence
Chen-Yu Tsai
2017-03-07
drm/sun4i: rgb: Pass tcon pointer when initializing RGB encoder
Chen-Yu Tsai
2017-03-07
drm/sun4i: Initialize crtc from tcon bind function
Chen-Yu Tsai
2016-11-17
Merge tag 'drm-misc-next-2016-11-16' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2016-11-13
drm/sun4i: constify component_ops structures
Julia Lawall
2016-10-20
drm/sun4i: Add compatible string for A31/A31s TCON (timing controller)
Chen-Yu Tsai
2016-10-20
drm/sun4i: tcon: Move SoC specific quirks to a DT matched data structure
Chen-Yu Tsai
2016-09-08
drm/sun4i: support A33 tcon
Maxime Ripard
2016-09-08
drm/sun4i: support TCONs without channel 1
Maxime Ripard
2016-08-27
drm/sun4i: Remove redundant dev_err call in sun4i_tcon_init_regmap()
Wei Yongjun
2016-08-22
drm/sun4i: Add bridge support
Maxime Ripard
2016-08-22
drm/sun4i: Move panel retrieval in RGB connector
Maxime Ripard
2016-08-22
drm/sun4i: Store TCON's device structure pointer
Maxime Ripard
2016-05-30
drm: sun4i: do cleanup if RGB output init fails
Chen-Yu Tsai
2016-05-30
drm/sun4i: defer only if we didn't find our panel
Maxime Ripard
2016-04-28
drm: sun4i: Add RGB output
Maxime Ripard
2016-04-28
drm: Add Allwinner A10 Display Engine support
Maxime Ripard