summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i
Commit message (Expand)AuthorAgeFilesLines
* drm/sun4i: Add support for A20 display pipeline componentsJonathan Liu2017-10-173-0/+18
* drm/sun4i: Add support for A10 display pipeline componentsChen-Yu Tsai2017-10-172-1/+11
* drm/sun4i: hdmi: Support HDMI controller on A10Chen-Yu Tsai2017-10-171-0/+53
* drm/sun4i: tcon: Add support for A10 TCONJonathan Liu2017-10-172-1/+32
* drm/sun4i: backend: Support output muxingChen-Yu Tsai2017-10-172-4/+51
* 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-178-45/+37
* drm/sun4i: tcon: Don't rely on encoders to enable the TCONMaxime Ripard2017-10-176-80/+67
* 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-172-4/+4
* drm/sun4i: Realign Makefile padding and reorder itMaxime Ripard2017-10-171-16/+17
* drm/sun4i: Implement endpoint parsing using kfifoMaxime Ripard2017-10-171-58/+13
* drm/sun4i: backend: Offset layer buffer address by DRAM starting addressChen-Yu Tsai2017-10-171-0/+7
* drm/sun4i: hdmi: Move PAD_CTRL1 setting to mode_set functionChen-Yu Tsai2017-10-161-10/+16
* drm/sun4i: hdmi: Document PAD_CTRL1 output invert bitsChen-Yu Tsai2017-10-161-0/+5
* drm/sun4i: backend: Add comment explaining why registers are clearedChen-Yu Tsai2017-10-161-1/+8
* drm/sun4i: backend: Use drm_fb_cma_get_gem_addr() to get display memoryChen-Yu Tsai2017-10-161-13/+2
* drm/sun4i: backend: Create regmap after access is possibleChen-Yu Tsai2017-10-161-7/+7
* drm/sun4i: don't add components that are already in the queueChen-Yu Tsai2017-10-161-0/+16
* drm/sun4i: hdmi: Add support for A31's HDMI controllerChen-Yu Tsai2017-10-112-0/+61
* drm/sun4i: hdmi: Add A31 specific DDC register definitionsChen-Yu Tsai2017-10-111-0/+31
* drm/sun4i: hdmi: Add support for controller hardware variantsChen-Yu Tsai2017-10-115-97/+369
* drm/sun4i: hdmi: Allow using second PLL as TMDS clk parentChen-Yu Tsai2017-10-111-24/+29
* drm/sun4i: hdmi: create a regmap for later useChen-Yu Tsai2017-10-112-0/+16
* drm/sun4i: hdmi: Disable clks in bind function error path and unbind functionChen-Yu Tsai2017-10-111-5/+14
* 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-112-18/+32
* Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-10-0311-121/+341
|\
| * BackMerge tag 'v4.14-rc3' into drm-nextDave Airlie2017-10-032-2/+2
| |\
| | * drm/sun4i: cec: Enable back CEC-pin frameworkHans Verkuil2017-09-222-2/+2
| * | Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-09-283-39/+251
| |\ \ | | |/ | |/|
| * | Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-09-0313-140/+348
| |\ \
| | * \ Merge tag 'sunxi-drm-for-4.14-2' of https://git.kernel.org/pub/scm/linux/kern...Dave Airlie2017-08-251-1/+1
| | |\ \
| | | * | drm/sun4i: use of_graph_get_remote_endpoint()Kuninori Morimoto2017-08-231-1/+1
| | * | | Merge tag 'sunxi-drm-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie2017-08-219-120/+332
| | |\ \ \ | | | |/ /
| | | * | sun4i_hdmi: add CEC supportHans Verkuil2017-07-183-1/+71
| | | * | drm/sun4i: tcon: remove unused functionMaxime Ripard2017-07-181-2/+0
| | | * | drm/sun4i: Remove useless atomic_checkMaxime Ripard2017-07-183-23/+0
| | | * | drm/sun4i: Add if statement instead of depends onMaxime Ripard2017-07-181-3/+4
| | | * | drm/sun4i: hdmi: Implement I2C adapter for A10s DDC busJonathan Liu2017-07-174-90/+256
| | | * | drm/sun4i: constify drm_plane_helper_funcsArvind Yadav2017-07-171-1/+1
| * | | | drm/sun4i: Implement drm_driver lastclose to restore fbdev consoleJonathan Liu2017-07-171-0/+8
| | |/ / | |/| |
* | | | drm/sun4i: Use drm_gem_fb_create()Noralf Trønnes2017-10-011-1/+2
| |_|/ |/| |
* | | drm/sun4i: call drm_vblank_init with correct number of crtcsChen-Yu Tsai2017-09-091-5/+5
* | | drm/sun4i: tcon: Support backend input muxChen-Yu Tsai2017-09-092-2/+26
* | | 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: add components in breadth first traversal orderChen-Yu Tsai2017-09-091-9/+72
* | | drm/sun4i: tcon: Unconditionally reset the TCONChen-Yu Tsai2017-09-081-4/+1
| |/ |/|
OpenPOWER on IntegriCloud