summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Don't suspend device upon wedgeMatthew Brost2024-07-181-0/+14
* drm/xe: Wedge the entire deviceMatthew Brost2024-07-181-0/+6
* drm/xe/uapi: Rename xe perf layer as xe observation layerAshutosh Dixit2024-07-111-2/+2
* drm/xe/irq: remove xe_irq_shutdownIlia Levi2024-06-271-8/+4
* drm/xe/lnl: Apply Wa_22019338487Vinay Belgaumkar2024-06-271-0/+3
* Merge drm/drm-next into drm-xe-nextRodrigo Vivi2024-06-271-0/+49
|\
| * Merge drm/drm-next into drm-intel-nextJani Nikula2024-06-191-29/+78
| |\
| * | drm/xe/device: implement transient flushNirmoy Das2024-05-031-0/+49
* | | drm/xe/vf: Disable features that do not apply to VFsMichal Wajdeczko2024-06-201-0/+13
* | | drm/xe/oa/uapi: Add/remove OA config perf opsAshutosh Dixit2024-06-181-0/+4
* | | drm/xe/oa/uapi: Add OA data formatsAshutosh Dixit2024-06-181-1/+10
* | | drm/xe/perf/uapi: "Perf" layer to support multiple perf counter stream typesAshutosh Dixit2024-06-181-0/+2
| |/ |/|
* | Merge tag 'drm-xe-next-2024-06-06' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie2024-06-111-29/+78
|\ \ | |/ |/|
| * drm/xe: Promote VRAM initialization function to own fileMichal Wajdeczko2024-05-301-1/+2
| * Revert "drm/xe: make gt_remove use devm"Daniele Ceraolo Spurio2024-05-301-2/+20
| * drm/xe: Remove unwanted mutex lockingNiranjana Vishwanathapura2024-05-301-2/+6
| * drm/xe/vf: Read VF configuration prior to GGTT initializationMichal Wajdeczko2024-05-271-0/+11
| * drm/xe: reset mmio mappings with devmMatthew Auld2024-05-221-1/+3
| * drm/xe: make gt_remove use devmMatthew Auld2024-05-221-20/+2
| * drm/xe/device: move xe_device_sanitize over to devmMatthew Auld2024-05-221-2/+2
| * drm/xe/device: move flr to devmMatthew Auld2024-05-221-2/+2
| * drm/xe/pci: remove broken driver_releaseMatthew Auld2024-05-221-9/+0
| * drm/xe: Don't rely on indirect includes from xe_mmio.hMichal Wajdeczko2024-05-221-0/+2
| * drm/xe: Move sw-only pcode initializationLucas De Marchi2024-05-141-3/+0
| * drm/xe: Move xe_force_wake_init_gt() inside gt initializationLucas De Marchi2024-05-141-3/+0
| * drm/xe: Move xe_gt_init_early() where it belongsLucas De Marchi2024-05-141-6/+6
| * drm/xe: Move xe_gpu_commands.h file to instructions/Michal Wajdeczko2024-05-091-1/+1
| * drm/xe: Fix xe_device.hMichal Wajdeczko2024-05-071-0/+2
| * drm/xe: Fix spelling mistake "forcebly" -> "forcibly"Colin Ian King2024-04-261-1/+1
| * drm/xe: Check result of drmm_mutex_init()Michal Wajdeczko2024-04-251-1/+4
| * drm/xe: Introduce the wedged_mode debugfsRodrigo Vivi2024-04-241-3/+7
| * drm/xe: Force wedged state and block GT reset upon any GPU hangRodrigo Vivi2024-04-241-0/+29
| * drm/xe: Introduce a simple wedged stateRodrigo Vivi2024-04-241-0/+6
* | Merge tag 'drm-intel-next-2024-04-30' of https://anongit.freedesktop.org/git/...Dave Airlie2024-05-021-0/+1
|\ \ | |/ |/|
| * drm/{i915,xe}: Unregister in-kernel clientsThomas Zimmermann2024-04-251-0/+1
* | drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi2024-04-221-36/+0
* | drm/xe: Simplify function return using drmm_add_action_or_reset()Himal Prasad Ghimiray2024-04-181-5/+1
* | drm/xe: Ensure all the inner access are using the _noresume variantRodrigo Vivi2024-04-181-1/+1
* | drm/xe: Convert mem_access_if_ongoing to direct xe_pm_runtime_get_if_activeRodrigo Vivi2024-04-181-17/+0
* | drm/xe: Removing extra mem_access protection from runtime pmRodrigo Vivi2024-04-181-8/+0
* | drm/xe: Move lockdep protection from mem_access to xe_pm_runtimeRodrigo Vivi2024-04-181-23/+0
* | drm/xe: Remove devcoredump during driver releaseJosé Roberto de Souza2024-04-111-0/+4
* | drm/xe: re-order lmem init check and wait for initialization to completeRiana Tauro2024-04-101-3/+59
* | drm/xe: check pcode init status only on root gt of root tileRiana Tauro2024-04-101-7/+14
* | drm/xe: Use ordered wq for preempt fence waitingMatthew Brost2024-04-031-1/+10
* | drm/xe: Move SR-IOV probe to xe_device_probe_early()Michal Wajdeczko2024-03-281-0/+2
* | drm/xe: Separate pure MMIO init from VRAM checkoutMichal Wajdeczko2024-03-281-1/+1
* | drm/xe: Use xe_assert in xe_device_assert_mem_accessMatthew Brost2024-03-131-1/+1
* | drm/xe: Runtime PM wake on every IOCTLRodrigo Vivi2024-02-261-2/+35
* | drm/xe: Convert mem_access assertion towards the runtime_pm stateRodrigo Vivi2024-02-261-1/+12
|/