aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-24drm/i915: Extend Wa_1607297627 to Alderlake-PJosé Roberto de Souza1-2/+2
2022-10-13Merge tag 'drm-next-2022-10-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-19/+31
2022-10-11drm/i915: Fix display problems after resumeThomas Hellström1-1/+7
2022-10-10drm/i915/guc: Fix revocation of non-persistent contextsTvrtko Ursulin3-18/+16
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds57-878/+1873
2022-10-03drm/i915/ehl: Update MOCS table for EHLTejas Upadhyay1-0/+8
2022-09-28drm/i915/gt: Perf_limit_reasons are only available for Gen11+Ashutosh Dixit1-4/+11
2022-09-27drm/i915/gt: Use i915_vm_put on ppgtt_create error pathsChris Wilson3-36/+41
2022-09-27drm/i915/guc: Fix release build bug in 'remove log size module parameters'John Harrison1-24/+1
2022-09-26drm/i915/gt: Restrict forced preemption to the active contextChris Wilson2-1/+35
2022-09-21Merge tag 'drm-intel-next-2022-09-16-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-2/+2
2022-09-21Merge tag 'drm-intel-gt-next-2022-09-16' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie24-290/+677
2022-09-15drm/i915/uc: Update to latest GuC and use new-format GuC/HuC namesJohn Harrison1-3/+7
2022-09-15Merge tag 'drm-intel-next-2022-08-29' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie7-18/+29
2022-09-14drm/i915/gt: Extract per-platform function for frequency readLucas De Marchi1-90/+81
2022-09-14drm/i915: Invert if/else ladder for frequency readLucas De Marchi1-40/+37
2022-09-14drm/i915/uc: Fix issues with overriding firmware filesJohn Harrison1-5/+15
2022-09-14drm/i915/dgfx: Release mmap on rpm suspendAnshuman Gupta2-0/+16
2022-09-14drm/i915: Refactor userfault_wakeref to re-useAnshuman Gupta4-4/+4
2022-09-14drm/i915/selftest: Clear the output buffers before GPU writesChris Wilson1-4/+28
2022-09-14drm/i915/selftest: Always cancel semaphore on errorChris Wilson1-9/+8
2022-09-14drm/i915/selftests: Check for incomplete LRI from the context imageChris Wilson1-7/+54
2022-09-14drm/i915/gt: Explicitly clear BB_OFFSET for new contextsChris Wilson3-0/+26
2022-09-13drm/i915: Skip applying copy engine fusesLucas De Marchi1-0/+4
2022-09-12drm/i915/gt: Extract function to apply media fusesLucas De Marchi1-65/+72
2022-09-12drm/i915/gt: Use MEDIA_VER() when handling media fusesLucas De Marchi1-5/+4
2022-09-12drm/i915/guc: Cancel GuC engine busyness worker synchronouslyUmesh Nerlige Ramappa1-1/+6
2022-09-12drm/i915/mtl: Hook up interrupts for standalone mediaMatt Roper3-0/+28
2022-09-12drm/i915/mtl: Use primary GT's irq lock for media GTMatt Roper11-49/+61
2022-09-12drm/i915/xelpmp: Expose media as another GTMatt Roper5-0/+69
2022-09-12drm/i915/mtl: Add gsi_offset when emitting aux table invalidationMatt Roper3-9/+18
2022-09-12drm/i915/uncore: Add GSI offset to uncoreMatt Roper1-0/+1
2022-09-12drm/i915: Rename and expose common GT early init routineMatt Roper2-3/+4
2022-09-12drm/i915: Prepare more multi-GT initializationMatt Roper4-3/+74
2022-09-12drm/i915: Drop intel_gt_tile_cleanup()Matt Roper1-12/+1
2022-09-12drm/i915: Use managed allocations for extra uncore objectsMatt Roper1-4/+2
2022-09-12drm/i915: Only hook up uncore->debug for primary uncoreMatt Roper1-9/+0
2022-09-12drm/i915/guc: Cancel GuC engine busyness worker synchronouslyUmesh Nerlige Ramappa1-1/+6
2022-09-12drm/i915/gsc: allocate extended operational memory in LMEMTomas Winkler2-7/+75
2022-09-12drm/i915/gsc: add GSC XeHP SDV platform definitionAlexander Usyskin1-0/+15
2022-09-12drm/i915/gsc: add slow_firmware flag to the gsc device definitionAlexander Usyskin1-0/+2
2022-09-12drm/i915/gsc: skip irq initialization if using pollingVitaly Lubart1-3/+7
2022-09-12Merge tag 'drm-intel-gt-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie20-377/+729
2022-09-08drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura1-1/+1
2022-09-07drm/i915/uc: Add patch level version number supportJohn Harrison5-19/+47
2022-09-07drm/i915/uc: Support for version reduced and multiple firmware filesJohn Harrison4-178/+311
2022-09-06drm/i915: Don't try to disable host RPS when this was never enabled.Rodrigo Vivi1-0/+3
2022-09-06drm/i915/slpc: Let's fix the PCODE min freq table setup for SLPCRodrigo Vivi3-10/+61
2022-09-01drm/i915/slpc: Let's fix the PCODE min freq table setup for SLPCRodrigo Vivi3-10/+61
2022-08-31drm/i915/slpc: Fix inconsistent locked returnRodrigo Vivi1-20/+20