summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sysfb
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'drm-fixes-2026-06-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-10/+18
10 daysdrm/sysfb: Avoid truncating maximum strideThomas Zimmermann1-1/+7
10 daysdrm/sysfb: Return errno code from drm_sysfb_get_visible_size()Thomas Zimmermann4-8/+9
10 daysdrm/sysfb: Avoid possible truncation with calculating visible sizeThomas Zimmermann1-1/+2
10 daysdrm/sysfb: Do not page-align visible size of the framebufferThomas Zimmermann1-1/+1
2026-05-08Merge tag 'drm-misc-next-2026-05-07' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie5-0/+99
2026-05-04drm/sysfb: vesadrm: Support power managementThomas Zimmermann1-0/+19
2026-05-04drm/sysfb: simpledrm: Support power managementThomas Zimmermann1-0/+21
2026-05-04drm/sysfb: ofdrm: Support power managementThomas Zimmermann1-0/+19
2026-05-04drm/sysfb: efidrm: Support power managementThomas Zimmermann1-0/+19
2026-05-04drm/sysfb: corebootdrm: Support power managementThomas Zimmermann1-0/+21
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard4-11/+11
2026-04-27drm/sysfb: ofdrm: fix PCI device reference leaksYuho Choi1-0/+2
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter1-15/+31
2026-03-31drm/sysfb: Fix efidrm error handling and memory type mismatchChen Ni1-15/+31
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard3-16/+20
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2026-02-20drm/sysfb: corebootdrm: Support panel orientationThomas Zimmermann1-4/+26
2026-02-20drm/sysfb: corebootdrm: Add DRM driver for coreboot framebuffersThomas Zimmermann3-0/+429
2026-02-20drm/sysfb: Generalize pixel-format matchingThomas Zimmermann5-36/+42
2026-02-10Merge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-12/+16
2026-01-14drm/sysfb: Remove duplicate declarationsThomas Zimmermann1-9/+0
2025-12-16sysfb: Move edid_info into sysfb_primary_displayThomas Zimmermann2-6/+4
2025-12-16sysfb: Pass sysfb_primary_display to devicesThomas Zimmermann2-6/+12
2025-10-31drm: include drm_print.h where neededJani Nikula4-0/+4
2025-10-23drm/sysfb: Use new CRTC state in begin_fb_accessThomas Zimmermann1-1/+1
2025-09-23drm/sysfb: simpledrm: Sort headers correctlyLuca Weiss1-1/+2
2025-09-23drm/sysfb: Lookup blit function during atomic checkThomas Zimmermann3-5/+114
2025-09-23drm/sysfb: Add custom plane stateThomas Zimmermann2-2/+69
2025-09-04drm/sysfb: Remove double assignment to pointer crtc_stateColin Ian King1-2/+1
2025-08-28drm/vesadrm: Remove unneeded semicolonChen Ni1-1/+1
2025-08-27drm/sysfb: Do not deref unexisting CRTC state in atomic_disableThomas Zimmermann1-4/+1
2025-08-26drm/vesadrm: Support DRM_FORMAT_C8Thomas Zimmermann1-1/+113
2025-08-26drm/vesadrm: Prepare color management for palette-based framebuffersThomas Zimmermann1-8/+15
2025-08-26drm/vesadrm: Rename vesadrm_set_gamma_lut() to vesadrm_set_color_lut()Thomas Zimmermann1-8/+8
2025-08-26drm/sysfb: Blit to CRTC destination formatThomas Zimmermann2-11/+20
2025-08-26drm/sysfb: Find screen_info format with helpersThomas Zimmermann1-12/+9
2025-08-14drm/simpledrm: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)1-10/+5
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds6-126/+218
2025-06-27drm/vesadrm: Avoid NULL-ptr deref in vesadrm_pmi_cmap_write()Thomas Zimmermann1-4/+9
2025-06-18drm/format-helper: Move drm_fb_build_fourcc_list() to sysfb helpersThomas Zimmermann6-10/+150
2025-06-16video: Make global edid_info depend on CONFIG_FIRMWARE_EDIDThomas Zimmermann2-2/+2
2025-05-26drm/vesadrm: Use helpers for programming gamma rampsThomas Zimmermann1-64/+36
2025-05-26drm/ofdrm: Use helpers for programming gamma rampsThomas Zimmermann1-50/+30
2025-04-14drm/sysfb: Share helpers for screen_info validationThomas Zimmermann5-192/+160
2025-04-14drm/sysfb: Share helpers for integer validationThomas Zimmermann6-72/+48
2025-04-14drm/sysfb: Split source fileThomas Zimmermann4-4/+16
2025-04-11drm/sysfb: efidrm: Avoid clang -Wsometimes-uninitialized in efidrm_device_cre...Nathan Chancellor1-1/+3
2025-04-09drm/sysfb: efidrm: Support module buildsThomas Zimmermann1-2/+2