summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-07-28drm/xe/vf: Don't register I2C devices if VFLukasz Laguna1-0/+3
2025-07-28drm/xe/uc: Fix missing unwind gotoZhanjun Dong1-1/+1
2025-07-28drm/xe: Fix a NULL vs IS_ERR() bug in xe_i2c_register_adapter()Dan Carpenter1-2/+2
2025-07-28drm/xe/oa: Fix static checker warning about null gtAshutosh Dixit1-1/+1
2025-07-28drm/xe: Don't fail probe on unsupported mailbox commandRaag Jadav1-1/+6
2025-07-28drm/vmwgfx: fix missing assignment to tsColin Ian King1-1/+1
2025-07-28drm/i915/vblank: Change log from err to debugSuraj Kandpal1-3/+3
2025-07-26drm/xe: Support for mmap-ing mmio regionsIlia Levi3-0/+247
2025-07-25drm/xe/xelp: Add Wa_18022495364Tvrtko Ursulin3-0/+25
2025-07-25drm/xe/xelp: Implement Wa_16010904313Tvrtko Ursulin3-0/+46
2025-07-25drm/i915/display: Remove unused declarations of intel_io_*Gustavo Sousa1-4/+0
2025-07-25drm/i915/dp: Fix disabling training pattern at end of UHBR link trainingImre Deak1-0/+2
2025-07-25drm/xe/configfs: Use pci_name() for lookupMichal Wajdeczko1-5/+1
2025-07-25drm/xe/configfs: Enforce canonical device namesMichal Wajdeczko1-1/+8
2025-07-25drm/xe/configfs: Fix pci_dev reference leakMichal Wajdeczko1-1/+2
2025-07-25drm/i915: Fix selecting CONFIG_DRM_KUNIT_TEST in debug buildsImre Deak1-1/+1
2025-07-25drm/xe/hw_engine_group: Avoid call kfree() for drmm_kzalloc()Shuicheng Lin1-22/+6
2025-07-25drm/xe: Remove unused GT TLB invalidation trace pointsMatthew Brost1-16/+0
2025-07-25drm/xe: Use GT TLB invalidation jobs in PT layerMatthew Brost2-107/+80
2025-07-25drm/xe: Add GT TLB invalidation jobsMatthew Brost5-0/+349
2025-07-25drm/xe: Add dependency scheduler for GT TLB invalidations to bind queuesMatthew Brost2-0/+61
2025-07-25drm/xe: Create ordered workqueue for GT TLB invalidation jobsMatthew Brost2-0/+10
2025-07-25drm/xe: Add generic dependecy jobs / schedulerMatthew Brost4-0/+194
2025-07-25drm/xe: Explicitly mark migration queues with flagMatthew Brost2-2/+6
2025-07-25Merge tag 'drm-xe-fixes-2025-07-24' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie1-1/+1
2025-07-25Merge tag 'drm-intel-fixes-2025-07-24' of https://gitlab.freedesktop.org/drm/...Dave Airlie2-1/+8
2025-07-25drm/xe/ptl: Apply Wa_16026007364Sk Anirban3-0/+37
2025-07-24drm/xe: Fix build without debugfsLucas De Marchi1-1/+1
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski36-82/+261
2025-07-24drm/xe: Use emit_flush_imm_ggtt helper instead of open codingTvrtko Ursulin1-5/+3
2025-07-24drm/xe: Rename MCFG_MCR_SELECTOR to STEER_SEMAPHORENitin Gote2-4/+2
2025-07-24drm/i915: Replace empty conditional with continue in eb_relocate_vma()Sebastian Brzezinka1-27/+27
2025-07-24drm/i915: Add braces around the else block in clflush_write32()Sebastian Brzezinka1-1/+2
2025-07-24drm/xe/guc: Clear whole g2h_fence during initializationMichal Wajdeczko1-5/+1
2025-07-24drm/xe: Make GGTT TLB invalidation failure message GT orientedMichal Wajdeczko1-2/+1
2025-07-24panthor: dump task pid and comm on gpu errorsChia-I Wu1-5/+19
2025-07-24panthor: save task pid and comm in panthor_groupChia-I Wu1-0/+19
2025-07-24panthor: set owner field for driver fopsChia-I Wu1-11/+3
2025-07-23Merge tag 'drm-misc-fixes-2025-07-23' of https://gitlab.freedesktop.org/drm/m...Dave Airlie15-38/+99
2025-07-23drm/xe: Enable SR-IOV for TGLMichal Wajdeczko1-0/+1
2025-07-23drm/xe: Enable SR-IOV for ADL/ATSMMichal Wajdeczko1-0/+4
2025-07-23drm/xe/pf: Enable SR-IOV PF mode by defaultMichal Wajdeczko1-1/+7
2025-07-23drm/panel-edp: Add 50ms disable delay for four panelsLangyan Ye1-5/+6
2025-07-23drm/xe: Fix build without debugfsLucas De Marchi1-1/+1
2025-07-23drm/xe/vf: Register CCS read/write contexts with GucSatyanarayana K V P9-20/+150
2025-07-23drm/xe/vf: Attach and detach CCS copy commands with BOSatyanarayana K V P9-0/+297
2025-07-23drm/xe/vf: Create contexts for CCS read writeSatyanarayana K V P10-0/+340
2025-07-23drm/display: bridge-connector: correct CEC bridge pointers in drm_bridge_conn...Dmitry Baryshkov1-0/+4
2025-07-23drm/i915/display: Fix dma_fence_wait_timeout() return value handlingAakash Deep Sarkar1-1/+2
2025-07-23drm/xe/vf: Don't register I2C devices if VFLukasz Laguna1-0/+3