summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* agp/intel: Rename intel-gtt symbolsLucas De Marchi2022-06-221-8/+8
* drm/i915/display: Add smem fallback allocation for dptJuha-Pekka Heikkila2022-06-221-4/+12
* drm/i915: extend i915_vma_pin_iomap()CQ Tang2022-06-221-12/+23
* drm/i915: don't leak lmem mapping in vma_evictJuha-Pekka Heikkila2022-06-221-1/+3
* drm/i915/gem: add missing elsekatrinzhou2022-06-221-2/+3
* drm/i915: Fix spelling typo in commentpengfuyuan2022-06-221-1/+1
* drm/i915: Add global forcewake request to drpcVinay Belgaumkar2022-06-211-2/+6
* drm/i915: Improve on suspend / resume time with VT-d enabledThomas Hellström2022-06-203-6/+90
* drm/i915/gt: Cleanup interface for MCR operationsMatt Roper2022-06-178-145/+188
* drm/i915/gt: Move multicast register handling to a dedicated fileMatt Roper2022-06-1714-433/+495
* drm/i915/fdinfo: Don't show engine classes not presentTvrtko Ursulin2022-06-171-2/+3
* drm/i915: Improve user experience and driver robustness under SIGINT or similarTvrtko Ursulin2022-06-178-29/+77
* drm/i915/pvc: Add recommended MMIO settingMatt Roper2022-06-152-0/+14
* drm/i915/pvc: Adjust EU per SS according to HAS_ONE_EU_PER_FUSE_BIT()Matt Roper2022-06-141-1/+1
* drm/i915/pvc: Add register steeringMatt Roper2022-06-096-10/+71
* drm/i915/xehp: Correct steering initializationMatt Roper2022-06-081-2/+2
* drm/i915: More PVC+DG2 workaroundsMatt Roper2022-06-084-7/+23
* drm/i915/uc: remove accidental static from a local variableJani Nikula2022-06-081-1/+1
* drm/i915/dg2: Correct DSS check for Wa_1308578152Matt Roper2022-06-071-1/+1
* drm/i915/dg2: Add Wa_14015795083Anshuman Gupta2022-06-072-0/+4
* drm/i915/client: only include what's neededJani Nikula2022-06-071-1/+1
* drm/i915/pvc: GuC depriv applies to PVCMatt Roper2022-06-031-0/+1
* drm/i915: Add extra registers to GPU error dumpStuart Summers2022-06-023-0/+31
* drm/i915/pvc: Add SSEU changesMatt Roper2022-06-026-9/+31
* drm/i915/sseu: Disassociate internal subslice mask representation from uapiMatt Roper2022-06-029-188/+243
* drm/i915/sseu: Don't try to store EU mask internally in UAPI formatMatt Roper2022-06-023-38/+73
* drm/i915/sseu: Simplify gen11+ SSEU handlingMatt Roper2022-06-021-40/+36
* drm/i915/xehp: Drop GETPARAM lookups of I915_PARAM_[SUB]SLICE_MASKMatt Roper2022-06-021-0/+8
* drm/i915/xehp: Use separate sseu init functionMatt Roper2022-06-022-37/+54
* drm/i915/pvc: Add initial PVC workaroundsStuart Summers2022-05-314-12/+73
* drm/i915/pvc: Extract stepping information from PCI revidMatt Roper2022-05-313-2/+85
* drm/i915: Individualize fences before adding to dma_resv objNirmoy Das2022-05-272-21/+30
* drm/i915/gt: Fix memory leaks in per-gt sysfsAshutosh Dixit2022-05-265-22/+19
* drm/i915/gt: Add media RP0/RPn to per-gt sysfsDale B Stimson2022-05-262-0/+55
* drm/i915/pcode: Init pcode on different gt'sAshutosh Dixit2022-05-261-2/+18
* drm/i915/gt: Add media freq factor to per-gt sysfsAshutosh Dixit2022-05-266-0/+161
* drm/i915/reset: Fix error_state_read ptr + offset useAlan Previn2022-05-251-3/+12
* drm/i915/hwconfig: Future-proof platform checksMatt Roper2022-05-251-1/+1
* drm/i915/hwconfig: Report no hwconfig support on ADL-NBalasubramani Vivekanandan2022-05-241-1/+1
* drm/i915/guc: XEHPSDV and PVC do not use HuCDaniele Ceraolo Spurio2022-05-241-0/+4
* drm/i915/pvc: Add new BCS engines to GuC engine listMatt Roper2022-05-242-1/+3
* drm/i915/pvc: Remove additional 3D flags from PIPE_CONTROLStuart Summers2022-05-245-8/+38
* drm/i915/pvc: Add forcewake supportMatt Roper2022-05-242-1/+143
* drm/i915/uncore: Reorganize and document shadow and forcewake tablesMatt Roper2022-05-241-45/+79
* drm/i915: Update tiled blits selftestBommu Krishnaiah2022-05-242-45/+227
* Merge tag 'drm-intel-next-2022-05-20' of git://anongit.freedesktop.org/drm/dr...Tvrtko Ursulin2022-05-23201-8533/+10286
|\
| * drm/i915/pcode: Add a couple of pcode helpersDale B Stimson2022-05-203-0/+41
| * drm/i915/pcode: Extend pcode functions for multiple gt'sAshutosh Dixit2022-05-2017-82/+71
| * drm/i915: Introduce has_media_ratio_modeAshutosh Dixit2022-05-203-0/+5
| * drm/i915/reg: fix undefined behavior due to shift overflowing the constantJani Nikula2022-05-191-16/+16