summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-07drm/i915/selftests: fix smatch warning in mock_reserveMatthew Auld1-2/+3
2021-07-07drm/i915/selftests: fix smatch warning in igt_check_blocksMatthew Auld1-4/+2
2021-07-06drm/i915: Improve debug Kconfig texts a bitDaniel Vetter1-0/+6
2021-07-02drm/i915: Drop all references to DRM IRQ midlayerThomas Zimmermann2-6/+0
2021-07-02drm/i915: Use the correct IRQ during resumeThomas Zimmermann4-3/+12
2021-06-30drm/i915/gtt: ignore min_page_size for paging structuresMatthew Auld1-1/+13
2021-06-30drm/i915: support forcing the page size with lmemMatthew Auld18-21/+144
2021-06-30drm/i915/display: Migrate objects to LMEM if possible for displayThomas Hellström4-25/+5
2021-06-30drm/i915/gem: Introduce a selftest for the gem object migrate functionalityMatthew Auld3-0/+260
2021-06-30drm/i915/gem: Implement object migrationThomas Hellström5-12/+217
2021-06-30drm/doc/rfc: i915 new parallel submission uAPI planMatthew Brost2-1/+180
2021-06-30drm/doc/rfc: i915 GuC submission / DRM schedulerMatthew Brost2-0/+95
2021-06-25drm/i915/selftest: Extend ctx_timestamp ICL workaround to GEN11Tejas Upadhyay1-2/+2
2021-06-25drm/i915: Reinstate the mmap ioctl for some platformsThomas Hellström1-3/+4
2021-06-24drm/i915/ttm: Use TTM for system memoryThomas Hellström6-18/+58
2021-06-24drm/i915/ttm: Adjust gem flags and caching settings after a moveThomas Hellström1-36/+108
2021-06-24drm/i915: Update object placement flags to be mutableThomas Hellström17-52/+123
2021-06-24drm/i915/ttm: fix static warningMatthew Auld1-1/+1
2021-06-21drm/i915/eb: Fix pagefault disabling in the first slowpathDaniel Vetter1-2/+0
2021-06-21drm/i915: Document the Virtual Engine uAPITvrtko Ursulin2-0/+209
2021-06-19drm/i915/doc: Include GuC ABI documentationMichal Wajdeczko1-0/+8
2021-06-19drm/i915/guc: Update firmware to v62.0.0Michal Wajdeczko11-421/+527
2021-06-19drm/i915/guc: Introduce unified HXG messagesMichal Wajdeczko1-0/+213
2021-06-19drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost13-90/+100
2021-06-19drm/i915: Update i915_scheduler to operate on i915_sched_engineMatthew Brost4-29/+32
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 Brost10-90/+192
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