summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_engine_cs.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-06drm/i915: Use the correct IRQ during resumeThomas Zimmermann1-1/+1
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-27/+27
2021-06-04drm/i915/guc: Use guc_class instead of engine_class in fw interfaceDaniele Ceraolo Spurio1-2/+4
2021-05-25drm/i915/gt: Move CS interrupt handler to the backendChris Wilson1-0/+7
2021-05-25drm/i915/gt: Move submission_method into intel_gtChris Wilson1-4/+8
2021-05-10drm/i915/gt: Do release kernel context if breadcrumb measure failsJanusz Krzysztofik1-1/+1
2021-04-14drm/i915/gt: replace gen use in intel_engine_csLucas De Marchi1-20/+20
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie1-30/+5
2021-03-24drm/i915/gt: Always flush the submission queue on checking for idleChris Wilson1-8/+2
2021-03-24drm/i915/gt: use new tasklet API for execution listEmil Renner Berthing1-2/+2
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-20/+1
2021-03-24drm/i915: Handle ww locking in init_status_pageMaarten Lankhorst1-13/+24
2021-03-24drm/i915: Do not share hwsp across contexts any more, v8.Maarten Lankhorst1-0/+1
2021-03-18Merge tag 'drm-intel-next-2021-03-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2021-03-12drm/i915: Wedge the GPU if command parser setup failsTvrtko Ursulin1-1/+6
2021-03-11Merge drm/drm-next into drm-intel-nextJani Nikula1-8/+8
2021-02-02drm/i915/gt: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+1
2021-01-15drm/i915/gt: Convert stats.active to plain unsigned intChris Wilson1-4/+4
2021-01-15drm/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-13drm/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-09drm/i915/gt: Rename lrc.c to execlists_submission.cChris Wilson1-0/+1
2020-12-09drm/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-23treewide: 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