summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-06-30drm/i915/gtt: ignore min_page_size for paging structuresMatthew Auld
2021-06-30drm/i915: support forcing the page size with lmemMatthew Auld
2021-06-30drm/i915/display: Migrate objects to LMEM if possible for displayThomas Hellström
2021-06-30drm/i915/gem: Introduce a selftest for the gem object migrate functionalityMatthew Auld
2021-06-30drm/i915/gem: Implement object migrationThomas Hellström
2021-06-25drm/i915/selftest: Extend ctx_timestamp ICL workaround to GEN11Tejas Upadhyay
2021-06-25drm/i915: Reinstate the mmap ioctl for some platformsThomas Hellström
2021-06-24drm/i915/ttm: Use TTM for system memoryThomas Hellström
2021-06-24drm/i915/ttm: Adjust gem flags and caching settings after a moveThomas Hellström
2021-06-24drm/i915: Update object placement flags to be mutableThomas Hellström
2021-06-24drm/i915/ttm: fix static warningMatthew Auld
2021-06-21drm/i915/eb: Fix pagefault disabling in the first slowpathDaniel Vetter
2021-06-18drm/i915/guc: Update firmware to v62.0.0Michal Wajdeczko
2021-06-18drm/i915/guc: Introduce unified HXG messagesMichal Wajdeczko
2021-06-18drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost
2021-06-18drm/i915: Update i915_scheduler to operate on i915_sched_engineMatthew Brost
2021-06-18drm/i915: Add kick_backend function to i915_sched_engineMatthew Brost
2021-06-18drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost
2021-06-18drm/i915: Move active tracking to i915_sched_engineMatthew Brost
2021-06-18drm/i915: Reset sched_engine.no_priolist immediately after dequeueMatthew Brost
2021-06-18drm/i915: Add i915_sched_engine_is_empty functionMatthew Brost
2021-06-18drm/i915: Move priolist to new i915_sched_engine objectMatthew Brost
2021-06-18drm/i915/selftests: add back the selftest() hook for the buddyMatthew Auld
2021-06-18drm/i915/ttm: Fix incorrect assumptions about ttm_bo_validate() semanticsThomas Hellström
2021-06-17drm/i915: Add support for explicit L3BANK steeringMatt Roper
2021-06-17drm/i915: Add GT support for multiple types of multicast steeringMatt Roper
2021-06-17drm/i915: extract steered reg access to common functionDaniele Ceraolo Spurio
2021-06-17drm/i915: Remove duplicate include of intel_region_lmem.hWan Jiabing
2021-06-17drm/i915: Perform execbuffer object locking as a separate stepThomas Hellström
2021-06-17drm/i915/gem: Zap the i915_gem_object_blt codeThomas Hellström
2021-06-17drm/i915/gem: Zap the client blt codeThomas Hellström
2021-06-17drm/i915/ttm: accelerated move implementationRamalingam C
2021-06-17drm/i915/gt: Setup a default migration context on the GTChris Wilson
2021-06-17drm/i915/gt: Pipelined clearChris Wilson
2021-06-17drm/i915/gt: Pipelined page migrationChris Wilson
2021-06-17drm/i915/gt: Export the pinned context constructor and destructorChris Wilson
2021-06-17drm/i915/gt: Add a routine to iterate over the pagetables of a GTTChris Wilson
2021-06-17drm/i915/gt: Add an insert_entry for gen8_ppgttChris Wilson
2021-06-17drm/i915: Introduce a ww transaction helperThomas Hellström
2021-06-17drm/i915: Break out dma_resv ww locking utilities to separate filesThomas Hellström
2021-06-17drm/i915: Reference objects on the ww object listThomas Hellström
2021-06-17drm/i915/ttm: remove unused functionMatthew Auld
2021-06-17drm/i915/gem: Remove duplicated call to ops->preadDaniel Vetter
2021-06-16drm/i915/ttm: restore min_page_size behaviourMatthew Auld
2021-06-16drm/i915/ttm: switch over to ttm_buddy_manMatthew Auld
2021-06-16drm/i915/ttm: remove node usage in our namingMatthew Auld
2021-06-16drm/i915/ttm: pass along the I915_BO_ALLOC_CONTIGUOUSMatthew Auld
2021-06-16drm/i915/ttm: Calculate the object placement at get_pages timeThomas Hellström
2021-06-16drm/i915/ttm: add i915_sg_from_buddy_resourceMatthew Auld
2021-06-16drm/i915/ttm: add ttm_buddy_manMatthew Auld