aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_backend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-18drm/sun4i: Substitute sun4i_backend_format_is_yuv() with format->is_yuvAyan Kumar Halder1-9/+3
2018-04-16drm/sun4i: Add support for plane alphaMaxime Ripard1-3/+13
2018-03-19drm/sun4i: backend: Support YUV planesMaxime Ripard1-0/+98
2018-03-19drm/sun4i: backend: Check that we only have a single YUV planeMaxime Ripard1-2/+47
2018-03-19drm/sun4i: Add driver support for A80 display pipelineChen-Yu Tsai1-0/+7
2018-02-22drm/sun4i: backend: Remove ARGB spoofingMaxime Ripard1-9/+3
2018-02-22drm/sun4i: backend: Assign the pipes automaticallyMaxime Ripard1-2/+38
2018-01-29drm/sun4i: backend: Check for the number of alpha planesMaxime Ripard1-0/+51
2018-01-29drm/sun4i: backend: Add support for zposMaxime Ripard1-0/+15
2018-01-22drm/sun4i: backend: Make sure we don't have a commit pendingMaxime Ripard1-0/+12
2018-01-22drm/sun4i: backend: Add a custom atomic_check for the frontendMaxime Ripard1-0/+65
2018-01-22drm/sun4i: backend: Wire in the frontendMaxime Ripard1-0/+90
2018-01-22drm/sun4i: backend: Allow a NULL plane pointer to retrieve the formatMaxime Ripard1-1/+1
2018-01-22drm/sun4i: backend: Move line stride setup to buffer setup functionMaxime Ripard1-7/+6
2017-10-17drm/sun4i: Add support for A20 display pipeline componentsJonathan Liu1-0/+8
2017-10-17drm/sun4i: Add support for A10 display pipeline componentsChen-Yu Tsai1-0/+8
2017-10-17drm/sun4i: backend: Support output muxingChen-Yu Tsai1-3/+49
2017-10-17drm/sun4i: backend: Offset layer buffer address by DRAM starting addressChen-Yu Tsai1-0/+7
2017-10-16drm/sun4i: backend: Add comment explaining why registers are clearedChen-Yu Tsai1-1/+8
2017-10-16drm/sun4i: backend: Use drm_fb_cma_get_gem_addr() to get display memoryChen-Yu Tsai1-13/+2
2017-10-16drm/sun4i: backend: Create regmap after access is possibleChen-Yu Tsai1-7/+7
2017-08-23drm/sun4i: use of_graph_get_remote_endpoint()Kuninori Morimoto1-1/+1
2017-06-01drm/sun4i: abstract a engine typeIcenowy Zheng1-36/+42
2017-05-14drm/sun4i: backend: Clarify sun4i_backend_layer_enable debug messageChen-Yu Tsai1-1/+2
2017-05-14drm/sun4i: backend: Save pointer to device tree nodeChen-Yu Tsai1-0/+1
2017-05-14drm/sun4i: backend: Fetch backend ID from device treeChen-Yu Tsai1-0/+44
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 Tsai1-1/+5
2017-03-07drm/sun4i: Make sunxi_rgb2yuv_coef constantChen-Yu Tsai1-1/+1
2017-02-01Merge tag 'sunxi-drm-for-4.11' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-nextDave Airlie1-1/+1
2017-01-02drm/sun4i: Fix a return value in case of errorChristophe JAILLET1-1/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+2
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-1/+1
2016-11-17Merge tag 'drm-misc-next-2016-11-16' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-1/+1
2016-11-13drm/sun4i: constify component_ops structuresJulia Lawall1-1/+1
2016-11-02drm/sun4i: Add a few formatsMaxime Ripard1-0/+20
2016-10-20drm/sun4i: Add compatible strings for A31/A31s display pipelinesChen-Yu Tsai1-0/+1
2016-09-22drm/sun4i: Fix formats usable by the primary planeMaxime Ripard1-2/+7
2016-09-18drm/sun4i: backend: remove redundant dev_err call in sun4i_backend_bind()Wei Yongjun1-3/+1
2016-09-08drm/sun4i: backend: Handle the SATMaxime Ripard1-0/+60
2016-09-08drm/sun4i: support A33 tconMaxime Ripard1-0/+1
2016-05-30drm: sun4i: print DMA address correctlyArnd Bergmann1-2/+2
2016-04-28drm: Add Allwinner A10 Display Engine supportMaxime Ripard1-0/+364