summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2020-12-15drm/i915: make relay callbacks constJani Nikula1-1/+1
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds33-271/+1009
2020-12-08drm/i915/gt: Declare gen9 has 64 mocs entries!Chris Wilson1-4/+3
2020-12-08drm/i915: fix size_t greater or equal to zero comparisonColin Ian King1-1/+1
2020-12-08drm/i915/gt: Cancel the preemption timeout on responding to itChris Wilson1-1/+3
2020-12-08drm/i915/gt: Ignore repeated attempts to suspend request flow across resetChris Wilson1-0/+3
2020-12-03Merge tag 'drm-intel-next-queued-2020-11-27' of git://anongit.freedesktop.org...Dave Airlie1-2/+2
2020-12-02drm/i915/gt: Limit frequency drop to RPe on parkingChris Wilson1-0/+4
2020-12-02drm/i915/gt: Retain default context state across shrinkingVenkata Ramana Nayana1-2/+5
2020-12-02drm/i915/gt: Split the breadcrumb spinlock between global and contextsChris Wilson4-101/+88
2020-12-02drm/i915/gt: Protect context lifetime with RCUChris Wilson2-4/+19
2020-11-30drm/i915/gt: Program mocs:63 for cache eviction on gen9Chris Wilson1-1/+13
2020-11-24drm/i915/gt: Free stale request on destroying the virtual engineChris Wilson1-7/+53
2020-11-24drm/i915/gt: Don't cancel the interrupt shadow too earlyChris Wilson1-1/+1
2020-11-24drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlockChris Wilson2-13/+23
2020-11-24drm/i915/gt: Defer enabling the breadcrumb interrupt to after submissionChris Wilson1-39/+70
2020-11-19drm/i915/gt: Fixup tgl mocs for PTE trackingChris Wilson1-2/+3
2020-11-19drm/i915/gt: Remember to free the virtual breadcrumbsChris Wilson1-0/+1
2020-11-16drm/i915: Avoid memory leak with more than 16 workarounds on a listTvrtko Ursulin1-1/+3
2020-11-16drm/i915/tgl: Fix Media power gate sequence.Rodrigo Vivi1-5/+17
2020-11-13Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie32-225/+832
2020-11-12drm/i915: Correctly set SFC capability for video enginesVenkata Sandeep Dhanalakota1-1/+2
2020-11-11drm/i915/display: add namespace to intel_finish_resetLucas De Marchi1-1/+1
2020-11-11drm/i915/display: add namespace to intel_prepare_resetLucas De Marchi1-1/+1
2020-11-11drm/i915/tgl: Fix Media power gate sequence.Rodrigo Vivi1-5/+17
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter4-37/+69
2020-11-09drm/i915: Improve record of hung engines in error stateTvrtko Ursulin2-1/+3
2020-11-06drm/i915: Correctly set SFC capability for video enginesVenkata Sandeep Dhanalakota1-1/+2
2020-11-04Merge tag 'drm-intel-next-queued-2020-11-03' of git://anongit.freedesktop.org...Dave Airlie7-53/+198
2020-11-03drm/i915/gt: Flush xcs before tgl breadcrumbsChris Wilson1-1/+3
2020-11-03drm/i915/gt: Expose more parameters for emitting writes into the ringChris Wilson1-20/+35
2020-11-03drm/i915/gt: Use the local HWSP offset during submissionChris Wilson3-16/+31
2020-11-03drm/i915/gt: Flush xcs before tgl breadcrumbsChris Wilson1-1/+3
2020-11-03drm/i915/gt: Expose more parameters for emitting writes into the ringChris Wilson1-20/+35
2020-10-29drm/i915/guc: Clear pointers on freeJohn Harrison2-0/+2
2020-10-29drm/i915/guc: Improved reporting when GuC fails to loadJohn Harrison1-9/+22
2020-10-29drm/i915/guc: Update to use firmware v49.0.1John Harrison8-96/+176
2020-10-23Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-34/+259
2020-10-23drm/i915/selftests: Exercise intel_timeline_read_hwsp()Chris Wilson1-2/+376
2020-10-23drm/i915/gt: Use the local HWSP offset during submissionChris Wilson3-16/+31
2020-10-23drm/i915/selftests: Skip RPS tests on Ironlake (only IPS)Chris Wilson1-4/+4
2020-10-21drm/i915: Clean up the irq enable/disable for ilk rpsVille Syrjälä1-5/+10
2020-10-21drm/i915: Fix potential overflows in ilk ips calculationsVille Syrjälä1-5/+5
2020-10-21drm/i915: Read actual GPU frequency from MEMSTAT_ILK on ILKVille Syrjälä1-6/+25
2020-10-21drm/i915/selftests: Flush the old heartbeat more gentlyChris Wilson1-6/+7
2020-10-21drm/i915: Exclude low pages (128KiB) of stolen from useChris Wilson1-0/+196
2020-10-21drm/i915/gt: Onion unwind for scratch page allocation failureChris Wilson2-7/+14
2020-10-20drm/i915: Exclude low pages (128KiB) of stolen from useChris Wilson1-0/+196
2020-10-19drm/i915/gt: Wait for CSB entries on TigerlakeChris Wilson1-3/+18
2020-10-19drm/i915/gt: Widen CSB pointer to u64 for the parsersChris Wilson2-18/+17