summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tiny/simpledrm.c
AgeCommit message (Expand)Author
2023-12-06drm/simpledrm: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard
2023-11-14drm/simpledrm: Preallocate format-conversion buffer in atomic_checkThomas Zimmermann
2023-11-14drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie
2023-10-12drm/tiny: correctly print `struct resource *` on errorJoey Gouly
2023-10-12drm/simpledrm: Fix power domain device link validity checkThierry Reding
2023-09-25drm/simpledrm: Add support for multiple "power-domains"Janne Grunau
2023-06-08drm/tiny: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-28drm: Use of_property_present() for testing DT property presenceRob Herring
2023-01-31drm/simpledrm: Allow physical width and height configuration via panel nodeRayyan Ansari
2023-01-26drm/simpledrm: Fix an NULL vs IS_ERR() bugDan Carpenter
2023-01-23drm/simpledrm: Add support for system memory framebuffersThierry Reding
2023-01-23drm/simpledrm: Use struct iosys_map consistentlyThierry Reding
2023-01-06drm/fb-helper: Replace bpp/depth parameter by color modeThomas Zimmermann
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann
2022-11-24drm/simpledrm: Set preferred depth from format of scanout bufferThomas Zimmermann
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-10-13drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helperJavier Martinez Canillas
2022-10-13drm/simpledrm: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas
2022-10-08drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann
2022-09-27drm/simpledrm: Synchronize access to GEM BOsThomas Zimmermann
2022-09-27drm/simpledrm: Iterate over damage clipsThomas Zimmermann
2022-09-27drm/simpledrm: Remove !fb check from atomic_updateThomas Zimmermann
2022-09-27drm/simpledrm: Use drm_atomic_get_new_plane_state()Thomas Zimmermann
2022-09-27drm/simpledrm: Compute linestride with drm_format_info_min_pitch()Thomas Zimmermann
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