aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-01-25127-952/+2661
|\
| * Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-241-7/+0
| |\
| * \ Merge tag 'drm-intel-gt-next-2023-01-18' of git://anongit.freedesktop.org/drm...Daniel Vetter2023-01-24127-952/+2661
| |\ \
| | * | drm/i915: remove a couple of superfluous i915_drm.h includesJani Nikula2023-01-182-3/+0
| | * | drm/i915/selftests: Unwind hugepages to drop wakeref on errorChris Wilson2023-01-181-4/+4
| | * | drm/i915/gt: Start adding module oriented dmesg outputJohn Harrison2023-01-179-98/+129
| | * | drm/i915: re-disable RC6p on Sandy BridgeSasa Dragic2023-01-181-1/+2
| | * | drm/i915/pxp: Use drm_dbg if arb session failed due to fw versionAlan Previn2023-01-122-0/+5
| | * | drm/i915/guc: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2023-01-111-3/+3
| | * | drm/i915: Do not cover all future platforms in TLB invalidationTvrtko Ursulin2023-01-111-2/+15
| | * | drm/i915/gt: Cover rest of SVG unit MCR registersGustavo Sousa2023-01-102-4/+4
| | * | drm/i915/gt: Reset twiceChris Wilson2023-01-101-6/+28
| | * | drm/i915/selftest: use igt_vma_move_to_active_unlocked if possibleAndrzej Hajda2023-01-096-36/+12
| | * | drm/i915: use proper helper in igt_vma_move_to_active_unlockedAndrzej Hajda2023-01-091-1/+1
| | * | drm/i915/mtl: Add initial gt workaroundsMatt Roper2023-01-068-42/+123
| | * | drm/i915/hwmon: Display clamped PL1 limitAshutosh Dixit2023-01-062-6/+35
| | * | drm/i915: Fix potential context UAFsRob Clark2023-01-061-6/+18
| | * | drm/i915: Reserve enough fence slot for i915_vma_unbind_asyncNirmoy Das2023-01-051-1/+1
| | * | drm/i915: Use "%zu" to format size_tNirmoy Das2023-01-031-1/+1
| | * | drm/i915: Remove truncation warning for large objectsChris Wilson2022-12-301-15/+0
| | * | drm/i915: Use error code as -E2BIG when the size of gem ttm object is too largeGwan-gyeong Mun2022-12-301-0/+11
| | * | drm/i915: Check if the size is too big while creating shmem fileGwan-gyeong Mun2022-12-301-0/+14
| | * | drm/i915: Check for integer truncation on the configuration of ttm placeGwan-gyeong Mun2022-12-302-0/+17
| | * | drm/i915: Check for integer truncation on scatterlist creationChris Wilson2022-12-3012-14/+60
| | * | drm/i915/gem: Typecheck page lookupsChris Wilson2022-12-309-61/+322
| | * | Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi2022-12-30131-849/+1246
| | |\ \
| | * | | drm/i915/uc: Fix two issues with over-size firmware filesJohn Harrison2022-12-221-14/+28
| | * | | drm/i915/guc: Fix a static analysis warningJohn Harrison2022-12-221-0/+1
| | * | | drm/i915: Use helper func to find out map typeNirmoy Das2022-12-201-2/+5
| | * | | drm/i915/selftests: Remove hardcoded value with a macroNirmoy Das2022-12-201-1/+1
| | * | | drm/i915: improve the catch-all evict to handle lock contentionMatthew Auld2022-12-196-26/+82
| | * | | drm/i915/mtl: Add OA support by enabling 32 bit OAG formats for MTLUmesh Nerlige Ramappa2022-12-171-0/+1
| | * | | drm/i915/mtl: Update OA mux whitelist for MTLUmesh Nerlige Ramappa2022-12-171-1/+15
| | * | | drm/i915/mtl: Add Wa_14015846243 to fix OA vs CS timestamp mismatchUmesh Nerlige Ramappa2022-12-171-2/+5
| | * | | drm/i915/mtl: Resize noa_wait BO size to save restore GPR regsUmesh Nerlige Ramappa2022-12-172-14/+17
| | * | | drm/i915/dg2: Return Wa_22012654132 to just specific steppingsMatt Roper2022-12-151-14/+13
| | * | | drm/i915: fix TLB invalidation for Gen12.50 video and compute enginesAndrzej Hajda2022-12-151-1/+7
| | * | | drm/i915/ttm: consider CCS for backup objectsMatthew Auld2022-12-143-5/+26
| | * | | drm/i915/migrate: fix corner case in CCS aux copyingMatthew Auld2022-12-141-8/+29
| | * | | drm/i915: remove struct_member macroAndrzej Hajda2022-12-132-4/+2
| | * | | drm/i915/selftests: exercise emit_pte() with nearly full ringMatthew Auld2022-12-122-2/+149
| | * | | drm/i915/selftests: use live_subtests for live_migrateMatthew Auld2022-12-121-7/+21
| | * | | drm/i915/migrate: Account for the reserved_spaceChris Wilson2022-12-121-4/+12
| | * | | drm/i915/pxp: Promote pxp subsystem to top-level of i915Alan Previn2022-12-0923-116/+210
| | * | | drm/i915/mtl: MTL has one GSC CS on the media GTDaniele Ceraolo Spurio2022-12-091-1/+1
| | * | | drm/i915/gsc: Disable GSC engine and power well if FW is not selectedJonathan Cavitt2022-12-092-0/+21
| | * | | drm/i915/gsc: Do a driver-FLR on unload if GSC was loadedDaniele Ceraolo Spurio2022-12-094-0/+95
| | * | | drm/i915/gsc: GSC firmware loadingDaniele Ceraolo Spurio2022-12-0910-6/+313
| | * | | drm/i915/gsc: Skip the version check when fetching the GSC FWDaniele Ceraolo Spurio2022-12-091-6/+23
| | * | | drm/i915/uc: Introduce GSC FWDaniele Ceraolo Spurio2022-12-0910-9/+172