aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds16-64/+264
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds76-2765/+9009
2019-11-27drm/i915: Reduce nested prepare_remote_context() to a trylockChris Wilson1-4/+17
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-26drm/i915/gt: Make intel_ring_unpin() safe for concurrent pintChris Wilson1-9/+4
2019-11-25drm/i915/gt: Schedule request retirement when timeline idlesChris Wilson7-3/+108
2019-11-25drm/i915/gt: Adapt engine_park synchronisation rules for engine_retireChris Wilson1-6/+21
2019-11-25drm/i915/execlists: Fixup cancel_port_requests()Chris Wilson1-9/+7
2019-11-25drm/i915/gt: Mark the execlists->active as the primary volatile accessChris Wilson2-13/+18
2019-11-25drm/i915/gt: Unlock engine-pm after queuing the kernel context switchChris Wilson1-7/+40
2019-11-25drm/i915/gt: Close race between engine_park and intel_gt_retire_requestsChris Wilson3-12/+32
2019-11-25drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson7-7/+23
2019-11-25drm/i915/gt: Fixup config ifdeffery for pm_suspend_target_stateChris Wilson1-1/+1
2019-11-22Revert "drm/i915/gt: Wait for new requests in intel_gt_retire_requests()"Chris Wilson1-2/+7
2019-11-19drm/i915: make pool objects read-onlyMatthew Auld1-0/+2
2019-11-18drm/i915/guc: Skip suspend/resume GuC action on platforms w/o GuC submissionDon Hiatt1-0/+15
2019-11-18drm/i915/gt: Wait for new requests in intel_gt_retire_requests()Chris Wilson1-8/+3
2019-11-18drm/i915: Restore GT coarse power gating workaroundImre Deak1-2/+7
2019-11-15Merge tag 'drm-fixes-2019-11-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+1
2019-11-15Merge tag 'drm-intel-next-fixes-2019-11-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie3-58/+66
2019-11-14Backmerge i915 security patches from commit 'ea0b163b13ff' into drm-nextDave Airlie1-3/+10
2019-11-14drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak4-0/+77
2019-11-13drm/i915/tgl: MOCS table updateMatt Roper1-1/+1
2019-11-13Revert "drm/i915/ehl: Update MOCS table for EHL"Matt Roper1-8/+0
2019-11-13drm/i915/execlists: Move reset_active() from schedule-out to schedule-inChris Wilson1-56/+62
2019-11-12drm/i915: Protect context while grabbing its name for the requestChris Wilson1-0/+2
2019-11-11drm/i915/gt: Only drop heartbeat.systole if the sole ownerChris Wilson1-2/+2
2019-11-05drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak1-0/+8
2019-11-05drm/i915: Add support for mandatory cmdparsingJon Bloomfield1-3/+10
2019-11-05drm/i915/selftests: Add intel_gt_suspend_prepareChris Wilson1-0/+1
2019-11-05drm/i915/gt: Drop false assertion on user_forcewakeChris Wilson1-1/+0
2019-11-05drm/i915: Defer rc6 shutdown to suspend_lateChris Wilson4-8/+46
2019-11-05drm/i915/gt: Move user_forcewake application to GTChris Wilson1-0/+22
2019-11-05drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson3-4/+40
2019-11-01drm/i915/selftests: Start kthreads before stoppingChris Wilson2-0/+4
2019-10-31drm/i915/guc: drop guc shared areaDaniele Ceraolo Spurio2-49/+3
2019-10-31drm/i915: drop lrc header pageDaniele Ceraolo Spurio3-43/+5
2019-10-31drm/i915/selftests: Pretty print the i915_activeChris Wilson1-0/+4
2019-10-31drm/i915/selftests: Assert that the idle_pulse is sentChris Wilson1-1/+3
2019-10-30drm/i915/uc: define GuC and HuC binaries for TGLDaniele Ceraolo Spurio1-0/+5
2019-10-30drm/i915/gt: Always track callers to intel_rps_mark_interactive()Chris Wilson3-6/+9
2019-10-29drm/i915/gt: Make timeslice duration configurableChris Wilson5-18/+54
2019-10-29drm/i915: Fix i915_inject_load_error() name to read *_probe_*Janusz Krzysztofik4-15/+17
2019-10-29drm/i915/tgl: Add perf support on TGLLionel Landwerlin1-0/+1
2019-10-29drm/i915/selftests: check for missing apertureMatthew Auld1-4/+10
2019-10-29drm/i915: don't allocate the ring in stolen if we lack apertureMatthew Auld1-1/+3
2019-10-29drm/i915: Don't try to place HWS in non-existing mappable regionMichal Wajdeczko1-1/+1
2019-10-28drm/i915/execlists: Use vfunc to check engine submission modeMichal Wajdeczko2-1/+11
2019-10-28drm/i915/selftests: Initialise err in case there are no engines!Chris Wilson1-2/+2
2019-10-28drm/i915/execlists: Simply walk back along request timeline on resetChris Wilson1-20/+14