summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-08-02drm/i915/gt: Move TLB invalidation to its own fileChris Wilson8-152/+197
2023-08-01drm/i915/huc: fix intel_huc.c doc bulleted list format errorDavid Reaver1-0/+2
2023-07-31drm/i915: Fix premature release of request's reusable memoryJanusz Krzysztofik2-29/+81
2023-07-28drm/i915/selftest/gsc: Ensure GSC Proxy init completes before selftestsAlan Previn4-1/+58
2023-07-26drm/i915/gt: Support aux invalidation on all enginesAndi Shyti3-45/+41
2023-07-26drm/i915/gt: Poll aux invalidation register bit on invalidationJonathan Cavitt2-5/+13
2023-07-26drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control and in the CSAndi Shyti2-0/+12
2023-07-26drm/i915/gt: Rename flags with bit_group_X according to the datasheetAndi Shyti2-23/+29
2023-07-26drm/i915/gt: Ensure memory quiesced before invalidationJonathan Cavitt1-1/+5
2023-07-26drm/i915: Add the gen12_needs_ccs_aux_inv helperAndi Shyti1-3/+15
2023-07-26drm/i915/gt: Cleanup aux invalidation registersAndi Shyti3-15/+15
2023-07-26drm/i915: Use the i915_vma_flush_writes helperTvrtko Ursulin1-4/+2
2023-07-25drm/i915: Replace i915->gt0 with to_gt(i915)Andi Shyti5-8/+8
2023-07-24drm/i915: Fix an error handling path in igt_write_huge()Christophe JAILLET1-2/+4
2023-07-24drm/i915: use direct alias for i915 in requestsAndrzej Hajda18-42/+43
2023-07-21drm/i915/huc: check HuC and GuC version compatibility on MTLDaniele Ceraolo Spurio1-0/+46
2023-07-19drm/i915: Expose RPS thresholds in sysfsTvrtko Ursulin1-0/+108
2023-07-19drm/i915: Add helpers for managing rps thresholdsTvrtko Ursulin2-0/+58
2023-07-19drm/i915: Record default rps threshold valuesTvrtko Ursulin2-0/+5
2023-07-19drm/i915: Move setting of rps thresholds to initTvrtko Ursulin1-11/+16
2023-07-17drm/i915/gt: Do not use stolen on MTLNirmoy Das1-1/+1
2023-07-12drm/i915/mtl: Update cache coherency setting for context structureZhanjun Dong1-1/+8
2023-07-12drm/i915/perf: add sentinel to xehp_oa_b_countersAndrzej Hajda1-0/+1
2023-07-10drm/i915: Fix one wrong caching mode enum usageTvrtko Ursulin1-1/+1
2023-07-10drm/i915: Remove dead code from gen8_pte_encodeTvrtko Ursulin1-3/+0
2023-07-08drm/i915/perf: Consider OA buffer boundary when zeroing out reportsUmesh Nerlige Ramappa1-1/+10
2023-07-06drm/i915/guc: Dump perf_limit_reasons for debugVinay Belgaumkar1-3/+5
2023-07-06drm/i915: Remove some dead "code"Tvrtko Ursulin1-3/+0
2023-07-03drm/i915/gt: Also check set bits in clr_set()Lucas De Marchi1-2/+2
2023-07-03drm/i915/gt: Remove bogus comment on IVB_FBC_RT_BASE_UPPERLucas De Marchi1-1/+1
2023-07-03drm/i915/gt: Enable read back on XEHP_FF_MODE2Lucas De Marchi1-5/+2
2023-07-03drm/i915/gt: Drop read from GEN8_L3CNTLREG in ICL workaroundLucas De Marchi1-4/+1
2023-07-03drm/i915/gt: Fix context workarounds with non-masked regsLucas De Marchi1-1/+27
2023-07-03drm/i915/gt: Clear all bits from GEN12_FF_MODE2Lucas De Marchi1-34/+17
2023-07-03drm/i915/gt: Move wal_get_fw_for_rmw()Lucas De Marchi1-16/+16
2023-06-26drm/i915: Replace kmap() with kmap_local_page()Sumitra Sharma1-2/+2
2023-06-24drm/i915: Extend Wa_14015795083 platformsMatt Roper1-0/+12
2023-06-22drm/i915/mtl: Update workaround 14018778641Tejas Upadhyay1-3/+0
2023-06-21drm/i915/guc/slpc: Apply min softlimit correctlyVinay Belgaumkar1-1/+1
2023-06-20drm/i915/gsc: Fix intel_gsc_uc_fw_proxy_init_done with directed wakerefsAlan Previn4-9/+14
2023-06-19drm/i915: Fix a NULL vs IS_ERR() bugDan Carpenter1-2/+2
2023-06-19drm/i915: make i915_drm_client_fdinfo() reference conditional againArnd Bergmann2-3/+1
2023-06-16drm/i915/huc: Fix missing error code in intel_huc_init()Harshit Mogalapalli1-0/+1
2023-06-14drm/i915/mtl/gsc: Add a gsc_info debugfsDaniele Ceraolo Spurio9-24/+143
2023-06-14drm/i915/mtl/gsc: query the GSC FW for its compatibility versionDaniele Ceraolo Spurio4-20/+127
2023-06-14drm/i915/mtl/gsc: extract release and security versions from the gsc binaryDaniele Ceraolo Spurio7-27/+271
2023-06-14drm/i915/gsc: fixes and updates for GSC memory allocationDaniele Ceraolo Spurio3-32/+75
2023-06-12drm/i915/gsc: take a wakeref for the proxy-init-completion checkAlan Previn1-8/+14
2023-06-11drm/i915: Fix a VMA UAF for multi-gt platformNirmoy Das1-2/+19
2023-06-08drm/i915/gsc: Fix error code in intel_gsc_uc_heci_cmd_submit_nonpriv()Dan Carpenter1-1/+1