summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2021-06-19drm/i915: Add kick_backend function to i915_sched_engineMatthew Brost3-60/+60
2021-06-19drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost11-34/+33
2021-06-19drm/i915: Move active tracking to i915_sched_engineMatthew Brost13-136/+140
2021-06-19drm/i915: Reset sched_engine.no_priolist immediately after dequeueMatthew Brost4-2/+10
2021-06-19drm/i915: Add i915_sched_engine_is_empty functionMatthew Brost4-5/+11
2021-06-19drm/i915: Move priolist to new i915_sched_engine objectMatthew Brost9-90/+187
2021-06-18drm/i915/selftests: add back the selftest() hook for the buddyMatthew Auld1-0/+1
2021-06-18drm/i915/ttm: Fix incorrect assumptions about ttm_bo_validate() semanticsThomas Hellström1-3/+61
2021-06-18drm/i915: Add support for explicit L3BANK steeringMatt Roper3-60/+46
2021-06-18drm/i915: Add GT support for multiple types of multicast steeringMatt Roper5-13/+142
2021-06-18drm/i915: extract steered reg access to common functionDaniele Ceraolo Spurio3-39/+63
2021-06-17drm/i915: Remove duplicate include of intel_region_lmem.hWan Jiabing1-1/+0
2021-06-17drm/i915: Perform execbuffer object locking as a separate stepThomas Hellström1-4/+21
2021-06-17drm/i915/gem: Zap the i915_gem_object_blt codeThomas Hellström7-1107/+14
2021-06-17drm/i915/gem: Zap the client blt codeThomas Hellström4-490/+2
2021-06-17drm/i915/ttm: accelerated move implementationRamalingam C1-13/+75
2021-06-17drm/i915/gt: Setup a default migration context on the GTChris Wilson5-11/+236
2021-06-17drm/i915/gt: Pipelined clearChris Wilson3-0/+326
2021-06-17drm/i915/gt: Pipelined page migrationChris Wilson9-0/+899
2021-06-17drm/i915/gt: Export the pinned context constructor and destructorChris Wilson2-10/+28
2021-06-17drm/i915/gt: Add a routine to iterate over the pagetables of a GTTChris Wilson2-0/+56
2021-06-17drm/i915/gt: Add an insert_entry for gen8_ppgttChris Wilson1-0/+19
2021-06-17drm/i915: Introduce a ww transaction helperThomas Hellström1-1/+30
2021-06-17drm/i915: Break out dma_resv ww locking utilities to separate filesThomas Hellström7-68/+87
2021-06-17drm/i915: Reference objects on the ww object listThomas Hellström2-2/+10
2021-06-17drm/i915/ttm: remove unused functionMatthew Auld1-11/+3
2021-06-17drm/i915/gem: Remove duplicated call to ops->preadDaniel Vetter1-6/+0
2021-06-16drm/i915/ttm: restore min_page_size behaviourMatthew Auld4-6/+5
2021-06-16drm/i915/ttm: switch over to ttm_buddy_manMatthew Auld6-216/+180
2021-06-16drm/i915/ttm: remove node usage in our namingMatthew Auld5-33/+34
2021-06-16drm/i915/ttm: pass along the I915_BO_ALLOC_CONTIGUOUSMatthew Auld1-3/+8
2021-06-16drm/i915/ttm: Calculate the object placement at get_pages timeThomas Hellström3-26/+77
2021-06-16drm/i915/ttm: add i915_sg_from_buddy_resourceMatthew Auld2-0/+85
2021-06-16drm/i915/ttm: add ttm_buddy_manMatthew Auld6-0/+1640
2021-06-16drm/i915/ttm: Fix memory leaksThomas Hellström1-0/+2
2021-06-15drm/i915/adl_p: Add initial ADL_P WorkaroundsClint Taylor4-24/+29
2021-06-14drm/i915: Simplify userptr lockingThomas Hellström4-66/+31
2021-06-14drm/i915/selftests: Reorder tasklet_disable vs local_bh_disableChris Wilson1-23/+32
2021-06-11drm/i915: Use ttm mmap handling for ttm bo's.Maarten Lankhorst8-92/+251
2021-06-11drm/i915/lmem: Verify checks for lmem residencyThomas Hellström4-2/+64
2021-06-11drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström16-153/+730
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie108-2723/+1897
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie74-882/+2414
2021-06-10Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie9-20/+19
2021-06-09drm/i915/uc: Use platform specific defaults for GuC/HuC enablingJohn Harrison2-2/+2
2021-06-09drm/i915/adl_p: Same slices mask is not same Dbuf stateStanislav Lisovskiy1-2/+4
2021-06-09drm/i915/adl_p: CDCLK crawl support for ADLStanislav Lisovskiy4-9/+68
2021-06-09drm/i915/dsc: Fix bigjoiner check in dsc_disableVandita Kulkarni1-6/+6
2021-06-08drm/i915: Disable PSR around cdclk changesVille Syrjälä1-0/+13
2021-06-08drm/i915/display: Introduce new intel_psr_pause/resume functionGwan-gyeong Mun3-11/+86