summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-03-13drm/imagination: Fix timestamps in firmware tracesAlessio Belle1-2/+2
2025-03-13drm/nouveau: select FW cachingDave Airlie1-0/+1
2025-03-13drm/xe/userptr: Unmap userptrs in the mmu notifierThomas Hellström4-9/+52
2025-03-13drm/xe/userptr: properly setup pfn_flags_maskMatthew Auld1-8/+10
2025-03-13drm/xe: Fix fault mode invalidation with unbindThomas Hellström4-60/+75
2025-03-13drm/xe: Fix GT "for each engine" workaroundsTvrtko Ursulin1-2/+2
2025-03-13drm/xe/vm: Validate userptr during gpu vma prefetchingThomas Hellström1-1/+10
2025-03-13drm/xe/vm: Fix a misplaced #endifThomas Hellström1-1/+1
2025-03-13drm/xe/hmm: Don't dereference struct page pointers without notifier lockThomas Hellström1-26/+86
2025-03-13drm/xe/hmm: Style- and include fixesThomas Hellström2-6/+8
2025-03-13drm/xe: Add staging tree for VM bindsMatthew Brost3-19/+46
2025-03-13drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress 200MRichard Thier3-3/+19
2025-03-13drm/imagination: only init job done fences onceBrendan King1-2/+3
2025-03-13drm/imagination: Hold drm_gem_gpuva lock for unmapBrendan King3-28/+115
2025-03-13drm/imagination: avoid deadlock on fence releaseBrendan King2-2/+15
2025-03-13drm/amd/pm: always allow ih interrupt from fwKenneth Feng1-11/+1
2025-03-13drm/amdkfd: Fix NULL Pointer Dereference in KFD queueAndrew Martin1-2/+2
2025-03-13drm/amd/display: Fix null check for pipe_ctx->plane_state in resource_build_s...Ma Ke1-1/+2
2025-03-07amdgpu/pm/legacy: fix suspend/resume issueschr[]3-14/+45
2025-03-07drm/amd/display: Fix HPD after gpu resetRoman Li1-0/+14
2025-03-07drm/amd/display: add a quirk to enable eDP0 on DP1Yilin Chen1-7/+62
2025-03-07drm/amd/display: Disable PSR-SU on eDP panelsTom Chung1-1/+2
2025-03-07drm/amdgpu: init return value in amdgpu_ttm_clear_bufferPierre-Eric Pelloux-Prayer1-1/+1
2025-03-07drm/amdgpu: disable BAR resize on Dell G5 SEAlex Deucher1-0/+7
2025-03-07drm/amdkfd: Preserve cp_hqd_pq_control on update_mqdDavid Yat Sin4-7/+14
2025-03-07drm/fbdev-dma: Add shadow buffering for deferred I/OThomas Zimmermann1-62/+155
2025-03-07drm/xe/userptr: fix EFAULT handlingMatthew Auld1-0/+12
2025-03-07drm/xe/userptr: restore invalidation list on errorMatthew Auld1-7/+21
2025-03-07drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size)Mingcong Bai1-1/+0
2025-03-07drm/amd/display: restore edid reading from a given i2c adapterMelissa Wen1-2/+15
2025-03-07drm/amdgpu/mes: keep enforce isolation up to dateAlex Deucher5-11/+32
2025-03-07drm/amdgpu/gfx: only call mes for enforce isolation if supportedAlex Deucher1-2/+4
2025-03-07drm/xe/oa: Allow oa_exponent value of 0Umesh Nerlige Ramappa1-2/+3
2025-02-27drm/amdgpu: bump version for RV/PCO compute fixAlex Deucher1-1/+2
2025-02-27drm/amdgpu/gfx9: manually control gfxoff for CS on RVAlex Deucher1-2/+30
2025-02-27drm: select DRM_KMS_HELPER from DRM_GEM_SHMEM_HELPERArnd Bergmann1-0/+3
2025-02-27drm/i915/dsi: Use TRANS_DDI_FUNC_CTL's own port width macroImre Deak1-2/+2
2025-02-27drm/i915/gt: Use spin_lock_irqsave() in interruptible contextKrzysztof Karas1-2/+2
2025-02-27drm/i915/ddi: Fix HDMI port width programming in DDI_BUF_CTLImre Deak2-2/+2
2025-02-27drm/i915/dp: Fix error handling during 128b/132b link trainingImre Deak1-1/+14
2025-02-27drm/i915: Make sure all planes in use by the joiner have their crtc includedVille Syrjälä1-0/+18
2025-02-27drm/msm/dpu: Disable dither in phys encoder cleanupJessica Zhang1-0/+3
2025-02-27drm/msm/dp: account for widebus and yuv420 during mode validationAbhinav Kumar2-6/+10
2025-02-27drm: panel: jd9365da-h3: fix reset signal polarityHugo Villeneuve1-4/+4
2025-02-27drm/nouveau/pmu: Fix gp10b firmware guardAaron Kling1-1/+1
2025-02-27drm/xe: Fix error handling in xe_irq_install()Lucas De Marchi1-13/+1
2025-02-27drm/xe/irq: Separate MSI and MSI-X flowsIlia Levi5-36/+237
2025-02-27drm/xe: Make irq enabled flag atomicIlia Levi3-35/+9
2025-02-27drm/msm/dsi/phy: Do not overwite PHY_CMN_CLK_CFG1 when choosing bitclk sourceKrzysztof Kozlowski2-2/+3
2025-02-27drm/msm/dsi/phy: Protect PHY_CMN_CLK_CFG1 against clock driverKrzysztof Kozlowski2-14/+26