summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)Author
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer
2025-05-28drm/xe/svm: Avoid duplicate eviction on get_pages() failureHimal Prasad Ghimiray
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-05-27drm/xe: Add missing documentation of rpa_freqRodrigo Vivi
2025-05-27drm/xe: Make xe_gt_freq part of the DocumentationRodrigo Vivi
2025-05-27drm/xe: stop including intel_display_{core, device}.h from xe_device_types.hJani Nikula
2025-05-27drm/i915/display: allocate struct intel_display dynamicallyJani Nikula
2025-05-26Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki
2025-05-23drm/xe: Default auto_link_downgrade status to falseAradhya Bhatia
2025-05-23drm/xe/guc: Make creation of SLPC debugfs files conditionalAradhya Bhatia
2025-05-22drm/xe: Use xe_mmio_read32() to read mtcfg registerShuicheng Lin
2025-05-22drm/xe/mocs: Check if all domains awakeTejas Upadhyay
2025-05-22drm/xe/vf: Fail migration recovery if fixups needed but platform not supportedTomasz Lis
2025-05-20drm/xe/display: use xe->display to decide whether to do anythingJani Nikula
2025-05-20drm/xe/display: add notes about how early a few functions can be calledJani Nikula
2025-05-20drm/xe/display: move xe->display initialization to xe_display_probe()Jani Nikula
2025-05-20drm/i915/display: move hotplug.dp_wq init from xe and i915 to displayJani Nikula
2025-05-20drm/xe/display: drop duplicate display->fb_tracking.lock initJani Nikula
2025-05-20drm/xe/display: Add check for alloc_ordered_workqueue()Haoxiang Li
2025-05-19drm/xe: Use xe_mmio_read32() to read mtcfg registerShuicheng Lin
2025-05-19drm/xe: Default auto_link_downgrade status to falseAradhya Bhatia
2025-05-19drm/xe/guc: Make creation of SLPC debugfs files conditionalAradhya Bhatia
2025-05-16drm/xe/mocs: Check if all domains awakeTejas Upadhyay
2025-05-16drm/xe/pf: Don't allow LMEM provisioning if LMTT isn't available on the devicePiotr Piórkowski
2025-05-16drm/{i915,xe}: convert i915 and xe display members into pointersJani Nikula
2025-05-16drm/xe/display: do not reference xe->display inlineJani Nikula
2025-05-16drm/xe/rpm: use to_xe_device() instead of container_ofJani Nikula
2025-05-16Merge drm/drm-next into drm-intel-nextJani Nikula
2025-05-15drm/xe/guc: Track FAST_REQ H2Gs to report where errors came fromJohn Harrison
2025-05-15drm/xe/guc: Rename CONFIG_XE_LARGE_GUC_BUFFERJohn Harrison
2025-05-15drm/xe/guc: Add missing H2G error code definitionsJohn Harrison
2025-05-15drm/xe/guc: Remove double blank lineJohn Harrison
2025-05-15drm/xe/guc_submit: Simplify and fix diff calculationLucas De Marchi
2025-05-15dma-fence: Change signature of __dma_fence_is_laterTvrtko Ursulin
2025-05-15drm/xe/guc: Don't allocate managed BO for each policy changeMichal Wajdeczko
2025-05-15drm/xe/guc: Unblock GuC buffer cache for all modesMichal Wajdeczko
2025-05-14drm/xe: Add WA BB to capture active context utilizationUmesh Nerlige Ramappa
2025-05-14drm/xe: Save the gt pointer in lrc and drop the tileUmesh Nerlige Ramappa
2025-05-14drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC valueUmesh Nerlige Ramappa
2025-05-14drm/xe: Timeslice GPU on atomic SVM faultMatthew Brost
2025-05-14drm/xe: Strict migration policy for atomic SVM faultsMatthew Brost
2025-05-14drm/xe/xe2hpg: Add Wa_22021007897Aradhya Bhatia
2025-05-14drm/xe/vm: Add debug prints for SVM range prefetchHimal Prasad Ghimiray
2025-05-14drm/xe/svm: Implement prefetch support for SVM rangesHimal Prasad Ghimiray
2025-05-14drm/xe/svm: Add xe_svm_find_vma_start() helperHimal Prasad Ghimiray
2025-05-14drm/xe/svm: Add xe_svm_range_validate() and xe_svm_range_migrate_to_smem()Himal Prasad Ghimiray
2025-05-14drm/xe/svm: Make xe_svm_range_needs_migrate_to_vram() publicHimal Prasad Ghimiray
2025-05-14drm/xe/svm: Refactor usage of drm_gpusvm* function in xe_svmHimal Prasad Ghimiray
2025-05-14drm/xe: Rename lookup_vma function to xe_find_vma_by_addrHimal Prasad Ghimiray
2025-05-14drm/xe/vm: Add an identifier in xe_vma_ops for svm prefetchHimal Prasad Ghimiray