summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
| * drm/sun4i: Remove useless atomic_checkMaxime Ripard2017-07-183-23/+0Star
| * 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: make drm_connector_funcs structures constBhumika Goyal2017-08-092-2/+2
* | drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-083-3/+0Star
* | 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/+0Star
* | drm: Convert to using %pOF instead of full_nameRob Herring2017-07-261-5/+4Star
* | 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
| * drm/sun4i: Add compatible string for V3s display engineIcenowy Zheng2017-06-011-0/+1
| * drm/sun4i: add support for Allwinner DE2 mixersIcenowy Zheng2017-06-016-0/+734
| * drm/sun4i: add a Kconfig option for sun4i-backendIcenowy Zheng2017-06-012-1/+12
| * drm/sun4i: abstract a engine typeIcenowy Zheng2017-06-0112-87/+192
| * drm/sun4i: return only planes for layers createdIcenowy Zheng2017-05-154-22/+24
| * drm/sun4i: backend: Clarify sun4i_backend_layer_enable debug messageChen-Yu Tsai2017-05-141-1/+2
| * drm/sun4i: Set TCON clock inside sun4i_tconX_mode_setChen-Yu Tsai2017-05-143-4/+6
| * drm/sun4i: tcon: Copy ID from associated backendChen-Yu Tsai2017-05-142-0/+3
| * drm/sun4i: tcon: Find matching display backend by device node matchingChen-Yu Tsai2017-05-141-4/+51
| * drm/sun4i: backend: Save pointer to device tree nodeChen-Yu Tsai2017-05-142-0/+3
| * drm/sun4i: backend: Fetch backend ID from device treeChen-Yu Tsai2017-05-142-0/+46
| * drm/sun4i: backend: Drop trailing 0 from backend in error messageChen-Yu Tsai2017-05-141-1/+1
| * drm/sun4i: Use lists to track registered display backends and TCONsChen-Yu Tsai2017-05-146-5/+30
* | drm/sun4i: Drop drm_vblank_cleanupDaniel Vetter2017-05-311-2/+0Star
|/
* Merge tag 'sunxi-drm-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie2017-04-2014-107/+163
|\
| * drm/sun4i: Pass pointer for underlying backend into layer initChen-Yu Tsai2017-03-093-9/+9
| * drm/sun4i: Pass pointers for associated backend and tcon into crtc initChen-Yu Tsai2017-03-093-6/+9
| * drm/sun4i: tv: Get tcon and backend pointers from associated crtcChen-Yu Tsai2017-03-091-8/+11
| * drm/sun4i: Use embedded tcon pointer to get the tcon's output port nodeChen-Yu Tsai2017-03-091-1/+1
| * drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsyncChen-Yu Tsai2017-03-091-2/+2
| * drm/sun4i: Fix TCON clock and regmap initialization sequenceChen-Yu Tsai2017-03-091-7/+15
| * drm/sun4i: Grab reserved memory regionMaxime Ripard2017-03-071-1/+11
| * drm/sun4i: Add backend and tcon pointers to sun4i_crtcChen-Yu Tsai2017-03-072-12/+9Star
| * drm/sun4i: Add backend pointer to sun4i_layerChen-Yu Tsai2017-03-072-5/+4Star