summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)Author
2021-10-13drm/i915: Fix bug in user proto-context creation that leaked contextsMatthew Brost
2021-10-05drm/i915: Fix runtime pm handling in i915_gem_shrinkMaarten Lankhorst
2021-09-21drm/i915: Move __i915_gem_free_object to ttm_bo_destroyMaarten Lankhorst
2021-09-14drm/i915/selftests: Always initialize err in igt_dmabuf_import_same_driver_lm...Nathan Chancellor
2021-09-14drm/i915/selftests: Do not use import_obj uninitializedNathan Chancellor
2021-09-14drm/i915: Release ctx->syncobj on final put, not on ctx closeDaniel Vetter
2021-09-14drm/i915/gem: Fix the mman selftestThomas Hellström
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-08-24lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb
2021-08-12Merge tag 'drm-intel-next-2021-08-10-1' of git://anongit.freedesktop.org/drm/...Dave Airlie
2021-08-12Merge tag 'drm-intel-gt-next-2021-08-06-1' of ssh://git.freedesktop.org/git/d...Dave Airlie
2021-08-05drm/i915/userptr: Probe existence of backing struct pages upon creationChris Wilson
2021-08-05drm/i915: delete gpu reloc codeDaniel Vetter
2021-08-05drm/i915: Disable gpu relocationsDaniel Vetter
2021-07-30drm/i915: remove GRAPHICS_VER == 10Lucas De Marchi
2021-07-30drm/i915/selftests: prefer the create_user helperMatthew Auld
2021-07-28drm/i915: move gem_objects slab to direct module init/exitDaniel Vetter
2021-07-28drm/i915: move gem_context slab to direct module init/exitDaniel Vetter
2021-07-27drm/i915/guc: Implement banned contexts for GuC submissionMatthew Brost
2021-07-27drm/i915/guc: Disable bonding extension with GuC submissionMatthew Brost
2021-07-27drm/i915/guc: GuC virtual enginesMatthew Brost
2021-07-27drm/i915/ehl: unconditionally flush the pages on acquireMatthew Auld
2021-07-27drm/i915: document caching related bitsMatthew Auld
2021-07-26drm/i915/gem: Migrate to system at dma-buf attach time (v7)Thomas Hellström
2021-07-26drm/i915/gem: Correct the locking and pin pattern for dma-buf (v8)Thomas Hellström
2021-07-26drm/i915/gem: Always call obj->ops->migrate unless can_migrate failsJason Ekstrand
2021-07-26drm/i915/gem/ttm: Only call __i915_gem_object_set_pages if neededJason Ekstrand
2021-07-26drm/i915/gem: Unify user object creation (v3)Jason Ekstrand
2021-07-26drm/i915/gem: Call i915_gem_flush_free_objects() in i915_gem_dumb_create()Jason Ekstrand
2021-07-26drm/i915/gem: Refactor placement setup for i915_gem_object_create* (v2)Jason Ekstrand
2021-07-26drm/i915/gem: Check object_can_migrate from object_migrateJason Ekstrand
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie
2021-07-23drm/i915/uapi: reject set_domain for discreteMatthew Auld
2021-07-22drm/i915/guc: Update intel_gt_wait_for_idle to work with GuCMatthew Brost
2021-07-22drm/i915/guc: Disable semaphores when using GuC schedulingMatthew Brost
2021-07-22drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter
2021-07-21drm/i915: Add TTM offset argument to mmap.Maarten Lankhorst
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-20drm/i915/uapi: reject caching ioctls for discreteMatthew Auld
2021-07-19drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"Jason Ekstrand
2021-07-16drm/i915: Drop error handling from dma_fence_workJason Ekstrand
2021-07-16drm/i915: Remove allow_alloc from i915_gem_object_get_sg*Jason Ekstrand
2021-07-16drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"Jason Ekstrand
2021-07-13swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang
2021-07-13Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi
2021-07-12drm/i915: Fix fall-through warning for ClangGustavo A. R. Silva
2021-07-09drm/i915: use consistent CPU mappings for pin_map usersMatthew Auld
2021-07-08drm/i915: Finalize contexts in GEM_CONTEXT_CREATE on version 13+Jason Ekstrand
2021-07-08drm/i915/gem: Roll all of context creation togetherJason Ekstrand