aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-09drm/i915/guc: Annotate struct ct_incoming_msg with __counted_byKees Cook1-1/+1
2023-10-07drm/i915/guc: Update 'recommended' version to 70.12.1 for DG2/ADL-S/ADL-P/MTLJohn Harrison1-4/+4
2023-10-03drm/i915/guc: Suppress 'ignoring reset notification' messageJohn Harrison1-5/+5
2023-10-03drm/i915: Invalidate the TLBs on each GTChris Wilson1-1/+1
2023-10-03drm/i915: Clarify type evolution of uabi_node/uabi_enginesMathias Krause3-12/+32
2023-10-03drm/i915: Register engines early to avoid type confusionMathias Krause1-2/+7
2023-09-30drm/i915: Enable GGTT updates with binder in MTLNirmoy Das1-1/+2
2023-09-30drm/i915: Toggle binder context ready statusNirmoy Das1-0/+4
2023-09-30drm/i915: Implement GGTT update method with MI_UPDATE_GTTNirmoy Das1-0/+235
2023-09-30drm/i915: Parameterize binder context creationNirmoy Das3-1/+7
2023-09-30drm/i915: Implement for_each_sgt_daddr_nextNirmoy Das2-0/+13
2023-09-30drm/i915: Create a kernel context for GGTT updatesNirmoy Das5-3/+94
2023-09-30drm/i915: Lift runtime-pm acquire callbacks out of intel_wakeref.mutexChris Wilson1-25/+27
2023-09-30drm/i915/gem: Make i915_gem_shrinker multi-gt awareJonathan Cavitt1-18/+26
2023-09-29drm/i915/mtl: Skip MCR ops for ring fault registerNirmoy Das3-2/+23
2023-09-29drm/i915: Clean steer semaphore on resumeNirmoy Das1-0/+10
2023-09-29drm/i915: Introduce the intel_gt_resume_early()Nirmoy Das3-4/+9
2023-09-29drm/i915: Introduce intel_gt_mcr_lock_sanitize()Nirmoy Das2-0/+23
2023-09-28drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux invalNirmoy Das1-1/+10
2023-09-27drm/i915: Do not disable preemption for resetsTvrtko Ursulin1-8/+6
2023-09-26i915/guc: Get runtime pm in busyness worker only if already activeUmesh Nerlige Ramappa1-3/+35
2023-09-25drm/i915/perf: Remove gtt_offset from stream->oa_buffer.head/.tailAshutosh Dixit1-39/+13
2023-09-25drm/i915: Add Wa_18028616096Shekhar Chauhan2-0/+6
2023-09-25drm/i915/gem: remove inlines from i915_gem_execbuffer.cJani Nikula1-10/+10
2023-09-25drm/i915/gt: remove a static inline that requires including i915_drv.hJani Nikula3-5/+7
2023-09-21drm/i915/gt: Fix reservation address in ggtt_reserve_guc_topJavier Pello1-6/+17
2023-09-21drm/i915/gt: Update RC6 mask for mtl_drpcBadal Nilawar2-2/+1
2023-09-21i915: Limit the length of an sg list to the requested lengthMatthew Wilcox (Oracle)1-4/+7
2023-09-20drm/i915: refactor deprecated strncpyJustin Stitt1-1/+1
2023-09-19drm/i915/lrc: User PXP contexts requires runalone bit in lrcAlan Previn2-0/+24
2023-09-19drm/i915/pxp/mtl: Update pxp-firmware packet sizeAlan Previn1-2/+2
2023-09-19drm/i915/pxp/mtl: Update pxp-firmware response timeoutAlan Previn4-9/+29
2023-09-15drm/i915/huc: silence injected failure in the load via GSC pathDaniele Ceraolo Spurio1-2/+4
2023-09-15i915/pmu: Move execlist stats initialization to execlist specific setupUmesh Nerlige Ramappa2-1/+2
2023-09-15drm/i915: Add Wa_18022495364Dnyaneshwar Bhadane2-0/+15
2023-09-14drm/i915/gt: Prevent error pointer dereferenceDan Carpenter1-2/+3
2023-09-13drm/i915/gt: skip WA verification for GEN7_MISCCPCTL on DG2Andrzej Hajda1-2/+6
2023-09-09drm/i915: Run relevant bits of debugfs drop_caches per GTTvrtko Ursulin1-3/+7
2023-09-07drm/i915/mtl: Drop Wa_14017240301Matt Roper1-5/+0
2023-09-07drm/i915: Add Wa_14015150844Shekhar Chauhan2-0/+10
2023-08-31drm/i915/gt: Wait longer for tasks in migrate selftestJonathan Cavitt1-1/+1
2023-08-30drm/i915: mark requests for GuC virtual engines to avoid use-after-freeAndrzej Hajda3-5/+6
2023-08-29drm/i915/mtl: Update workaround 14016712196Tejas Upadhyay1-4/+3
2023-08-28drm/i915/gsc: define gsc fwDaniele Ceraolo Spurio1-8/+24
2023-08-22drm/i915/guc: Force a reset on internal GuC errorJohn Harrison3-5/+54
2023-08-21drm/i915: Replace several IS_METEORLAKE with proper IP version checksMatt Roper8-14/+13
2023-08-21drm/i915/mtl: Eliminate subplatformsMatt Roper3-22/+0
2023-08-21drm/i915: Eliminate IS_MTL_MEDIA_STEPMatt Roper4-17/+37
2023-08-21drm/i915: Eliminate IS_MTL_GRAPHICS_STEPMatt Roper10-43/+62
2023-08-21drm/i915/xelpg: Call Xe_LPG workaround functions based on IP versionMatt Roper2-18/+31