aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sun4i/sun4i_backend.c
AgeCommit message (Expand)Author
2022-04-26sun4i/drm: backend: use mode_set engine callbackJernej Skrabec
2021-09-01drm/sun4i: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus
2020-11-18drm/sun4i: backend: Remove the MBUS quirksMaxime Ripard
2020-11-18drm/sun4i: backend: Fix probe failure with multiple backendsMaxime Ripard
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan
2020-09-14Merge v5.9-rc5 into drm-nextDaniel Vetter
2020-09-04drm/sun4i: backend: Disable alpha on the lowest plane on the A20Maxime Ripard
2020-09-04drm/sun4i: backend: Support alpha property on lowest planeMaxime Ripard
2020-08-18drm/sun4i: Constify static structsRikard Falkeborn
2020-01-08drm/sun4i: backend: Make sure we enforce the clock rateMaxime Ripard
2019-07-17drm/sun4i: drop use of drmP.hSam Ravnborg
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-11drm/sun4i: Rely on dma interconnect for our RAM offsetMaxime Ripard
2019-03-15drm/sun4i: backend: Simplify the get_id logicMaxime Ripard
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie
2019-01-25drm/sun4i: Add support for A23 display pipelineChen-Yu Tsai
2019-01-25drm/sun4i: backend: Remove BGRX8888 from list of supported formatsChen-Yu Tsai
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-18drm/sun4i: Move the BT.601 CSC coefficients to the frontendPaul Kocialkowski
2019-01-18drm/sun4i: backend: Use explicit fourcc helpers for packed YUV422 checkPaul Kocialkowski
2019-01-15drm/sun4i: backend: add missing of_node_putsJulia Lawall
2018-11-27drm/sun4i: Pass modifier to backend and frontend format support helpersPaul Kocialkowski
2018-11-27drm/sun4i: backend: Detail the YUV to RGB values coding explanationPaul Kocialkowski
2018-11-27drm/sun4i: backend: Avoid counting YUV planes that use the frontendPaul Kocialkowski
2018-11-27drm/sun4i: backend: Use a specific function to check if a plane is supportedPaul Kocialkowski
2018-11-27drm/sun4i: backend: Refine the logic behind using the frontendPaul Kocialkowski
2018-11-27drm/sun4i: backend: Add a helper and a list for supported formatsPaul Kocialkowski
2018-11-27drm/sun4i: Add TODO comment about supporting scaling with the backendPaul Kocialkowski
2018-11-27drm/sun4i: Cleanup video/YUV source before enabling a layerPaul Kocialkowski
2018-07-24drm/sun4i: Use (struct drm_format_info) fields to determine if a format is yu...Ayan Kumar Halder
2018-07-19drm/sun4i: sun4i: Introduce a quirk for lowest plane alpha supportPaul Kocialkowski
2018-07-19drm/sun4i: sun4i: Register quirks with the backend structurePaul Kocialkowski
2018-07-18drm/sun4i: Substitute sun4i_backend_format_is_yuv() with format->is_yuvAyan Kumar Halder
2018-04-16drm/sun4i: Add support for plane alphaMaxime Ripard
2018-03-19drm/sun4i: backend: Support YUV planesMaxime Ripard
2018-03-19drm/sun4i: backend: Check that we only have a single YUV planeMaxime Ripard
2018-03-19drm/sun4i: Add driver support for A80 display pipelineChen-Yu Tsai
2018-02-22drm/sun4i: backend: Remove ARGB spoofingMaxime Ripard
2018-02-22drm/sun4i: backend: Assign the pipes automaticallyMaxime Ripard
2018-01-29drm/sun4i: backend: Check for the number of alpha planesMaxime Ripard
2018-01-29drm/sun4i: backend: Add support for zposMaxime Ripard
2018-01-22drm/sun4i: backend: Make sure we don't have a commit pendingMaxime Ripard
2018-01-22drm/sun4i: backend: Add a custom atomic_check for the frontendMaxime Ripard
2018-01-22drm/sun4i: backend: Wire in the frontendMaxime Ripard
2018-01-22drm/sun4i: backend: Allow a NULL plane pointer to retrieve the formatMaxime Ripard
2018-01-22drm/sun4i: backend: Move line stride setup to buffer setup functionMaxime Ripard
2017-10-17drm/sun4i: Add support for A20 display pipeline componentsJonathan Liu