summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-07-23drm/dp_mst: Simplify character output in drm_dp_mst_dump_topology()Markus Elfring-1/+1
2024-07-23drm/bridge: tc358767: Add configurable default preemphasisMarek Vasut-7/+38
2024-07-23drm/xe: Store process name and pid in xe fileMatthew Brost-16/+25
2024-07-23drm/xe: Return -ENOBUFS if a kmalloc fails which is tied to an array of bindsMatthew Brost-6/+6
2024-07-23drm/xe: Fix xe_pt_abort_unbindMatthew Brost-1/+1
2024-07-23drm/i915: Allow NULL memory regionJonathan Cavitt-2/+4
2024-07-23drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8Nitin Gote-5/+1
2024-07-23drm/ttm: Allow direct reclaim to allocate local memory v2Rajneesh Bhardwaj-1/+1
2024-07-22drm/nouveau: prime: fix refcount underflowDanilo Krummrich-1/+2
2024-07-22drm/nouveau: use GEM references instead of TTMsDanilo Krummrich-40/+44
2024-07-22drm/nouveau: bo: remove unused functionsDanilo Krummrich-29/+0
2024-07-22drm/nouveau: prime: fix refcount underflowDanilo Krummrich-1/+2
2024-07-22drm/panel-edp: Add 6 panels used by MT8186 ChromebooksTerry Hsiao-0/+6
2024-07-22drm/xe: Fix warning on unreachable statementLucas De Marchi-1/+1
2024-07-22drm/panel: Avoid warnings w/ panel-simple/panel-edp at shutdownDouglas Anderson-18/+52
2024-07-22drm/i915: Make I2C terminology more inclusiveEaswar Hariharan-118/+118
2024-07-22drm/xe: Add NEEDS_2M BO flagMichal Wajdeczko-6/+9
2024-07-22drm/xe: Normalize NEEDS_64K BO flagMichal Wajdeczko-3/+3
2024-07-22drm/xe/tests: Skip xe_mocs live tests on VF deviceMichal Wajdeczko-0/+6
2024-07-22drm/xe/tests: Convert xe_mocs live testsMichal Wajdeczko-4/+10
2024-07-22drm/xe/tests: Convert xe_migrate live testsMichal Wajdeczko-7/+12
2024-07-22drm/xe/tests: Convert xe_dma_buf live testsMichal Wajdeczko-2/+6
2024-07-22drm/xe/tests: Convert xe_bo live testsMichal Wajdeczko-8/+13
2024-07-22drm/xe/tests: Add helpers for use in live testsMichal Wajdeczko-0/+73
2024-07-22drm/xe: Introduce const cast helperMichal Wajdeczko-0/+5
2024-07-22drm/i915/dp: Don't WARN on failed link-retrain modesetImre Deak-3/+0
2024-07-22drm/i915/dp: Require a valid atomic state for SST link trainingImre Deak-19/+0
2024-07-22drm/i915/dp: Retrain SST links via a modeset commitImre Deak-58/+9
2024-07-21drm/xe/oa: Don't use hardcoded valuesOhad Sharabi-1/+1
2024-07-22Merge tag 'amd-drm-fixes-6.11-2024-07-18' of https://gitlab.freedesktop.org/a...Dave Airlie-110/+238
2024-07-22Merge tag 'drm-misc-next-fixes-2024-07-19' of https://gitlab.freedesktop.org/...Dave Airlie-7/+22
2024-07-22Merge tag 'drm-xe-next-fixes-2024-07-18' of https://gitlab.freedesktop.org/dr...Dave Airlie-20/+102
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-07-22Merge tag 'drm-intel-next-fixes-2024-07-18' of https://gitlab.freedesktop.org...Dave Airlie-7/+50
2024-07-19drm/xe: Build PM into GuC CT layerMatthew Brost-1/+18
2024-07-19drm/xe: Hold a PM ref when GT TLB invalidations are inflightMatthew Brost-3/+29
2024-07-19drm/xe: Drop xe_gt_tlb_invalidation_waitMatthew Brost-110/+80
2024-07-19drm/xe: Add xe_gt_tlb_invalidation_fence_init helperMatthew Brost-25/+40
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+9
2024-07-20drm/panic: Add missing static inline to drm_panic_is_enabled()Jocelyn Falempe-1/+3
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-5/+4
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+5
2024-07-19drm/stm: add COMMON_CLK dependencyArnd Bergmann-0/+1
2024-07-19drm/panic: Remove build time dependency with FRAMEBUFFER_CONSOLEJocelyn Falempe-1/+1
2024-07-19drm/fb-helper: Set skip_panic if the drm driver supports drm panicJocelyn Falempe-0/+2
2024-07-19drm/panic: Add drm_panic_is_enabled()Jocelyn Falempe-0/+27
2024-07-19drm/stm: ltdc: remove reload interruptYannick Fertre-10/+6
2024-07-19drm/stm: ltdc: add mask for lxcr registerYannick Fertre-4/+4
2024-07-19drm/stm: ltdc: reset plane transparency after plane disableYannick Fertre-0/+3
2024-07-19drm/mgag200: Implement struct drm_crtc_funcs.get_vblank_timestampThomas Zimmermann-2/+33