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