summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-07-20drm/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-07drm/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-23drm/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-15drm/i915/huc: Fix missing error code in intel_huc_init()Harshit Mogalapalli1-0/+1
2023-06-13drm/i915/mtl/gsc: Add a gsc_info debugfsDaniele Ceraolo Spurio9-24/+143
2023-06-13drm/i915/mtl/gsc: query the GSC FW for its compatibility versionDaniele Ceraolo Spurio4-20/+127
2023-06-13drm/i915/mtl/gsc: extract release and security versions from the gsc binaryDaniele Ceraolo Spurio7-27/+271
2023-06-13drm/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-10drm/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
2023-06-07i915/perf: Do not add ggtt offset to hw_tailUmesh Nerlige Ramappa1-2/+1
2023-06-07i915/perf: Drop the aging_tail logic in perf OAUmesh Nerlige Ramappa2-69/+38
2023-06-07drm/i915: Allow user to set cache at BO creationFei Yang2-0/+46
2023-06-06drm/i915/guc: Remove some obsolete definitionsJohn Harrison1-33/+0
2023-06-06drm/i915: rename I915_PMU_MAX_GTS to I915_PMU_MAX_GTMatt Atwood2-5/+5
2023-06-06drm/i915: Reduce I915_MAX_GT to 2Matt Atwood1-1/+1
2023-06-06drm/i915/selftests: Add some missing error propagationTvrtko Ursulin1-4/+10
2023-06-06drm/i915: Use the fdinfo helperTvrtko Ursulin5-83/+18
2023-06-05drm/i915/huc: define HuC FW version for MTLDaniele Ceraolo Spurio1-0/+1
2023-06-05drm/i915/mtl/huc: Use the media gt for the HuC getparamDaniele Ceraolo Spurio1-1/+5
2023-06-05drm/i915/mtl/huc: auth HuC via GSCDaniele Ceraolo Spurio9-22/+183
2023-06-05drm/i915/huc: differentiate the 2 steps of the MTL HuC auth flowDaniele Ceraolo Spurio5-34/+102
2023-06-05drm/i915/huc: Load GSC-enabled HuC via DMA xfer if the fuse says soDaniele Ceraolo Spurio5-22/+47
2023-06-05drm/i915/huc: Parse the GSC-enabled HuC binaryDaniele Ceraolo Spurio8-53/+274
2023-06-05drm/i915/uc: perma-pin firmwaresDaniele Ceraolo Spurio8-25/+71