summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_engine_cs.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-12drm/i915: Wedge the GPU if command parser setup failsTvrtko Ursulin1-1/+6
2021-01-16drm/i915/gt: Convert stats.active to plain unsigned intChris Wilson1-4/+4
2021-01-16drm/i915/gt: Drop atomic for engine->fw_active trackingChris Wilson1-1/+1
2021-01-15drm/i915: Mark up protected uses of 'i915_request_completed'Chris Wilson1-3/+3
2021-01-14drm/i915/gt: Replace open-coded intel_engine_stop_cs()Chris Wilson1-2/+13
2021-01-13drm/i915/guc: stop calling execlists_set_default_submissionDaniele Ceraolo Spurio1-0/+3
2021-01-13drm/i915/guc: init engine directly in GuC submission modeDaniele Ceraolo Spurio1-1/+4
2021-01-13drm/i915/guc: do not dump execlists state with GuC submissionDaniele Ceraolo Spurio1-1/+3
2020-12-24drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson1-14/+21
2020-12-22drm/i915/gt: Track all timelines created using the HWSPChris Wilson1-6/+26
2020-12-20drm/i915/gt: Another tweak for flushing the taskletsChris Wilson1-5/+5
2020-12-10drm/i915/gt: Rename lrc.c to execlists_submission.cChris Wilson1-0/+1
2020-12-10drm/i915/gt: Move move context layout registers and offsets to lrc_reg.hChris Wilson1-1/+1
2020-11-19drm/i915/gt: Update request status flags for debug pretty-printerChris Wilson1-3/+3
2020-11-19drm/i915: Lift i915_request_show()Chris Wilson1-43/+4
2020-11-19drm/i915/gt: Include semaphore status in print_request()Chris Wilson1-0/+1
2020-11-13Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie1-2/+40
2020-11-06drm/i915: Correctly set SFC capability for video enginesVenkata Sandeep Dhanalakota1-1/+2
2020-10-29drm/i915/guc: Update to use firmware v49.0.1John Harrison1-1/+2
2020-09-18drm/i915/gt: Show engine properties in the pretty printerChris Wilson1-0/+36
2020-09-09Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm...Dave Airlie1-6/+28
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst1-1/+1
2020-09-07drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson1-2/+12
2020-09-07drm/i915/gt: Support multiple pinned timelinesChris Wilson1-3/+15
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-08drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota1-2/+2
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio1-6/+7
2020-07-08drm/i915: Move engine-related mmio init to engines_init_mmioDaniele Ceraolo Spurio1-1/+75
2020-07-08drm/i915: Use the gt in HAS_ENGINEDaniele Ceraolo Spurio1-1/+1
2020-06-19drm/i915/gt: Show the culmative runtime as part of the engine infoChris Wilson1-0/+5
2020-06-18drm/i915/gt: Always report the sample time for busy-statsChris Wilson1-5/+7
2020-06-15drm/i915/gt: Don't flush the tasklet if not setupChris Wilson1-0/+3
2020-06-15drm/i915/gt: Add a safety submission flush in the heartbeatChris Wilson1-12/+11
2020-06-10drm/i915/gt: Include context status in debug dumpsChris Wilson1-4/+8
2020-06-10drm/i915/gt: Incrementally check for rewindingChris Wilson1-1/+3
2020-06-05drm/i915/gt: Include the engine's fw-domains in the debug infoChris Wilson1-0/+2
2020-06-03drm/i915: Drop i915_request.i915 backpointerChris Wilson1-4/+2
2020-06-01drm/i915: Handle very early engine initialisation failureChris Wilson1-3/+3
2020-05-14drm/i915: Show per-engine default property values in sysfsChris Wilson1-0/+2
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson1-4/+0
2020-04-30drm/i915/gt: Always enable busy-stats for execlistsChris Wilson1-75/+1
2020-04-29drm/i915/gt: Keep a no-frills swappable copy of the default context stateChris Wilson1-1/+1
2020-04-29drm/i915/execlists: Avoid reusing the same logical CCIDChris Wilson1-2/+2
2020-04-07drm/i915/gt: Yield the timeslice if caught waiting on a user semaphoreChris Wilson1-0/+6
2020-04-03drm/i915/gt: Free request pool from virtual enginesChris Wilson1-4/+9
2020-04-03drm/i915: Keep a per-engine request poolChris Wilson1-0/+7
2020-04-01drm/i915/gt: Align engine dump active/pendingChris Wilson1-1/+1
2020-03-31drm/i915/gt: Include the execlists CCID of each port in the engine dumpChris Wilson1-49/+56
2020-03-26drm/i915: Drop final few uses of drm_i915_private.engineChris Wilson1-4/+0
2020-03-12drm/i915/gen12: Disable preemption timeoutTvrtko Ursulin1-4/+9