summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
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
2021-06-16drm/i915/ttm: Fix memory leaksThomas Hellström
2021-06-15drm/i915/adl_p: Add initial ADL_P WorkaroundsClint Taylor
2021-06-14drm/i915: Simplify userptr lockingThomas Hellström
2021-06-14drm/i915/selftests: Reorder tasklet_disable vs local_bh_disableChris Wilson
2021-06-11drm/i915: Use ttm mmap handling for ttm bo's.Maarten Lankhorst
2021-06-11drm/vma: Add a driver_private member to vma_node.Maarten Lankhorst
2021-06-11drm/i915/lmem: Verify checks for lmem residencyThomas Hellström
2021-06-11drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström
2021-06-11Merge tag 'exynos-drm-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-06-11Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie
2021-06-11drm/exynos: use pm_runtime_resume_and_get()Inki Dae
2021-06-11drm/exynos: Use pm_runtime_resume_and_get() to replace open codingTian Tao