aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2025-12-04drm/xe/pf: fix VFIO link errorArnd Bergmann1-2/+2
2025-12-04drm/ttm: Use dma_fence_check_and_signal()Philipp Stanner1-1/+1
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-04drm/rcar-du: dsi: Handle both DRM_MODE_FLAG_N.SYNC and !DRM_MODE_FLAG_P.SYNCMarek Vasut1-2/+2
2025-12-04drm/i915/fbc: Apply Wa_14025769978Vinod Govindapillai3-2/+11
2025-12-04drm/i915/xe3p_lpd: Enable display use of system cache for FBCVinod Govindapillai4-0/+102
2025-12-04drm/xe/uapi: Add NO_COMPRESSION BO flag and query capabilitySanjay Yadav4-2/+21
2025-12-04drm/i915/display: Use a sub-struct for fbc operations in intel_displayVinod Govindapillai4-6/+9
2025-12-03drm/xe/xe3: Remove graphics IP 30.01 from Wa_18041344222 IP listHarish Chegondi1-1/+1
2025-12-03Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-1/+1
2025-12-03drm/xe: Do not reference loop variable directlyMatthew Brost1-2/+3
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-12/+7
2025-12-03gpu/panel-edp: add AUO panel entry for B140HAN06.4Alexey Klimov1-0/+1
2025-12-03drm/xe/sync: Use for_each_tlb_inval() to calculate invalidation fencesMatt Roper1-2/+5
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-03Merge drm/drm-next into drm-xe-nextThomas Hellström1414-14909/+66813
2025-12-03drm/gem-shmem: revert the 8-byte alignment constraintLudovic Desroches1-1/+1
2025-12-03drm/gem-dma: revert the 8-byte alignment constraintLudovic Desroches1-1/+1
2025-12-03drm/i915/crtc: Expose sharpness only if num_scalers is >= 2Nemesa Garg1-1/+1
2025-12-03Merge tag 'amd-drm-next-6.19-2025-12-02' of https://gitlab.freedesktop.org/ag...Dave Airlie65-184/+1972
2025-12-02drm/i915/display: Use HAS_LT_PHY() for LT PHY AUX powerGustavo Sousa1-8/+8
2025-12-02drm/i915/display: Move HAS_LT_PHY() to intel_display_device.hGustavo Sousa2-2/+1
2025-12-02drm/i915/display: Use platform check in HAS_LT_PHY()Gustavo Sousa1-1/+1
2025-12-02drm/i915/nvls: Add NVL-S display supportSai Teja Pottumuttu2-1/+8
2025-12-02drm/i915/xe3p_lpd: Handle underrun debug bitsGustavo Sousa6-0/+175
2025-12-02drm/i915/display: Handle dedicated external ports in intel_encoder_is_tc()Gustavo Sousa3-1/+27
2025-12-02drm/i915/power: Use intel_encoder_is_tc()Gustavo Sousa1-10/+23
2025-12-02drm/i915/vbt: Add fields dedicated_external and dyn_port_over_tcGustavo Sousa3-2/+76
2025-12-02Revert "drm/amd: Skip power ungate during suspend for VPE"Mario Limonciello (AMD)1-2/+1
2025-12-02drm/amdgpu: use common defines for HUB faultsAlex Deucher5-8/+21
2025-12-02drm/amdgpu/gmc12: add amdgpu_vm_handle_fault() handlingAlex Deucher1-0/+27
2025-12-02drm/amdgpu/gmc11: add amdgpu_vm_handle_fault() handlingAlex Deucher1-0/+27
2025-12-02drm/amdgpu: use static ids for ACP platform devsBrady Norander1-2/+8
2025-12-02drm/amdgpu/sdma6: Update SDMA 6.0.3 FW version to include UMQ protected-fence...Srinivasan Shanmugam1-1/+1
2025-12-02drm/amdgpu: Forward VMID reservation errorsNatalie Vock1-2/+1
2025-12-02drm/amdgpu/gmc8: Delegate VM faults to soft IRQ handler ringTimur Kristóf1-0/+6
2025-12-02drm/amdgpu/gmc7: Delegate VM faults to soft IRQ handler ringTimur Kristóf1-0/+6
2025-12-02drm/amdgpu/gmc6: Delegate VM faults to soft IRQ handler ringTimur Kristóf1-0/+6
2025-12-02drm/amdgpu/gmc6: Cache VM fault infoTimur Kristóf1-0/+4
2025-12-02drm/amdgpu/gmc6: Don't print MC client as it's unknownTimur Kristóf1-6/+4
2025-12-02drm/amdgpu/cz_ih: Enable soft IRQ handler ringTimur Kristóf1-0/+10