aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Extend Wa_1607297627 to Alderlake-PJosé Roberto de Souza2022-10-241-2/+2
* Merge tag 'drm-next-2022-10-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-135-19/+31
|\
| * drm/i915: Fix display problems after resumeThomas Hellström2022-10-111-1/+7
| * drm/i915/guc: Fix revocation of non-persistent contextsTvrtko Ursulin2022-10-103-18/+16
| * drm/i915/ehl: Update MOCS table for EHLTejas Upadhyay2022-10-031-0/+8
* | Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-0557-878/+1873
|\|
| * drm/i915/gt: Use i915_vm_put on ppgtt_create error pathsChris Wilson2022-09-273-36/+41
| * drm/i915/guc: Fix release build bug in 'remove log size module parameters'John Harrison2022-09-271-24/+1
| * Merge tag 'drm-intel-next-2022-09-16-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2022-09-211-2/+2
| |\
| | * drm/i915: move and group cdclk under display.cdclkJani Nikula2022-08-311-2/+2
| * | Merge tag 'drm-intel-gt-next-2022-09-16' of git://anongit.freedesktop.org/drm...Dave Airlie2022-09-2124-290/+677
| |\ \
| | * | drm/i915/uc: Update to latest GuC and use new-format GuC/HuC namesJohn Harrison2022-09-151-3/+7
| | * | drm/i915/gt: Extract per-platform function for frequency readLucas De Marchi2022-09-141-90/+81
| | * | drm/i915: Invert if/else ladder for frequency readLucas De Marchi2022-09-141-40/+37
| | * | drm/i915/uc: Fix issues with overriding firmware filesJohn Harrison2022-09-141-5/+15
| | * | drm/i915/dgfx: Release mmap on rpm suspendAnshuman Gupta2022-09-142-0/+16
| | * | drm/i915: Refactor userfault_wakeref to re-useAnshuman Gupta2022-09-144-4/+4
| | * | drm/i915/selftest: Clear the output buffers before GPU writesChris Wilson2022-09-141-4/+28
| | * | drm/i915/selftest: Always cancel semaphore on errorChris Wilson2022-09-141-9/+8
| | * | drm/i915/selftests: Check for incomplete LRI from the context imageChris Wilson2022-09-141-7/+54
| | * | drm/i915/gt: Explicitly clear BB_OFFSET for new contextsChris Wilson2022-09-143-0/+26
| | * | drm/i915: Skip applying copy engine fusesLucas De Marchi2022-09-131-0/+4
| | * | drm/i915/gt: Extract function to apply media fusesLucas De Marchi2022-09-121-65/+72
| | * | drm/i915/gt: Use MEDIA_VER() when handling media fusesLucas De Marchi2022-09-121-5/+4
| | * | drm/i915/mtl: Hook up interrupts for standalone mediaMatt Roper2022-09-123-0/+28
| | * | drm/i915/mtl: Use primary GT's irq lock for media GTMatt Roper2022-09-1211-49/+61
| | * | drm/i915/xelpmp: Expose media as another GTMatt Roper2022-09-125-0/+69
| | * | drm/i915/mtl: Add gsi_offset when emitting aux table invalidationMatt Roper2022-09-123-9/+18
| | * | drm/i915/uncore: Add GSI offset to uncoreMatt Roper2022-09-121-0/+1
| | * | drm/i915: Rename and expose common GT early init routineMatt Roper2022-09-122-3/+4
| | * | drm/i915: Prepare more multi-GT initializationMatt Roper2022-09-124-3/+74
| | * | drm/i915: Drop intel_gt_tile_cleanup()Matt Roper2022-09-121-12/+1
| | * | drm/i915: Use managed allocations for extra uncore objectsMatt Roper2022-09-121-4/+2
| | * | drm/i915: Only hook up uncore->debug for primary uncoreMatt Roper2022-09-121-9/+0
| | * | drm/i915/guc: Cancel GuC engine busyness worker synchronouslyUmesh Nerlige Ramappa2022-09-121-1/+6
| | * | drm/i915/gsc: allocate extended operational memory in LMEMTomas Winkler2022-09-122-7/+75
| | * | drm/i915/gsc: add GSC XeHP SDV platform definitionAlexander Usyskin2022-09-121-0/+15
| | * | drm/i915/gsc: add slow_firmware flag to the gsc device definitionAlexander Usyskin2022-09-121-0/+2
| | * | drm/i915/gsc: skip irq initialization if using pollingVitaly Lubart2022-09-121-3/+7
| * | | Merge tag 'drm-intel-next-2022-08-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-09-157-18/+29
| |\ \ \ | | | |/ | | |/|
| | * | Merge drm/drm-next into drm-intel-nextJani Nikula2022-08-2936-299/+1077
| | |\ \
| | * | | drm/i915: split gem quirks from display quirksJani Nikula2022-08-291-1/+1
| | * | | drm/i915: move platform_engine_mask to runtime infoJani Nikula2022-08-241-1/+1
| | * | | drm/i915: move has_pooled_eu to runtime infoJani Nikula2022-08-241-3/+2
| | * | | drm/i915: move ppgtt_type and ppgtt_size to runtime infoJani Nikula2022-08-241-1/+1
| | * | | drm/i915: Sanitycheck PCI BARsPiotr Piórkowski2022-08-102-0/+11
| | * | | drm/i915: Use of BARs names instead of numbersPiotr Piórkowski2022-08-103-12/+13
| * | | | Merge tag 'drm-intel-gt-next-2022-09-09' of git://anongit.freedesktop.org/drm...Dave Airlie2022-09-1220-377/+729
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura2022-09-081-1/+1
| | * | drm/i915/uc: Add patch level version number supportJohn Harrison2022-09-075-19/+47