summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_overlay.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann1-1/+0
2022-03-08drm/omap: fix NULL but dereferenced coccicheck errorWan Jiabing1-1/+1
2021-12-08drm/omap: Add a 'right overlay' to plane stateBenoit Parrot1-2/+21
2021-12-08drm/omap: dynamically assign hw overlays to planesBenoit Parrot1-0/+109
2021-12-08drm/omap: introduce omap_hw_overlayBenoit Parrot1-0/+84