summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i
Commit message (Expand)AuthorAgeFilesLines
* 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
| * drm/sun4i: rgb: Pass tcon pointer when initializing RGB encoderChen-Yu Tsai2017-03-073-20/+11Star
| * drm/sun4i: tv: Switch to drm_of_find_possible_crtcsChen-Yu Tsai2017-03-071-1/+7
| * drm/sun4i: Drop hardcoded .possible_crtcs values from layersChen-Yu Tsai2017-03-073-2/+13
| * drm/sun4i: Drop primary layer pointer from sun4i_drvChen-Yu Tsai2017-03-073-8/+21
| * drm/sun4i: Initialize crtc from tcon bind functionChen-Yu Tsai2017-03-075-13/+13
| * drm/sun4i: Move layers from sun4i_drv to sun4i_crtcChen-Yu Tsai2017-03-074-11/+10Star
| * drm/sun4i: Add end of list element for sun4i_layers_init's returned listChen-Yu Tsai2017-03-071-1/+1
| * drm/sun4i: Set drm_crtc.port to the underlying TCON's output port nodeChen-Yu Tsai2017-03-071-0/+5
| * drm/sun4i: Make sunxi_rgb2yuv_coef constantChen-Yu Tsai2017-03-071-1/+1
| * drm/sun4i: Make sun4i_crtc_init return ERR_PTR style error codesChen-Yu Tsai2017-03-072-4/+4
| * drm/sun4i: Save newly created layer in layers array in sun4i_layers_initChen-Yu Tsai2017-03-071-0/+1
| * drm/sun4i: Drop useless assignment in sun4i_layers_initChen-Yu Tsai2017-03-071-1/+1
| * drm/sun4i: Fix kcalloc element size in sun4i_layers_initChen-Yu Tsai2017-03-071-1/+1
| * drm/sun4i: Check return value of drm_vblank_initChen-Yu Tsai2017-03-071-1/+5
| * drm/sun4i: Fix up error path cleanup for master bind functionChen-Yu Tsai2017-03-071-5/+11