summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_device.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-08-24mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)1-1/+1
2026-08-21Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-12/+58
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-08-13drm/xe: Fix xe_device_probe() failureRaag Jadav1-1/+5
2026-08-13drm/xe: Fix xe_device_probe() failureRaag Jadav1-1/+6
2026-08-13drm/xe/ras: Fix boot-time ras error processingRaag Jadav1-0/+6
2026-08-06mm: introduce vma_get_page_prot() and use itLorenzo Stoakes1-1/+1
2026-07-30drm/xe: add page size allocation control state to xe_deviceNareshkumar Gollakoti1-0/+25
2026-07-16drm/xe/pf: Disable display in admin only PF modeSatyanarayana K V P1-2/+0
2026-07-16drm/xe/guc: Hold device ref until queue teardown completesArvind Yadav1-1/+1
2026-07-16drm/xe/guc: Hold device ref until queue teardown completesArvind Yadav1-1/+1
2026-07-14drm/xe/pf: Disable display in admin only PF modeSatyanarayana K V P1-2/+0
2026-07-07Merge tag 'drm-xe-next-2026-07-03' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-8/+22
2026-07-07Merge tag 'drm-intel-next-2026-07-02' of https://gitlab.freedesktop.org/drm/i...Dave Airlie1-2/+2
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-2/+2
2026-07-01drm/xe/i2c: Drop manual VF checkRaag Jadav1-0/+1
2026-06-30Merge drm/drm-next into drm-intel-nextJani Nikula1-23/+50
2026-06-22drm/xe/xe_ras: Add drm_ras feature flagRiana Tauro1-0/+1
2026-06-22drm/xe: Move xe drm_ras initializationRiana Tauro1-8/+11
2026-06-16drm/xe: Set TTM device beneficial_order to 9 (2M)Matthew Brost1-1/+2
2026-06-12drm/xe: Set TTM device beneficial_order to 9 (2M)Matthew Brost1-1/+2
2026-06-12drm/xe/xe3: Apply Wa_16029380221 to mediaNitin Gote1-0/+9
2026-06-04drm/xe/display: rename xe_display_pm_shutdown*() to xe_display_shutdown*()Jani Nikula1-2/+2
2026-05-29drm: Remove DRIVER_GEM_GPUVA feature flagLaura Nao1-2/+2
2026-05-27drm/xe/pm: Don't access device in init_early()Michal Wajdeczko1-0/+4
2026-05-27drm/xe: Separate early xe_device initializationMichal Wajdeczko1-11/+28
2026-05-27drm/xe: Move xe->info.devid|revid initializationMichal Wajdeczko1-2/+0
2026-05-27drm/xe: Move xe->info.force_execlist initializationMichal Wajdeczko1-1/+0
2026-05-27drm/xe: Drop unused param from xe_device_create()Michal Wajdeczko1-2/+9
2026-05-14drm/xe: Make drm_driver constMichal Wajdeczko1-3/+3
2026-05-14drm/xe/display: Drop xe_display_driver_set_hooks()Michal Wajdeczko1-2/+0
2026-05-14drm/xe/display: Add macro with display driver featuresMichal Wajdeczko1-0/+2
2026-05-14drm/xe/display: Add macro with display driver opsMichal Wajdeczko1-0/+2
2026-05-14drm/xe: Drop unused drm/drm_atomic_helper.h includeMichal Wajdeczko1-1/+0
2026-04-14drm/xe/pf: Derive admin-only PF mode from xe_device stateSatyanarayana K V P1-0/+2
2026-04-14drm/xe/pf: Restrict device query responses in admin-only PF modeSatyanarayana K V P1-4/+53
2026-04-08Merge drm/drm-next into drm-xe-nextRodrigo Vivi1-1/+8
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter1-14/+13
2026-03-30drm/xe/xe_sysctrl: Add System Controller initialization supportAnoop Vijay1-0/+5
2026-03-30drm/xe: Avoid memory allocations in xe_device_declare_wedged()Matthew Brost1-14/+13
2026-03-30Merge tag 'drm-xe-next-2026-03-26-1' of https://gitlab.freedesktop.org/drm/xe...Dave Airlie1-3/+0
2026-03-27drm/xe: Avoid memory allocations in xe_device_declare_wedged()Matthew Brost1-14/+13
2026-03-27Merge tag 'drm-misc-next-2026-03-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+8
2026-03-26drm/xe: Remove useless comment.Maarten Lankhorst1-3/+0
2026-03-25drm/xe/xe_vm: Implement xe_vm_get_property_ioctlJonathan Cavitt1-0/+2
2026-03-23drm/xe: Send 'none' recovery method for XE_WEDGED_MODE_UPON_ANY_HANG_NO_RESETRaag Jadav1-1/+8
2026-03-23drm/xe/xe3p: Skip TD flushTejas Upadhyay1-0/+8
2026-03-23drm/xe/xe3p_lpg: flush shrinker bo cachelines manuallyTejas Upadhyay1-0/+23
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost1-1/+1