summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tiny/simpledrm.c
AgeCommit message (Expand)Author
2022-09-16drm/plane-helper: Add a drm_plane_helper_atomic_check() helperJavier Martinez Canillas
2022-09-12drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann
2022-09-12drm/modes: Add initializer macro DRM_MODE_INIT()Thomas Zimmermann
2022-09-12drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()Thomas Zimmermann
2022-09-12drm/probe-helper: Add drm_connector_helper_get_modes_fixed()Thomas Zimmermann
2022-08-10drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann
2022-08-05drm/simpledrm: Convert to atomic helpersThomas Zimmermann
2022-08-05drm/simpledrm: Compute framebuffer stride if not setThomas Zimmermann
2022-08-05drm/simpledrm: Remove pdev field from device structureThomas Zimmermann
2022-08-05drm/simpledrm: Inline device-init helpersThomas Zimmermann
2022-08-05drm/simpledrm: Remove mem field from device structureThomas Zimmermann
2022-08-05drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()Nathan Chancellor
2022-05-03drm/simpledrm: Use fbdev defaults for shadow bufferingThomas Zimmermann
2022-02-23drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD pa...Hans de Goede
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-01-27drm/simpledrm: Request memory region in driverThomas Zimmermann
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-12-16drm/simpledrm: Add [AX]RGB2101010 formatsHector Martin
2021-12-13drm: simpledrm: fix wrong unit with pixel clockAlejandro Concepcion-Rodriguez
2021-11-11drm/simpledrm: Support virtual screen sizesThomas Zimmermann
2021-11-11drm/simpledrm: Enable FB_DAMAGE_CLIPS propertyThomas Zimmermann
2021-11-11drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann
2021-08-08drm/simpledrm: Use offset-adjusted shadow-plane mappingThomas Zimmermann
2021-05-27drm/simpledrm: Use %p4cc to print 4CC formatThomas Zimmermann
2021-05-15drm: simpledrm: fix a potential NULL dereferenceDan Carpenter
2021-05-13drm: simpledrm: Fix use after free issuesColin Ian King
2021-05-13drm: simpledrm: print resource info using '%pr'Randy Dunlap
2021-05-01drm/simpledrm: Acquire memory aperture for framebufferThomas Zimmermann
2021-05-01drm: Add simpledrm driverThomas Zimmermann