summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_context.c
AgeCommit message (Expand)Author
2023-11-10drm/i915: Record which client owns a VMTvrtko Ursulin
2023-11-06drm/i915: Fix potential spectre vulnerabilityKunwu Chan
2023-05-30drm/i915/gem: Use large rings for compute contextsChris Wilson
2023-03-23drm/i915: Use i915 instead of dev_priv insied the file_priv structureAndi Shyti
2023-01-27drm/i915: Avoid potential vm use-after-freeRob Clark
2023-01-24drm/i915: Use uabi engines for the default engine mapTvrtko Ursulin
2023-01-06drm/i915: Fix potential context UAFsRob Clark
2022-12-09drm/i915/pxp: Promote pxp subsystem to top-level of i915Alan Previn
2022-11-10drm/i915: Partial abandonment of legacy DRM logging macrosTvrtko Ursulin
2022-10-27i915/i915_gem_context: Remove debug message in i915_gem_context_create_ioctlKarolina Drobnik
2022-10-26drm/i915/guc: Delay disabling guc_id scheduling for better hysteresisMatthew Brost
2022-10-05drm/i915/guc: Fix revocation of non-persistent contextsTvrtko Ursulin
2022-09-19drm/i915/gem: Really move i915_gem_context.link under ref protectionChris Wilson
2022-08-20Revert "drm/i915/guc: Add delay to disable scheduling after pin count goes to...Matthew Auld
2022-08-18drm/i915/guc: Add delay to disable scheduling after pin count goes to zeroMatthew Brost
2022-06-22drm/i915/gem: add missing elsekatrinzhou
2022-06-17drm/i915: Improve user experience and driver robustness under SIGINT or similarTvrtko Ursulin
2022-06-02drm/i915/sseu: Disassociate internal subslice mask representation from uapiMatt Roper
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula
2022-04-05drm/i915: Track all user contexts per clientTvrtko Ursulin
2022-04-05drm/i915: Track runtime spent in closed and unreachable GEM contextsTvrtko Ursulin
2022-04-05drm/i915: Make GEM contexts track DRM clientsTvrtko Ursulin
2022-03-07drm/i915: Remove the vm open countThomas Hellström
2022-03-04drm/i915: include linux/highmem.h and linux/swap.h where neededJani Nikula
2022-03-02drm/i915/xehp: Don't support parallel submission on compute / renderMatthew Brost
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi
2022-02-14drm/i915: don't include drm_cache.h in i915_drv.hJani Nikula
2022-02-14drm/i915: split out i915_file_private.h from i915_drv.hJani Nikula
2022-02-14drm/i915: move i915_gem_vm_lookup() where it's usedJani Nikula
2022-01-18Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-12-27drm/i915: Fix possible uninitialized variable in parallel extensionMatthew Brost
2021-12-23drm/i915: Fix possible uninitialized variable in parallel extensionMatthew Brost
2021-12-24Merge tag 'drm-intel-gt-next-2021-12-23' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-12-23drm/i915/execlists: Weak parallel submission support for execlistsMatthew Brost
2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski
2021-12-10Merge tag 'drm-intel-gt-next-2021-12-09' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-11-30drm/i915: Drop stealing of bits from i915_sw_fence function pointerMatthew Brost
2021-10-29Merge drm/drm-next into drm-intel-nextJani Nikula
2021-10-18drm/i915: Clean-up bonding debug message.Rodrigo Vivi
2021-10-15drm/i915: Enable multi-bb execbufMatthew Brost
2021-10-15drm/i915/guc: Connect UAPI to GuC multi-lrc interfaceMatthew Brost
2021-10-07drm/i915: remove IS_ACTIVELucas De Marchi
2021-10-05drm/i915: Fix bug in user proto-context creation that leaked contextsMatthew Brost
2021-10-04drm/i915/pxp: start the arb session on demandDaniele Ceraolo Spurio
2021-10-04drm/i915/pxp: interfaces for using protected objectsDaniele Ceraolo Spurio
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström
2021-09-06drm/i915: Drop __rcu from gem_context->vmDaniel Vetter
2021-09-06drm/i915: Use i915_gem_context_get_eb_vm in intel_context_set_gemDaniel Vetter