summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
13 daysdrm/i915/gt: Fix potential UAF by revoke of fence registersJanusz Krzysztofik1-0/+1
2024-06-21drm/i915/gt: Disarm breadcrumbs if engines are already idleChris Wilson1-8/+7
2024-06-12drm/i915/gt: Fix CCS id's calculation for CCS mode settingAndi Shyti3-1/+15
2024-06-12drm/i915/guc: avoid FIELD_PREP warningArnd Bergmann1-3/+3
2024-06-12kthread: add kthread_stop_putAndreas Gruenbacher1-3/+1
2024-05-17drm/i915/gt: Automate CCS Mode setting during engine resetsAndi Shyti3-5/+7
2024-04-10drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti4-0/+64
2024-04-10drm/i915/gt: Do not generate the command streamer for all the CCSAndi Shyti1-0/+17
2024-04-10drm/i915/gt: Disable HW load balancing for CCSAndi Shyti2-2/+22
2024-04-10drm/i915/mtl: Update workaround 14018575942Tejas Upadhyay1-0/+1
2024-04-10drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74Matt Roper2-11/+17
2024-04-10drm/i915/mtl: Update workaround 14016712196Tejas Upadhyay1-4/+3
2024-04-10drm/i915: Replace several IS_METEORLAKE with proper IP version checksMatt Roper5-5/+5
2024-04-10drm/i915: Eliminate IS_MTL_GRAPHICS_STEPMatt Roper8-37/+59
2024-04-10drm/i915/xelpg: Call Xe_LPG workaround functions based on IP versionMatt Roper2-18/+31
2024-04-10drm/i915: Consolidate condition for Wa_22011802037Matt Roper6-12/+24
2024-04-10drm/i915: Tidy workaround definitionsMatt Roper1-54/+46
2024-04-10drm/i915/dg2: Drop pre-production GT workaroundsMatt Roper5-271/+21
2024-04-03drm/i915/gt: Reset queue_priority_hint on parkingChris Wilson2-3/+3
2023-12-20drm/i915: Use internal class when counting engine resetsTvrtko Ursulin2-3/+4
2023-12-08drm/i915/gsc: Mark internal GSC engine with reserved uabi classTvrtko Ursulin1-17/+22
2023-12-03drm/i915: do not clean GT table on error pathAndrzej Hajda1-11/+0
2023-11-28drm/i915: Flush WC GGTT only on required platformsNirmoy Das1-11/+24
2023-11-28drm/i915/mtl: avoid stringop-overflow warningArnd Bergmann1-6/+10
2023-10-25drm/i915/mcr: Hold GT forcewake during steering operationsMatt Roper1-2/+22
2023-10-04drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux invalNirmoy Das1-1/+10
2023-09-26i915/guc: Get runtime pm in busyness worker only if already activeUmesh Nerlige Ramappa1-3/+35
2023-09-26drm/i915/gt: Fix reservation address in ggtt_reserve_guc_topJavier Pello1-6/+17
2023-09-20i915/pmu: Move execlist stats initialization to execlist specific setupUmesh Nerlige Ramappa2-1/+2
2023-09-20drm/i915/gt: Prevent error pointer dereferenceDan Carpenter1-2/+3
2023-08-30drm/i915: mark requests for GuC virtual engines to avoid use-after-freeAndrzej Hajda2-0/+4
2023-08-15Merge tag 'drm-intel-gt-next-2023-08-11' of git://anongit.freedesktop.org/drm...Dave Airlie16-40/+60
2023-08-11drm/i915/guc: Fix potential null pointer deref in GuC 'steal id' testJohn Harrison1-3/+3
2023-08-10drm/i915/gt: Apply workaround 22016122933 correctlyJonathan Cavitt6-16/+17
2023-08-10drm/i915: Make i915_coherent_map_type GT-centricJonathan Cavitt13-21/+41
2023-08-10drm/i915/gt: Simplify shmem_create_from_object map_type selectionJonathan Cavitt1-2/+1
2023-08-08drm/i915/adls: s/ADLS_RPLS/RAPTORLAKE_S in platform and subplatform definesDnyaneshwar Bhadane1-1/+1
2023-08-08drm/i915/adln: s/ADLP/ALDERLAKE_P in ADLN definesAnusha Srivatsa2-2/+2
2023-08-08drm/i915/jsl: s/JSL/JASPERLAKE for platform/subplatform definesDnyaneshwar Bhadane2-2/+3
2023-08-08drm/i915/kbl: s/KBL/KABYLAKE for platform/subplatform definesDnyaneshwar Bhadane2-4/+4
2023-08-08drm/i915/skl: s/SKL/SKYLAKE for platform/subplatform definesDnyaneshwar Bhadane1-1/+1
2023-08-08drm/i915/bdw: s/BDW/BROADWELL for platform/subplatform definesDnyaneshwar Bhadane1-1/+1
2023-08-08drm/i915/hsw: s/HSW/HASWELL for platform/subplatform definesDnyaneshwar Bhadane1-1/+1
2023-08-08Merge drm/drm-next into drm-intel-nextRodrigo Vivi45-458/+1322
2023-08-07drm/i915/fbc: Moved fence related code away from intel_fbcJouni Högander1-0/+2
2023-08-07Merge tag 'drm-intel-gt-next-2023-08-04' of git://anongit.freedesktop.org/drm...Dave Airlie43-453/+1313
2023-08-07Merge tag 'drm-intel-next-2023-08-03' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-12/+14
2023-08-02drm/i915/guc/slpc: Restore efficient freq earlierVinay Belgaumkar1-8/+14
2023-08-02drm/i915: Invalidate the TLBs on each GTChris Wilson1-2/+2
2023-08-02i915/drm/gt: Move the gt defines in the gt directoryAndi Shyti1-0/+11