index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
sun4i
/
sun4i_tcon.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-misc-next-fixes-2018-01-18' of git://anongit.freedesktop.org/d...
Dave Airlie
2018-01-25
1
-1
/
+1
|
\
|
*
drm/sun4i: Fix error code in sun4i_tcon_bind()
Dan Carpenter
2018-01-15
1
-1
/
+1
*
|
BackMerge tag 'v4.15-rc8' into drm-next
Dave Airlie
2018-01-18
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
drm/sun4i: Fix error path handling
Maxime Ripard
2017-12-19
1
-2
/
+2
*
|
drm/sun4i: Add A83T support
Maxime Ripard
2018-01-04
1
-0
/
+5
*
|
drm/sun4i: Add LVDS support
Maxime Ripard
2018-01-04
1
-2
/
+237
*
|
drm/sun4i: Create minimal multipliers and dividers
Maxime Ripard
2018-01-04
1
-0
/
+2
*
|
drm/sun4i: use sun4i_tcon_of_table to check if a device node is a TCON
Chen-Yu Tsai
2017-11-30
1
-1
/
+3
|
/
*
drm/sun4i: Add support for A20 display pipeline components
Jonathan Liu
2017-10-17
1
-0
/
+7
*
drm/sun4i: tcon: Add support for A10 TCON
Jonathan Liu
2017-10-17
1
-0
/
+30
*
drm/sun4i: tcon: Move out the tcon0 common setup
Maxime Ripard
2017-10-17
1
-10
/
+16
*
drm/sun4i: tcon: Don't rely on encoders to set the TCON mode
Maxime Ripard
2017-10-17
1
-7
/
+24
*
drm/sun4i: tcon: Don't rely on encoders to enable the TCON
Maxime Ripard
2017-10-17
1
-46
/
+41
*
drm/sun4i: tcon: Make tcon_get_clk_delay mode argument const
Maxime Ripard
2017-10-17
1
-1
/
+1
*
drm/sun4i: tcon: Make tcon_set_mux mode argument const
Maxime Ripard
2017-10-17
1
-3
/
+3
*
drm/sun4i: tcon: Add support for demuxing TCON output on A31
Chen-Yu Tsai
2017-10-11
1
-0
/
+47
*
drm/sun4i: tcon: Add variant callback for TCON output muxing
Chen-Yu Tsai
2017-10-11
1
-17
/
+27
*
drm/sun4i: tcon: Support backend input mux
Chen-Yu Tsai
2017-09-09
1
-2
/
+23
*
drm/sun4i: tcon: Simplify sun4i_tcon_find_engine_traverse for one input
Chen-Yu Tsai
2017-09-09
1
-26
/
+25
*
drm/sun4i: tcon: get TCON ID and matching engine with remote endpoint ID
Chen-Yu Tsai
2017-09-09
1
-3
/
+118
*
drm/sun4i: tcon: Check for multiple paths between TCONs and backends
Chen-Yu Tsai
2017-09-09
1
-0
/
+14
*
drm/sun4i: tcon: Unconditionally reset the TCON
Chen-Yu Tsai
2017-09-08
1
-4
/
+1
*
drm/sun4i: tcon: multiply the vtotal when not in interlace
Maxime Ripard
2017-06-01
1
-4
/
+22
*
drm/sun4i: tcon: Change vertical total size computation inconsistency
Maxime Ripard
2017-06-01
1
-1
/
+1
*
drm/sun4i: tcon: Fix tcon channel 1 backporch calculation
Maxime Ripard
2017-06-01
1
-2
/
+2
*
drm/sun4i: tcon: Switch mux on only for composite
Maxime Ripard
2017-06-01
1
-1
/
+8
*
drm/sun4i: tcon: Move the muxing out of the mode set function
Maxime Ripard
2017-06-01
1
-6
/
+16
*
drm/sun4i: tcon: Add channel debug
Maxime Ripard
2017-06-01
1
-0
/
+4
*
drm/sun4i: tcon: add support for V3s TCON
Icenowy Zheng
2017-06-01
1
-0
/
+5
*
drm/sun4i: abstract a engine type
Icenowy Zheng
2017-06-01
1
-17
/
+21
*
drm/sun4i: Set TCON clock inside sun4i_tconX_mode_set
Chen-Yu Tsai
2017-05-14
1
-0
/
+6
*
drm/sun4i: tcon: Copy ID from associated backend
Chen-Yu Tsai
2017-05-14
1
-0
/
+1
*
drm/sun4i: tcon: Find matching display backend by device node matching
Chen-Yu Tsai
2017-05-14
1
-4
/
+51
*
drm/sun4i: Use lists to track registered display backends and TCONs
Chen-Yu Tsai
2017-05-14
1
-2
/
+12
*
Merge tag 'sunxi-drm-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel...
Dave Airlie
2017-04-20
1
-11
/
+25
|
\
|
*
drm/sun4i: Pass pointers for associated backend and tcon into crtc init
Chen-Yu Tsai
2017-03-09
1
-1
/
+1
|
*
drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsync
Chen-Yu Tsai
2017-03-09
1
-2
/
+2
|
*
drm/sun4i: Fix TCON clock and regmap initialization sequence
Chen-Yu Tsai
2017-03-09
1
-7
/
+15
|
*
drm/sun4i: rgb: Pass tcon pointer when initializing RGB encoder
Chen-Yu Tsai
2017-03-07
1
-1
/
+1
|
*
drm/sun4i: Initialize crtc from tcon bind function
Chen-Yu Tsai
2017-03-07
1
-2
/
+8
*
|
drm: convert drivers to use drm_of_find_panel_or_bridge
Rob Herring
2017-04-06
1
-85
/
+5
|
/
*
Merge tag 'drm-misc-next-2016-11-16' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2016-11-16
1
-1
/
+1
|
\
|
*
drm/sun4i: constify component_ops structures
Julia Lawall
2016-11-13
1
-1
/
+1
*
|
drm/sun4i: Add compatible string for A31/A31s TCON (timing controller)
Chen-Yu Tsai
2016-10-20
1
-0
/
+10
*
|
drm/sun4i: tcon: Move SoC specific quirks to a DT matched data structure
Chen-Yu Tsai
2016-10-20
1
-15
/
+18
|
/
*
drm/sun4i: support A33 tcon
Maxime Ripard
2016-09-08
1
-1
/
+7
*
drm/sun4i: support TCONs without channel 1
Maxime Ripard
2016-09-08
1
-13
/
+21
*
drm/sun4i: Remove redundant dev_err call in sun4i_tcon_init_regmap()
Wei Yongjun
2016-08-27
1
-3
/
+1
*
drm/sun4i: Add bridge support
Maxime Ripard
2016-08-22
1
-3
/
+40
*
drm/sun4i: Move panel retrieval in RGB connector
Maxime Ripard
2016-08-22
1
-7
/
+1
[next]