Age | Commit message (Expand) | Author | Files | Lines |
2021-02-17 | drm: Switch to %p4cc format modifier | Sakari Ailus | 1 | -4/+2 |
2020-11-18 | drm/sun4i: backend: Remove the MBUS quirks | Maxime Ripard | 1 | -19/+0 |
2020-11-18 | drm/sun4i: backend: Fix probe failure with multiple backends | Maxime Ripard | 1 | -1/+7 |
2020-10-16 | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+7 |
2020-09-25 | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv... | Christoph Hellwig | 1 | -3/+1 |
2020-09-17 | dma-mapping: introduce DMA range map, supplanting dma_pfn_offset | Jim Quinlan | 1 | -1/+7 |
2020-09-14 | Merge v5.9-rc5 into drm-next | Daniel Vetter | 1 | -3/+1 |
2020-09-04 | drm/sun4i: backend: Disable alpha on the lowest plane on the A20 | Maxime Ripard | 1 | -1/+0 |
2020-09-04 | drm/sun4i: backend: Support alpha property on lowest plane | Maxime Ripard | 1 | -2/+1 |
2020-08-18 | drm/sun4i: Constify static structs | Rikard Falkeborn | 1 | -1/+1 |
2020-01-08 | drm/sun4i: backend: Make sure we enforce the clock rate | Maxime Ripard | 1 | -0/+9 |
2019-07-17 | drm/sun4i: drop use of drmP.h | Sam Ravnborg | 1 | -7/+9 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-04-11 | drm/sun4i: Rely on dma interconnect for our RAM offset | Maxime Ripard | 1 | -7/+21 |
2019-03-15 | drm/sun4i: backend: Simplify the get_id logic | Maxime Ripard | 1 | -23/+12 |
2019-02-18 | Merge v5.0-rc7 into drm-next | Dave Airlie | 1 | -2/+3 |
2019-01-25 | drm/sun4i: Add support for A23 display pipeline | Chen-Yu Tsai | 1 | -0/+4 |
2019-01-25 | drm/sun4i: backend: Remove BGRX8888 from list of supported formats | Chen-Yu Tsai | 1 | -1/+0 |
2019-01-24 | drm: Split out drm_probe_helper.h | Daniel Vetter | 1 | -1/+1 |
2019-01-18 | drm/sun4i: Move the BT.601 CSC coefficients to the frontend | Paul Kocialkowski | 1 | -22/+0 |
2019-01-18 | drm/sun4i: backend: Use explicit fourcc helpers for packed YUV422 check | Paul Kocialkowski | 1 | -1/+2 |
2019-01-15 | drm/sun4i: backend: add missing of_node_puts | Julia Lawall | 1 | -2/+3 |
2018-11-27 | drm/sun4i: Pass modifier to backend and frontend format support helpers | Paul Kocialkowski | 1 | -3/+7 |
2018-11-27 | drm/sun4i: backend: Detail the YUV to RGB values coding explanation | Paul Kocialkowski | 1 | -2/+6 |
2018-11-27 | drm/sun4i: backend: Avoid counting YUV planes that use the frontend | Paul Kocialkowski | 1 | -5/+5 |
2018-11-27 | drm/sun4i: backend: Use a specific function to check if a plane is supported | Paul Kocialkowski | 1 | -5/+22 |
2018-11-27 | drm/sun4i: backend: Refine the logic behind using the frontend | Paul Kocialkowski | 1 | -2/+18 |
2018-11-27 | drm/sun4i: backend: Add a helper and a list for supported formats | Paul Kocialkowski | 1 | -0/+27 |
2018-11-27 | drm/sun4i: Add TODO comment about supporting scaling with the backend | Paul Kocialkowski | 1 | -0/+5 |
2018-11-27 | drm/sun4i: Cleanup video/YUV source before enabling a layer | Paul Kocialkowski | 1 | -0/+9 |
2018-07-24 | drm/sun4i: Use (struct drm_format_info) fields to determine if a format is yu... | Ayan Kumar Halder | 1 | -31/+6 |
2018-07-19 | drm/sun4i: sun4i: Introduce a quirk for lowest plane alpha support | Paul Kocialkowski | 1 | -14/+28 |
2018-07-19 | drm/sun4i: sun4i: Register quirks with the backend structure | Paul Kocialkowski | 1 | -0/+2 |
2018-07-18 | drm/sun4i: Substitute sun4i_backend_format_is_yuv() with format->is_yuv | Ayan Kumar Halder | 1 | -9/+3 |
2018-04-16 | drm/sun4i: Add support for plane alpha | Maxime Ripard | 1 | -3/+13 |
2018-03-20 | drm/sun4i: backend: Support YUV planes | Maxime Ripard | 1 | -0/+98 |
2018-03-19 | drm/sun4i: backend: Check that we only have a single YUV plane | Maxime Ripard | 1 | -2/+47 |
2018-03-19 | drm/sun4i: Add driver support for A80 display pipeline | Chen-Yu Tsai | 1 | -0/+7 |
2018-02-22 | drm/sun4i: backend: Remove ARGB spoofing | Maxime Ripard | 1 | -9/+3 |
2018-02-22 | drm/sun4i: backend: Assign the pipes automatically | Maxime Ripard | 1 | -2/+38 |
2018-01-29 | drm/sun4i: backend: Check for the number of alpha planes | Maxime Ripard | 1 | -0/+51 |
2018-01-29 | drm/sun4i: backend: Add support for zpos | Maxime Ripard | 1 | -0/+15 |
2018-01-22 | drm/sun4i: backend: Make sure we don't have a commit pending | Maxime Ripard | 1 | -0/+12 |
2018-01-22 | drm/sun4i: backend: Add a custom atomic_check for the frontend | Maxime Ripard | 1 | -0/+65 |
2018-01-22 | drm/sun4i: backend: Wire in the frontend | Maxime Ripard | 1 | -0/+90 |
2018-01-22 | drm/sun4i: backend: Allow a NULL plane pointer to retrieve the format | Maxime Ripard | 1 | -1/+1 |
2018-01-22 | drm/sun4i: backend: Move line stride setup to buffer setup function | Maxime Ripard | 1 | -7/+6 |
2017-10-17 | drm/sun4i: Add support for A20 display pipeline components | Jonathan Liu | 1 | -0/+8 |
2017-10-17 | drm/sun4i: Add support for A10 display pipeline components | Chen-Yu Tsai | 1 | -0/+8 |
2017-10-17 | drm/sun4i: backend: Support output muxing | Chen-Yu Tsai | 1 | -3/+49 |