summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2025-11-28drm/panthor: Fix the full_tick checkBoris Brezillon1-2/+5
2025-11-28drm/panthor: Don't try to enable extract eventsBoris Brezillon1-4/+2
2025-11-28drm/panthor: Simplify group idleness trackingBoris Brezillon1-29/+2
2025-11-28drm/panthor: Relax a check in panthor_sched_pre_reset()Boris Brezillon1-2/+0
2025-11-28drm/panthor: Make panthor_vm_[un]map_pages() more robustBoris Brezillon1-27/+54
2025-11-28drm/panthor: Add support for atomic page table updatesBoris Brezillon1-93/+97
2025-11-28drm/panthor: Recover from panthor_gpu_flush_caches() failuresBoris Brezillon1-7/+12
2025-11-28drm/panthor: Kill lock_region()Boris Brezillon1-10/+10
2025-11-28drm/panthor: Always wait after sending a command to an ASBoris Brezillon1-15/+12
2025-11-28drm/display/dp_mst: Add protection against 0 vcpiSuraj Kandpal1-1/+2
2025-11-27drm/amd/display: Enable support for Gamma 2.2Alex Hung2-3/+9
2025-11-27drm/colorop: Add DRM_COLOROP_1D_CURVE_GAMMA22 to 1D CurveAlex Hung2-0/+20
2025-11-27drm/amd/display: Disable CRTC degamma when color pipeline is enabledAlex Hung1-14/+12
2025-11-27drm/amd/display: Ensure 3D LUT for color pipelineAlex Hung2-71/+78
2025-11-27drm/amd/display: Add AMD color pipeline docHarry Wentland1-20/+102
2025-11-27drm/amd/display: add 3D LUT coloropAlex Hung2-0/+175
2025-11-27drm/colorop: Add 3D LUT support to color pipelineAlex Hung5-0/+143
2025-11-27drm/colorop: allow non-bypass coloropsHarry Wentland5-40/+63
2025-11-27drm/colorop: Define LUT_1D interpolationHarry Wentland6-4/+79
2025-11-27drm/amd/display: Swap matrix and multiplierAlex Hung2-10/+10
2025-11-27drm/amd/display: add multiplier coloropAlex Hung2-0/+55
2025-11-27drm/colorop: Add multiplier typeAlex Hung5-0/+67
2025-11-27drm/amd/display: add 3x4 matrix coloropAlex Hung2-0/+67
2025-11-27drm/amd/display: add shaper and blend colorops for 1D Curve Custom LUTAlex Hung2-77/+251
2025-11-27drm/colorop: Add 1D Curve Custom LUT typeAlex Hung5-0/+82