summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-07-08drm/i915: Drop getparam support for I915_CONTEXT_PARAM_ENGINESJason Ekstrand1-76/+1
2021-07-08drm/i915: Implement SINGLE_TIMELINE with a syncobj (v4)Jason Ekstrand3-39/+40
2021-07-08drm/i915: Drop the CONTEXT_CLONE API (v2)Jason Ekstrand3-227/+3
2021-07-08drm/i915/gem: Return void from context_apply_allJason Ekstrand1-18/+8
2021-07-08drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem (v2)Jason Ekstrand3-44/+7
2021-07-08drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAPJason Ekstrand3-23/+2
2021-07-08drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand11-19/+14
2021-07-08drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZEJason Ekstrand4-150/+2
2021-07-08drm/i915/adlp: Add ADL-P GuC/HuC firmware filesJohn Harrison1-0/+1
2021-07-08drm/i915/huc: Update TGL and friends to HuC 7.9.3John Harrison1-3/+3
2021-07-08drm/i915/adl_s: Fix dma_mask_size to 39 bitTejas Upadhyay1-1/+1
2021-07-07drm/i915/gt: finish INTEL_GEN and friends conversionLucas De Marchi1-10/+10
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-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-18drm/i915/guc: Update firmware to v62.0.0Michal Wajdeczko11-421/+527
2021-06-18drm/i915/guc: Introduce unified HXG messagesMichal Wajdeczko1-0/+213
2021-06-18drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost13-90/+100
2021-06-18drm/i915: Update i915_scheduler to operate on i915_sched_engineMatthew Brost4-29/+32
2021-06-18drm/i915: Add kick_backend function to i915_sched_engineMatthew Brost3-60/+60
2021-06-18drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost11-34/+33
2021-06-18drm/i915: Move active tracking to i915_sched_engineMatthew Brost13-136/+140
2021-06-18drm/i915: Reset sched_engine.no_priolist immediately after dequeueMatthew Brost4-2/+10
2021-06-18drm/i915: Add i915_sched_engine_is_empty functionMatthew Brost4-5/+11
2021-06-18drm/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-17drm/i915: Add support for explicit L3BANK steeringMatt Roper3-60/+46
2021-06-17drm/i915: Add GT support for multiple types of multicast steeringMatt Roper5-13/+142
2021-06-17drm/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