summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sysfb/simpledrm.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-08drm/sysfb: simpledrm: Read panel orientation from DT nodeThomas Zimmermann1-2/+9
2026-06-30drm/sysfb: simpledrm: Validate mmap size against framebuffer sizeThomas Zimmermann1-0/+24
2026-06-30drm/sysfb: simpledrm: Improve stride validationThomas Zimmermann1-2/+8
2026-06-30drm/sysfb: simpledrm: Inline simplefb_get_validated_int()Thomas Zimmermann1-9/+2
2026-06-30drm/sysfb: simpledrm: Improve panel-size validationThomas Zimmermann1-3/+46
2026-06-30drm/sysfb: simpledrm: Improve framebuffer-size validationThomas Zimmermann1-11/+4
2026-05-04drm/sysfb: simpledrm: Support power managementThomas Zimmermann1-0/+21
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-09-23drm/sysfb: simpledrm: Sort headers correctlyLuca Weiss1-1/+2
2025-08-13drm/simpledrm: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)1-10/+5
2025-06-18drm/format-helper: Move drm_fb_build_fourcc_list() to sysfb helpersThomas Zimmermann1-3/+2
2025-04-14drm/sysfb: Share helpers for integer validationThomas Zimmermann1-12/+2
2025-04-08drm/sysfb: simpledrm: Remove unused helper simpledrm_device_of_dev()Thomas Zimmermann1-5/+0
2025-04-08drm/simpledrm: Do not upcast in release helpersThomas Zimmermann1-2/+2
2025-04-07drm/sysfb: Merge primary-plane functionsThomas Zimmermann1-121/+5
2025-04-07drm/sysfb: Merge CRTC functionsThomas Zimmermann1-16/+1
2025-04-07drm/sysfb: Maintain CRTC state in struct drm_sysfb_crtc_stateThomas Zimmermann1-5/+1
2025-04-07drm/sysfb: Merge connector functionsThomas Zimmermann1-12/+2
2025-04-07drm/sysfb: Merge mode-config functionsThomas Zimmermann1-3/+1
2025-04-07drm/sysfb: Provide single mode-init helperThomas Zimmermann1-22/+1
2025-04-07drm/sysfb: Add struct drm_sysfb_deviceThomas Zimmermann1-45/+45
2025-04-07drm: Move sysfb drivers into separate subdirectoryThomas Zimmermann1-0/+1072