aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter3-3/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky2-2/+2
2017-07-29drm/sun4i: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-5/+4
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma1-1/+1
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-16Merge tag 'sunxi-drm-for-4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-nextDave Airlie23-99/+2164
2017-06-01drm/sun4i: Add compatible for the A10s pipelineMaxime Ripard1-0/+1
2017-06-01drm/sun4i: Add HDMI supportMaxime Ripard6-0/+1023
2017-06-01drm/sun4i: Ignore the generic connectors for componentsMaxime Ripard1-0/+12
2017-06-01drm/sun4i: tcon: multiply the vtotal when not in interlaceMaxime Ripard1-4/+22
2017-06-01drm/sun4i: tcon: Change vertical total size computation inconsistencyMaxime Ripard2-2/+2
2017-06-01drm/sun4i: tcon: Fix tcon channel 1 backporch calculationMaxime Ripard1-2/+2
2017-06-01drm/sun4i: tcon: Switch mux on only for compositeMaxime Ripard1-1/+8
2017-06-01drm/sun4i: tcon: Move the muxing out of the mode set functionMaxime Ripard4-6/+20
2017-06-01drm/sun4i: tcon: Add channel debugMaxime Ripard1-0/+4
2017-06-01drm/sun4i: tcon: add support for V3s TCONIcenowy Zheng2-1/+7
2017-06-01drm/sun4i: Add compatible string for V3s display engineIcenowy Zheng1-0/+1
2017-06-01drm/sun4i: add support for Allwinner DE2 mixersIcenowy Zheng6-0/+734
2017-06-01drm/sun4i: add a Kconfig option for sun4i-backendIcenowy Zheng2-1/+12
2017-06-01drm/sun4i: abstract a engine typeIcenowy Zheng12-87/+192
2017-05-31drm/sun4i: Drop drm_vblank_cleanupDaniel Vetter1-2/+0
2017-05-15drm/sun4i: return only planes for layers createdIcenowy Zheng4-22/+24
2017-05-14drm/sun4i: backend: Clarify sun4i_backend_layer_enable debug messageChen-Yu Tsai1-1/+2
2017-05-14drm/sun4i: Set TCON clock inside sun4i_tconX_mode_setChen-Yu Tsai3-4/+6
2017-05-14drm/sun4i: tcon: Copy ID from associated backendChen-Yu Tsai2-0/+3
2017-05-14drm/sun4i: tcon: Find matching display backend by device node matchingChen-Yu Tsai1-4/+51
2017-05-14drm/sun4i: backend: Save pointer to device tree nodeChen-Yu Tsai2-0/+3
2017-05-14drm/sun4i: backend: Fetch backend ID from device treeChen-Yu Tsai2-0/+46
2017-05-14drm/sun4i: backend: Drop trailing 0 from backend in error messageChen-Yu Tsai1-1/+1
2017-05-14drm/sun4i: Use lists to track registered display backends and TCONsChen-Yu Tsai6-5/+30
2017-04-20Merge tag 'sunxi-drm-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-nextDave Airlie14-107/+163
2017-04-06drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring2-90/+11
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-11/+1
2017-03-09drm/sun4i: Pass pointer for underlying backend into layer initChen-Yu Tsai3-9/+9
2017-03-09drm/sun4i: Pass pointers for associated backend and tcon into crtc initChen-Yu Tsai3-6/+9
2017-03-09drm/sun4i: tv: Get tcon and backend pointers from associated crtcChen-Yu Tsai1-8/+11
2017-03-09drm/sun4i: Use embedded tcon pointer to get the tcon's output port nodeChen-Yu Tsai1-1/+1
2017-03-09drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsyncChen-Yu Tsai1-2/+2
2017-03-09drm/sun4i: Fix TCON clock and regmap initialization sequenceChen-Yu Tsai1-7/+15
2017-03-07drm/sun4i: Grab reserved memory regionMaxime Ripard1-1/+11
2017-03-07drm/sun4i: Add backend and tcon pointers to sun4i_crtcChen-Yu Tsai2-12/+9
2017-03-07drm/sun4i: Add backend pointer to sun4i_layerChen-Yu Tsai2-5/+4
2017-03-07drm/sun4i: rgb: Pass tcon pointer when initializing RGB encoderChen-Yu Tsai3-20/+11
2017-03-07drm/sun4i: tv: Switch to drm_of_find_possible_crtcsChen-Yu Tsai1-1/+7
2017-03-07drm/sun4i: Drop hardcoded .possible_crtcs values from layersChen-Yu Tsai3-2/+13
2017-03-07drm/sun4i: Drop primary layer pointer from sun4i_drvChen-Yu Tsai3-8/+21
2017-03-07drm/sun4i: Initialize crtc from tcon bind functionChen-Yu Tsai5-13/+13
2017-03-07drm/sun4i: Move layers from sun4i_drv to sun4i_crtcChen-Yu Tsai4-11/+10