summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek/mtk_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-22drm/mediatek: Check CRTC state before freeingRuoyu Wang1-3/+3
2026-05-26Merge tag 'mediatek-drm-next-20260521' of https://git.kernel.org/pub/scm/linu...Dave Airlie1-9/+6
2026-05-13drm/mediatek: Simplify mtk_crtc allocationRosen Penev1-9/+6
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard1-6/+6
2026-03-23drm/mediatek: Set dedicated DMA device and drop custom GEM callbacksChen-Yu Tsai1-1/+0
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-13drm/mediatek: Convert legacy DRM logging to drm_* helpers in mtk_crtc.cAbhishek Rajput1-9/+15
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie1-0/+7
2025-11-01drm/mediatek: Add pm_runtime support for GCE power controlJason-JH Lin1-0/+7
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-07-17drm/mediatek: only announce AFBC if really supportedIcenowy Zheng1-1/+2
2025-07-17drm/mediatek: Add wait_event_timeout when disabling planeJason-JH Lin1-0/+33
2025-03-12drm/mediatek: Fix config_updating flag never false when no mbox channelJason-JH Lin1-2/+5
2024-12-25drm/mediatek: Move mtk_crtc_finish_page_flip() to ddp_cmdq_cb()Jason-JH.Lin1-6/+19
2024-10-23drm/mediatek: Fix potential NULL dereference in mtk_crtc_destroy()Dan Carpenter1-2/+1
2024-10-22drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCsJason-JH.Lin1-0/+1
2024-08-29drm/mediatek: Use spin_lock_irqsave() for CRTC event lockFei Shao1-2/+3
2024-08-29drm/mediatek: Fix missing configuration flags in mtk_crtc_ddp_config()Jason-JH.Lin1-0/+27
2024-08-29drm/mediatek: Declare Z Position for all planesAngeloGioacchino Del Regno1-1/+1
2024-08-12drm/mediatek: Use cmdq_pkt_create() and cmdq_pkt_destroy()Chun-Kuang Hu1-42/+4
2024-08-12drm/mediatek: Use cmdq_pkt_eoc() instead of cmdq_pkt_finalize()Chun-Kuang Hu1-1/+1
2024-04-01drm/mediatek: Rename files "mtk_drm_gem.h" to "mtk_gem.h"Hsiao Chien Sung1-1/+1
2024-04-01drm/mediatek: Rename files "mtk_drm_plane.h" to "mtk_plane.h"Hsiao Chien Sung1-1/+1
2024-04-01drm/mediatek: Rename files "mtk_drm_ddp_comp.h" to "mtk_ddp_comp.h"Hsiao Chien Sung1-1/+1
2024-04-01drm/mediatek: Rename files "mtk_drm_crtc.c" to "mtk_crtc.c"Hsiao Chien Sung1-0/+1138