summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny/simpledrm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/simpledrm: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann2023-12-061-1/+0
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-151-1/+1
|\
| * BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-231-1/+1
| |\
| | * drm/tiny: correctly print `struct resource *` on errorJoey Gouly2023-10-121-1/+1
* | | drm/simpledrm: Preallocate format-conversion buffer in atomic_checkThomas Zimmermann2023-11-141-1/+40
* | | drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann2023-11-141-1/+1
|/ /
* | drm/simpledrm: Fix power domain device link validity checkThierry Reding2023-10-121-1/+1
* | drm/simpledrm: Add support for multiple "power-domains"Janne Grunau2023-09-251-0/+105
|/
* drm/tiny: 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/simpledrm: Allow physical width and height configuration via panel nodeRayyan Ansari2023-01-311-9/+22
* drm/simpledrm: Fix an NULL vs IS_ERR() bugDan Carpenter2023-01-261-2/+2
* drm/simpledrm: Add support for system memory framebuffersThierry Reding2023-01-231-24/+75
* drm/simpledrm: Use struct iosys_map consistentlyThierry Reding2023-01-231-6/+7
* drm/fb-helper: Replace bpp/depth parameter by color modeThomas Zimmermann2023-01-061-1/+6
* drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann2023-01-031-21/+0
* drm/simpledrm: Set preferred depth from format of scanout bufferThomas Zimmermann2022-11-241-2/+2
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helperJavier Martinez Canillas2022-10-131-12/+2
* drm/simpledrm: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas2022-10-131-8/+2
* drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann2022-10-081-1/+5
* drm/simpledrm: Synchronize access to GEM BOsThomas Zimmermann2022-09-271-2/+8
* drm/simpledrm: Iterate over damage clipsThomas Zimmermann2022-09-271-11/+13
* drm/simpledrm: Remove !fb check from atomic_updateThomas Zimmermann2022-09-271-3/+0
* drm/simpledrm: Use drm_atomic_get_new_plane_state()Thomas Zimmermann2022-09-271-4/+4
* drm/simpledrm: Compute linestride with drm_format_info_min_pitch()Thomas Zimmermann2022-09-271-2/+5
* drm/plane-helper: Add a drm_plane_helper_atomic_check() helperJavier Martinez Canillas2022-09-161-24/+1
* drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann2022-09-121-42/+5
* drm/modes: Add initializer macro DRM_MODE_INIT()Thomas Zimmermann2022-09-121-14/+9
* drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()Thomas Zimmermann2022-09-121-9/+1
* drm/probe-helper: Add drm_connector_helper_get_modes_fixed()Thomas Zimmermann2022-09-121-17/+1
* drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann2022-08-101-4/+4
* drm/simpledrm: Convert to atomic helpersThomas Zimmermann2022-08-051-105/+168
* drm/simpledrm: Compute framebuffer stride if not setThomas Zimmermann2022-08-051-0/+3
* drm/simpledrm: Remove pdev field from device structureThomas Zimmermann2022-08-051-4/+2
* drm/simpledrm: Inline device-init helpersThomas Zimmermann2022-08-051-163/+128
* drm/simpledrm: Remove mem field from device structureThomas Zimmermann2022-08-051-2/+0
* drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()Nathan Chancellor2022-08-051-1/+1
* drm/simpledrm: Use fbdev defaults for shadow bufferingThomas Zimmermann2022-05-031-1/+0
* drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD pa...Hans de Goede2022-02-231-0/+3
* Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-011-5/+17
|\
| * drm/simpledrm: Request memory region in driverThomas Zimmermann2022-01-271-5/+17
* | Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-101-10/+31
|\|
| * drm/simpledrm: Add [AX]RGB2101010 formatsHector Martin2021-12-161-2/+2
| * drm/simpledrm: Support virtual screen sizesThomas Zimmermann2021-11-111-2/+7
| * drm/simpledrm: Enable FB_DAMAGE_CLIPS propertyThomas Zimmermann2021-11-111-9/+19
| * drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann2021-11-111-4/+10
* | drm: simpledrm: fix wrong unit with pixel clockAlejandro Concepcion-Rodriguez2021-12-131-1/+1
|/
* drm/simpledrm: Use offset-adjusted shadow-plane mappingThomas Zimmermann2021-08-081-2/+2
* drm/simpledrm: Use %p4cc to print 4CC formatThomas Zimmermann2021-05-271-4/+2