summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-19drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström7-95/+6
2024-02-15drm/xe: avoid function cast warningsArnd Bergmann1-1/+6
2024-02-14drm/xe: Remove exec queue bind.fence_*Matthew Brost2-24/+9
2024-02-14drm/xe: Add uAPI to query GuC firmware submission versionJosé Roberto de Souza1-0/+44
2024-02-13drm/xe/vf: Don't support MCR registers if VFMichal Wajdeczko1-0/+17
2024-02-13drm/xe/vf: Don't program PAT if VFMichal Wajdeczko1-0/+5
2024-02-13drm/xe/vf: Don't enable hwmon if VFMichal Wajdeczko1-0/+5
2024-02-13drm/xe/vf: Don't check if LMEM is initialized if VFMichal Wajdeczko1-1/+8
2024-02-13drm/xe/vf: Don't initialize stolen memory manager if VFMichal Wajdeczko1-1/+4
2024-02-13drm/xe/vf: Don't program MOCS if VFMichal Wajdeczko1-0/+4
2024-02-13drm/xe/vf: Don't try to capture engine data unavailable to VFMichal Wajdeczko1-0/+5
2024-02-13drm/xe/vf: Assume fixed GSM size if VFMichal Wajdeczko1-1/+6
2024-02-13drm/xe/pt: Allow for stricter type- and range checkingThomas Hellström3-31/+29
2024-02-12drm/xe: use drm based debugging instead of devJani Nikula1-1/+1
2024-02-09drm/xe/display: fix i915_gem_object_is_shmem() wrapperMatthew Auld1-1/+1
2024-02-09drm/xe/irq: allocate all possible msix interruptsDani Liberman1-2/+15
2024-02-08drm/xe/vm: Avoid reserving zero fencesThomas Hellström1-3/+10
2024-02-08drm/xe: Avoid cryptic message when there's no GuC definitionLucas De Marchi1-1/+6
2024-02-08drm/xe: Always allow to override firmwareLucas De Marchi1-2/+1
2024-02-06drm/xe: Remove TEST_VM_ASYNC_OPS_ERRORMatthew Brost2-35/+1
2024-02-06drm/xe/pm: add debug logs for D3coldRiana Tauro1-6/+13
2024-02-06drm/xe/hwmon: Refactor xe hwmonKarthik Poosa3-18/+34
2024-02-06drm/xe/vm: don't ignore error when in_kthreadMatthew Auld1-4/+1
2024-02-06drm/xe: Assume large page size if VMA not yet boundMatthew Brost1-1/+3
2024-02-03drm/xe/query: Use kzalloc for drm_xe_query_enginesNirmoy Das1-5/+1
2024-02-03drm/xe/guc: Add support for LNL firmwareJohn Harrison1-0/+1
2024-02-03drm/xe/guc: Update to GuC firmware 70.19.2John Harrison1-8/+8
2024-02-03drm/xe/uc: Include patch version in expectationsJohn Harrison1-22/+27
2024-02-03drm/xe/display: Fix memleak in display initializationXiaoming Wang1-6/+0
2024-02-03drm/xe: Map both mem.kernel_bb_pool and usm.bb_poolMatthew Brost2-6/+22
2024-02-03drm/xe: circumvent bogus stringop-overflow warningArnd Bergmann1-1/+1
2024-02-02drm/xe: Pick correct userptr VMA to repin on REMAP op failureMatthew Brost1-5/+17
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost5-6/+11
2024-02-02drm/xe: Drop rebind argument from xe_pt_prepare_bindMatthew Brost1-3/+2
2024-02-02drm/xe: Fix loop in vm_bind_ioctl_ops_unwindMatthew Brost1-1/+1
2024-02-02drm/xe/gsc: Add status check during gsc header readoutSuraj Kandpal1-0/+7
2024-02-01drm/xe/vm: Subclass userptr vmasThomas Hellström5-93/+137
2024-02-01drm/xe: Use LRC prefix rather than CTX prefix in lrc desc definesMatthew Brost1-7/+7
2024-01-31drm/xe: Make all GuC ABI shift values unsignedMatthew Brost5-21/+21
2024-01-31drm/xe: Convert job timeouts from assert to warningMatt Roper1-3/+6
2024-01-31drm/xe: Don't use __user error pointersThomas Hellström1-25/+25
2024-01-31drm/xe: Annotate mcr_[un]lock()Thomas Hellström1-2/+2
2024-01-31drm/xe: drop display/ subdir from include directoriesJani Nikula5-7/+6
2024-01-31drm/xe: move xe_display.[ch] under display/Jani Nikula3-9/+9
2024-01-31drm/xe: Only allow 1 ufence per exec / bind IOCTLMatthew Brost3-2/+23
2024-01-30drm/xe: Add batch buffer addresses to devcoredumpJosé Roberto de Souza5-0/+56
2024-01-30drm/xe: Add functions to convert regular address to canonical address and backJosé Roberto de Souza2-0/+13
2024-01-30drm/xe: Use function to emit PIPE_CONTROLJosé Roberto de Souza1-33/+24
2024-01-30drm/xe/guc: Reduce a print from warn to debugKarthik Poosa1-2/+2
2024-01-30drm/xe/xe2: Enable has_usmLucas De Marchi1-1/+1