summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_backend.c
Commit message (Expand)AuthorAgeFilesLines
* drm/sun4i: Add more parameters to sunxi_engine commit callbackOndrej Jirman2024-06-101-1/+3
* drm/sun4i: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-4/+2
* drm: Use of_property_present() for testing DT property presenceRob Herring2023-03-281-1/+1
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-6/+6
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-1/+1
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-2/+2
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* sun4i/drm: backend: use mode_set engine callbackJernej Skrabec2022-04-261-20/+20
* drm/sun4i: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-011-3/+1
* drm: Switch to %p4cc format modifierSakari Ailus2021-02-171-4/+2
* drm/sun4i: backend: Remove the MBUS quirksMaxime Ripard2020-11-181-19/+0
* drm/sun4i: backend: Fix probe failure with multiple backendsMaxime Ripard2020-11-181-1/+7
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+7
|\
| * Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-251-3/+1
| |\
| * | dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-1/+7
* | | Merge v5.9-rc5 into drm-nextDaniel Vetter2020-09-141-3/+1
|\ \ \ | | |/ | |/|
| * | drm/sun4i: backend: Disable alpha on the lowest plane on the A20Maxime Ripard2020-09-041-1/+0
| * | drm/sun4i: backend: Support alpha property on lowest planeMaxime Ripard2020-09-041-2/+1
| |/
* / drm/sun4i: Constify static structsRikard Falkeborn2020-08-181-1/+1
|/
* drm/sun4i: backend: Make sure we enforce the clock rateMaxime Ripard2020-01-081-0/+9
* drm/sun4i: drop use of drmP.hSam Ravnborg2019-07-171-7/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* drm/sun4i: Rely on dma interconnect for our RAM offsetMaxime Ripard2019-04-111-7/+21
* drm/sun4i: backend: Simplify the get_id logicMaxime Ripard2019-03-151-23/+12
* Merge v5.0-rc7 into drm-nextDave Airlie2019-02-181-2/+3
|\
| * drm/sun4i: backend: add missing of_node_putsJulia Lawall2019-01-151-2/+3
* | drm/sun4i: Add support for A23 display pipelineChen-Yu Tsai2019-01-251-0/+4
* | drm/sun4i: backend: Remove BGRX8888 from list of supported formatsChen-Yu Tsai2019-01-251-1/+0
* | drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* | drm/sun4i: Move the BT.601 CSC coefficients to the frontendPaul Kocialkowski2019-01-181-22/+0
* | drm/sun4i: backend: Use explicit fourcc helpers for packed YUV422 checkPaul Kocialkowski2019-01-181-1/+2
|/
* drm/sun4i: Pass modifier to backend and frontend format support helpersPaul Kocialkowski2018-11-271-3/+7
* drm/sun4i: backend: Detail the YUV to RGB values coding explanationPaul Kocialkowski2018-11-271-2/+6
* drm/sun4i: backend: Avoid counting YUV planes that use the frontendPaul Kocialkowski2018-11-271-5/+5
* drm/sun4i: backend: Use a specific function to check if a plane is supportedPaul Kocialkowski2018-11-271-5/+22
* drm/sun4i: backend: Refine the logic behind using the frontendPaul Kocialkowski2018-11-271-2/+18
* drm/sun4i: backend: Add a helper and a list for supported formatsPaul Kocialkowski2018-11-271-0/+27
* drm/sun4i: Add TODO comment about supporting scaling with the backendPaul Kocialkowski2018-11-271-0/+5
* drm/sun4i: Cleanup video/YUV source before enabling a layerPaul Kocialkowski2018-11-271-0/+9
* drm/sun4i: Use (struct drm_format_info) fields to determine if a format is yu...Ayan Kumar Halder2018-07-241-31/+6
* drm/sun4i: sun4i: Introduce a quirk for lowest plane alpha supportPaul Kocialkowski2018-07-191-14/+28
* drm/sun4i: sun4i: Register quirks with the backend structurePaul Kocialkowski2018-07-191-0/+2
* drm/sun4i: Substitute sun4i_backend_format_is_yuv() with format->is_yuvAyan Kumar Halder2018-07-181-9/+3
* drm/sun4i: Add support for plane alphaMaxime Ripard2018-04-161-3/+13
* drm/sun4i: backend: Support YUV planesMaxime Ripard2018-03-191-0/+98
* drm/sun4i: backend: Check that we only have a single YUV planeMaxime Ripard2018-03-191-2/+47
* drm/sun4i: Add driver support for A80 display pipelineChen-Yu Tsai2018-03-191-0/+7
* drm/sun4i: backend: Remove ARGB spoofingMaxime Ripard2018-02-221-9/+3