summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-06drm/i915/huc: Add fetch support for gsc-loaded HuC binaryDaniele Ceraolo Spurio3-38/+72
2022-05-06drm/i915/huc: drop intel_huc_is_authenticatedDaniele Ceraolo Spurio2-6/+1
2022-05-06drm/i915/guc: Support programming the EU priority in the GuC descriptorMatthew Brost3-11/+33
2022-05-04drm/i915: Fix race in __i915_vma_remove_closedKarol Herbst1-4/+7
2022-05-04drm/i915: use IOMEM_ERR_PTR() directlyKefeng Wang2-3/+2
2022-05-03drm/i915/pvc: add initial Ponte Vecchio definitionsStuart Summers4-0/+25
2022-05-03drm/i915: Fix assert in i915_ggtt_pinTvrtko Ursulin1-3/+1
2022-05-03drm/i915: remove superfluous string helper includeJani Nikula1-2/+0
2022-05-03drm/i915/gt: Document the eviction of the Flat-CCS objectsRamalingam C1-9/+14
2022-05-03drm/i915/gt: optimize the ccs_sz calculation per chunkRamalingam C1-23/+13
2022-05-02drm/i915/gt: Clear SET_PREDICATE_RESULT prior to executing the ringChris Wilson8-24/+137
2022-05-02drm/i915/selftests: Skip poisoning SET_PREDICATE_RESULT on dg2Chris Wilson2-1/+17
2022-05-02drm/i915/xehpsdv/dg1/tgl: Fix issue with LRI relative addressingAkeem G Abodunrin1-1/+35
2022-04-30drm/i915: Xe_HP SDV and DG2 have up to 4 CCS enginesDaniele Ceraolo Spurio1-2/+4
2022-04-30drm/i915/xehp: Add compute engine ABIMatt Roper4-2/+12
2022-04-30drm/i915/xehp: Add register for compute engine's MMIO-based TLB invalidationMatt Roper2-0/+2
2022-04-30drm/i915/uapi: Add kerneldoc for engine class enumMatt Roper1-6/+47
2022-04-28drm/i915/pmu: Use existing uncore helper to read gpm_timestampUmesh Nerlige Ramappa1-15/+2
2022-04-28drm/i915/dg2: Define GuC firmware version for DG2John Harrison1-0/+1
2022-04-21drm/i915/dg2: add gsc with special gsc bar offsetsTomas Winkler3-1/+24
2022-04-21mei: gsc: retrieve the firmware versionAlexander Usyskin2-0/+27
2022-04-21mei: gsc: add runtime pm handlersTomas Winkler1-1/+66
2022-04-21mei: gsc: setup char driver alive in spite of firmware handshake failureAlexander Usyskin1-6/+6
2022-04-21mei: add support for graphics system controller (gsc) devicesTomas Winkler5-2/+238
2022-04-21drm/i915/gsc: add gsc as a mei auxiliary deviceTomas Winkler15-1/+303
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi150-3676/+4340
2022-04-21drm/i915/selftests: tweak the misaligned_caseMatthew Auld1-3/+9
2022-04-21drm/i915/selftests: fixup min_alignment usageMatthew Auld1-1/+1
2022-04-21drm/i915/buddy: sanity check the sizeMatthew Auld1-0/+1
2022-04-21drm/i915: consider min_page_size when migratingMatthew Auld2-1/+6
2022-04-20drm/i915/dg2: Add workaround 18019627453José Roberto de Souza1-0/+4
2022-04-19drm/i915/dg2: Enable Wa_22012727170/Wa_22012727685John Harrison2-0/+9
2022-04-19drm/i915/dg2: Enable Wa_14014475959 - RCS / CCS context exitMatthew Brost6-0/+65
2022-04-19drm/i915/guc: Apply Wa_16011777198Vinay Belgaumkar2-0/+6
2022-04-19drm/i915/guc: Enable GuC based workarounds for DG2John Harrison2-0/+16
2022-04-19drm/i915/guc: Enable Wa_22011802037 for gen12 GuC based platformsUmesh Nerlige Ramappa6-8/+116
2022-04-19drm/i915: Add Wa_22011802037 force cs haltTilak Tangudu2-0/+10
2022-04-16drm/i915/hwconfig: Add DG2 supportRodrigo Vivi1-0/+2
2022-04-16drm/i915: Don't show engine information in fdinfo with GuC submissionAshutosh Dixit1-1/+5
2022-04-15drm/i915/guc/slpc: Use i915_probe_error instead of drm_errVinay Belgaumkar1-21/+21
2022-04-15drm/i915/uapi: Add DRM_I915_QUERY_GEOMETRY_SUBSLICESMatt Atwood2-23/+75
2022-04-15drm/i915/doc: Link query items to their uapi structsMatt Roper1-14/+20
2022-04-15drm/i915/doc: Convert perf UAPI comments to kerneldocMatt Roper1-30/+86
2022-04-15drm/i915/doc: Convert drm_i915_query_topology_info comment to kerneldocMatt Roper1-32/+78
2022-04-15drm/i915/guc: Update to GuC version 70.1.1John Harrison6-203/+293
2022-04-14drm/i915/migrate: Evict and restore the flatccs capable lmem objRamalingam C1-4/+160
2022-04-14drm/i915/gem: Add extra pages in ttm_tt for ccs dataRamalingam C1-1/+29
2022-04-14drm/i915/selftest_migrate: Check CCS meta data clearRamalingam C1-28/+222
2022-04-14drm/i915/selftest_migrate: Consider the possible roundup of sizeRamalingam C1-0/+3
2022-04-14drm/i915/gt: Clear compress metadata for Flat-ccs objectsRamalingam C2-1/+152