summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | drm/sun4i: make drm_connector_funcs structures constBhumika Goyal2017-08-092-2/+2
* | drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-083-3/+0
* | drm: Plumb modifiers through plane initBen Widawsky2017-08-012-2/+2
* | drm/sun4i: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-07-291-2/+0
* | drm: Convert to using %pOF instead of full_nameRob Herring2017-07-261-5/+4
* | drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma2017-07-141-1/+1
* | drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* | drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
|/
* Merge tag 'sunxi-drm-for-4.13' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie2017-06-1623-99/+2164
|\
| * drm/sun4i: Add compatible for the A10s pipelineMaxime Ripard2017-06-011-0/+1
| * drm/sun4i: Add HDMI supportMaxime Ripard2017-06-016-0/+1023
| * drm/sun4i: Ignore the generic connectors for componentsMaxime Ripard2017-06-011-0/+12
| * drm/sun4i: tcon: multiply the vtotal when not in interlaceMaxime Ripard2017-06-011-4/+22
| * drm/sun4i: tcon: Change vertical total size computation inconsistencyMaxime Ripard2017-06-012-2/+2
| * drm/sun4i: tcon: Fix tcon channel 1 backporch calculationMaxime Ripard2017-06-011-2/+2
| * drm/sun4i: tcon: Switch mux on only for compositeMaxime Ripard2017-06-011-1/+8
| * drm/sun4i: tcon: Move the muxing out of the mode set functionMaxime Ripard2017-06-014-6/+20
| * drm/sun4i: tcon: Add channel debugMaxime Ripard2017-06-011-0/+4
| * drm/sun4i: tcon: add support for V3s TCONIcenowy Zheng2017-06-012-1/+7
OpenPOWER on IntegriCloud