summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-12-08dma-buf: enable DMABUF_DEBUG by default on DEBUG kernelsChristian König1-1/+1
2025-12-08dma-buf: improve sg_table debugging hack v4Christian König1-14/+60
2025-12-08drm/atomic: Add dev pointer to drm_private_objMaxime Ripard2-0/+6
2025-12-08Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping sectionLoïc Molinari1-6/+23
2025-12-08drm/panfrost: Introduce huge tmpfs mountpoint optionLoïc Molinari5-0/+38
2025-12-08drm/panthor: Introduce huge tmpfs mountpoint optionLoïc Molinari5-0/+39
2025-12-08drm/gem: Get rid of *_with_mnt helpersLoïc Molinari5-65/+19
2025-12-08drm/v3d: Use huge tmpfs mountpoint helpersLoïc Molinari6-80/+24
2025-12-08drm/i915: Use huge tmpfs mountpoint helpersLoïc Molinari7-125/+50
2025-12-08drm/gem: Add huge tmpfs mountpoint helpersLoïc Molinari3-0/+105
2025-12-08drm/gem: Introduce drm_gem_get_unmapped_area() fopLoïc Molinari2-22/+90
2025-12-08drm/shmem-helper: Map huge pages in fault handlerLoïc Molinari1-4/+31
2025-12-08drm/shmem-helper: Simplify page offset calculation in fault handlerLoïc Molinari1-2/+2
2025-12-05drm/panthor: Enable timestamp propagationAshley Smith2-2/+4
2025-12-04dma-buf/dma-fence: Remove return code of signaling-functionsPhilipp Stanner2-35/+14
2025-12-04drm/ttm: Use dma_fence_check_and_signal()Philipp Stanner1-1/+1
2025-12-04dma-buf: Don't misuse dma_fence_signal()Philipp Stanner1-2/+2
2025-12-04drm/xe: Use dma_fence_check_and_signal_locked()Philipp Stanner1-3/+1
2025-12-04amd/amdkfd: Use dma_fence_check_and_signal()Philipp Stanner1-3/+3
2025-12-04dma-buf/dma-fence: Add dma_fence_check_and_signal()Philipp Stanner2-0/+46
2025-12-04dma-buf/dma-fence: Add dma_fence_test_signaled_flag()Philipp Stanner2-10/+30
2025-12-03gpu/panel-edp: add AUO panel entry for B140HAN06.4Alexey Klimov1-0/+1
2025-12-03drm/ttm: Tidy usage of local variables a little bitTvrtko Ursulin5-76/+77
2025-12-03drm/ttm: Tidy ttm_operation_ctx initializationTvrtko Ursulin4-17/+5
2025-12-03drm/ttm: Resource cannot be NULL in ttm_resource_intersectsTvrtko Ursulin1-3/+0
2025-12-03drm/ttm: Make ttm_bo_init_validate safe against ttm_operation_ctx re-orderingTvrtko Ursulin1-1/+1
2025-12-03drm/panthor: fix queue_reset_timeout_lockedChia-I Wu1-12/+12
2025-12-03drm/panthor: Remove redundant call to disable the MCUAkash Goel1-1/+0
2025-12-03drm/panthor: Unlock the locked region before disabling an ASBoris Brezillon1-0/+10
2025-12-03drm/panthor: Make sure caches are flushed/invalidated when an AS is recycledBoris Brezillon1-6/+20
2025-12-03drm/panthor: Drop a WARN_ON() in group_free_queue()Boris Brezillon1-3/+2
2025-12-03dma-buf: replace "#if" with just "if"Christian König1-3/+2
2025-12-03accel/amdxdna: Poll MPNPU_PWAITMODE after requesting firmware suspendLizhi Hou8-1/+35
2025-12-02drm/todo: Add entry for unlocked drm/sched rq readersPhilipp Stanner1-0/+14
2025-12-02drm/todo: Add section with task for GPU schedulerPhilipp Stanner1-0/+31
2025-12-02fbcon: Remove fb_debug_enter/_leave from struct fb_opsThomas Zimmermann4-57/+0
2025-12-02drm/fbdev-helper: Remove drm_fb_helper_debug_enter/_leave()Thomas Zimmermann3-152/+0
2025-12-02drm/radeon: Do not implement mode_set_base_atomic callbackThomas Zimmermann3-81/+26
2025-12-02drm/nouveau: Do not implement mode_set_base_atomic callbackThomas Zimmermann1-20/+4
2025-12-02drm/amdgpu: Do not implement mode_set_base_atomic callbackThomas Zimmermann3-72/+33
2025-12-01drm/panel-edp: Add CSW MNE007QB3-1Langyan Ye1-0/+1
2025-12-01drm/ast: Wrap cursor framebuffer access in drm_gem_fb_begin/end_cpu_access()Thomas Zimmermann1-31/+43
2025-12-01drm/ast: Support cursor buffers objects in I/O memoryThomas Zimmermann1-1/+14
2025-12-01drm/ast: Move cursor format conversion into helper functionThomas Zimmermann1-23/+39
2025-11-28drm/panic: Report invalid or unsupported panic modesTvrtko Ursulin1-13/+62
2025-11-28drm/panthor: Kill panthor_sched_immediate_tick()Boris Brezillon1-9/+2
2025-11-28drm/panthor: Make sure we resume the tick when new jobs are submittedBoris Brezillon1-9/+34
2025-11-28drm/panthor: Fix the logic that decides when to stop tickingBoris Brezillon1-27/+17
2025-11-28drm/panthor: Fix immediate ticking on a disabled tickBoris Brezillon1-2/+7
2025-11-28drm/panthor: Fix the group priority rotation logicBoris Brezillon1-21/+31