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