summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tiny/simpledrm.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12drm/tiny: correctly print `struct resource *` on errorJoey Gouly1-1/+1
2023-06-08drm/tiny: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-28drm: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-01-31drm/simpledrm: Allow physical width and height configuration via panel nodeRayyan Ansari1-9/+22
2023-01-26drm/simpledrm: Fix an NULL vs IS_ERR() bugDan Carpenter1-2/+2
2023-01-23drm/simpledrm: Add support for system memory framebuffersThierry Reding1-24/+75
2023-01-23drm/simpledrm: Use struct iosys_map consistentlyThierry Reding1-6/+7
2023-01-06drm/fb-helper: Replace bpp/depth parameter by color modeThomas Zimmermann1-1/+6
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann1-21/+0
2022-11-24drm/simpledrm: Set preferred depth from format of scanout bufferThomas Zimmermann1-2/+2
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-1/+1
2022-10-13drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helperJavier Martinez Canillas1-12/+2
2022-10-13drm/simpledrm: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas1-8/+2
2022-10-08drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann1-1/+5
2022-09-27drm/simpledrm: Synchronize access to GEM BOsThomas Zimmermann1-2/+8
2022-09-27drm/simpledrm: Iterate over damage clipsThomas Zimmermann1-11/+13
2022-09-27drm/simpledrm: Remove !fb check from atomic_updateThomas Zimmermann1-3/+0
2022-09-27drm/simpledrm: Use drm_atomic_get_new_plane_state()Thomas Zimmermann1-4/+4
2022-09-27drm/simpledrm: Compute linestride with drm_format_info_min_pitch()Thomas Zimmermann1-2/+5
2022-09-17drm/plane-helper: Add a drm_plane_helper_atomic_check() helperJavier Martinez Canillas1-24/+1
2022-09-12drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann1-42/+5
2022-09-12drm/modes: Add initializer macro DRM_MODE_INIT()Thomas Zimmermann1-14/+9
2022-09-12drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()Thomas Zimmermann1-9/+1
2022-09-12drm/probe-helper: Add drm_connector_helper_get_modes_fixed()Thomas Zimmermann1-17/+1
2022-08-10drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann1-4/+4
2022-08-05drm/simpledrm: Convert to atomic helpersThomas Zimmermann1-105/+168
2022-08-05drm/simpledrm: Compute framebuffer stride if not setThomas Zimmermann1-0/+3
2022-08-05drm/simpledrm: Remove pdev field from device structureThomas Zimmermann1-4/+2
2022-08-05drm/simpledrm: Inline device-init helpersThomas Zimmermann1-163/+128
2022-08-05drm/simpledrm: Remove mem field from device structureThomas Zimmermann1-2/+0
2022-08-05drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()Nathan Chancellor1-1/+1
2022-05-03drm/simpledrm: Use fbdev defaults for shadow bufferingThomas Zimmermann1-1/+0
2022-02-23drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD pa...Hans de Goede1-0/+3
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-5/+17
2022-01-27drm/simpledrm: Request memory region in driverThomas Zimmermann1-5/+17
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-10/+31
2021-12-16drm/simpledrm: Add [AX]RGB2101010 formatsHector Martin1-2/+2
2021-12-13drm: simpledrm: fix wrong unit with pixel clockAlejandro Concepcion-Rodriguez1-1/+1
2021-11-11drm/simpledrm: Support virtual screen sizesThomas Zimmermann1-2/+7
2021-11-11drm/simpledrm: Enable FB_DAMAGE_CLIPS propertyThomas Zimmermann1-9/+19
2021-11-11drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann1-4/+10
2021-08-08drm/simpledrm: Use offset-adjusted shadow-plane mappingThomas Zimmermann1-2/+2
2021-05-27drm/simpledrm: Use %p4cc to print 4CC formatThomas Zimmermann1-4/+2
2021-05-15drm: simpledrm: fix a potential NULL dereferenceDan Carpenter1-2/+7
2021-05-13drm: simpledrm: Fix use after free issuesColin Ian King1-0/+2
2021-05-13drm: simpledrm: print resource info using '%pr'Randy Dunlap1-2/+2
2021-05-01drm/simpledrm: Acquire memory aperture for framebufferThomas Zimmermann1-1/+24
2021-05-01drm: Add simpledrm driverThomas Zimmermann1-0/+873