summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
AgeCommit message (Expand)AuthorLines
2024-05-02drm/arm/komeda: Use fbdev-dmaThomas Zimmermann-2/+2
2024-04-26drm/komeda: fix missing seq_file includesDave Airlie-0/+3
2024-04-12drm/arm/malidp: fix a possible null pointer dereferenceHuai-Yuan Liu-1/+4
2023-12-13drm/drm_property: make replace_property_blob_from_id a DRM helperMelissa Wen-1/+1
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+30
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie-3/+6
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson-0/+29
2023-09-15drm/komeda: add NV12 format to support writeback layer typebaozhu.liu-1/+1
2023-08-31drm/komeda: drop all currently held locks if deadlock happensbaozhu.liu-3/+6
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-71/+37
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)-13/+13
2023-07-21drm/arm/komeda: Remove component framework and add a simple encoderFaiz Abbas-62/+29
2023-07-21drm: Explicitly include correct DT includesRob Herring-1/+2
2023-07-10drm/arm: Make ARM devices menu depend on DRMJavier Martinez Canillas-0/+1
2023-06-08drm/arm/malidp: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-06-08drm/arm/hdlcd: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-06-08drm/komeda: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter-1/+1
2023-03-17drm/arm/hdlcd: Use devm_platform_ioremap_resource()Yang Li-3/+1
2023-03-17drm/arm/malidp: Use devm_platform_get_and_ioremap_resource()Yang Li-2/+1
2023-03-14arm/malidp: Use GEM DMA fbdev emulationThomas Zimmermann-2/+2
2023-03-14arm/hdlcd: Use GEM DMA fbdev emulationThomas Zimmermann-2/+2
2023-02-03drm/arm/malidp: use sysfs_emit in show function callbackDeepak R Varma-1/+1
2023-01-18drm/arm/komeda: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann-2/+0
2023-01-13drm: Include <linux/of.h> where neededThomas Zimmermann-0/+1
2023-01-06drm/arm/hdlcd: use new debugfs device-centered functionsMaíra Canal-15/+9
2022-11-16drm/arm/malidp: remove calls to drm_mode_config_cleanup()Danilo Krummrich-14/+6
2022-11-16drm/arm/malidp: plane: use drm managed resourcesDanilo Krummrich-21/+7
2022-11-16drm/arm/malidp: crtc: use drmm_crtc_init_with_planes()Danilo Krummrich-3/+2
2022-11-16drm/arm/malidp: replace drm->dev_private with drm_to_malidp()Danilo Krummrich-27/+25
2022-11-16drm/arm/malidp: use drmm_* to allocate driver structuresDanilo Krummrich-13/+8
2022-11-07drm/arm/hdlcd: remove calls to drm_mode_config_cleanup()Danilo Krummrich-6/+13
2022-11-07drm/arm/hdlcd: plane: use drm managed resourcesDanilo Krummrich-12/+6
2022-11-07drm/arm/hdlcd: replace drm->dev_private with drm_to_hdlcd_priv()Danilo Krummrich-9/+8
2022-11-07drm/arm/hdlcd: use drmm_* to allocate driver structuresDanilo Krummrich-8/+5
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann-1/+0
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann-3/+3
2022-11-05drm/komeda: Don't set struct drm_driver.lastcloseThomas Zimmermann-2/+0
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich-9/+9
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich-29/+29
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich-10/+10
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich-2/+0
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann-3/+0
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann-2/+2
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann-1/+0
2022-07-22drm/komeda: Fix handling of atomic commits in the atomic_commit_tail hookLiviu Dudau-3/+24
2022-07-22drm/komeda - At init write GCU control block to handle already on DPUCarsten Haitzler-2/+1
2022-07-22drm/komeda: Add legacy FB support so VT's work as expectedCarsten Haitzler-0/+2
2022-07-22drm/arm/hdlcd: Simplify IRQ install/uninstallRobin Murphy-45/+15
2022-07-22drm/arm/hdlcd: Take over EFI framebuffer properlyRobin Murphy-0/+10