summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/selftest_lrc.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-4/+4
2021-04-27drm/i915: Update the helper to set correct mappingVenkata Sandeep Dhanalakota1-1/+3
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie1-1/+0
2021-03-24drm/i915: Strip out internal prioritiesChris Wilson1-1/+0
2021-03-24drm/i915/selftests: Prepare execlists and lrc selftests for obj->mm.lock removalMaarten Lankhorst1-8/+8
2021-03-24drm/i915: Move pinning to inside engine_wa_list_verify()Maarten Lankhorst1-1/+1
2021-01-06drm/i915/selftests: Break out of the lrc layout test after register mismatchChris Wilson1-4/+6
2021-01-05drm/i915/selftests: Switch 4k kmalloc to use get_free_page for alignmentChris Wilson1-2/+3
2020-12-24drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson1-8/+9
2020-12-22drm/i915/selftests: Be paranoid and flush the tasklet before checking statusChris Wilson1-0/+3
2020-12-22drm/i915/selftests: Flush the preemption request before waitingChris Wilson1-0/+4
2020-12-21drm/i915/gt: Provide a utility to create a scratch bufferChris Wilson1-23/+1
2020-12-21drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson1-0/+1861
2020-12-09drm/i915/gt: Rename lrc.c to execlists_submission.cChris Wilson1-6481/+0
2020-09-07drm/i915/selftests: Fix locking inversion in lrc selftest.Maarten Lankhorst1-3/+12
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst1-1/+1
2020-09-07drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson1-3/+2
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio1-5/+3
2020-06-18drm/i915/selftests: Enable selftesting of busy-statsChris Wilson1-47/+32
2020-06-17drm/i915/selftests: fix spelling mistake "submited" -> "submitted"Colin Ian King1-1/+1
2020-06-17drm/i915/selftests: Check preemption rollback of different ring queue depthsChris Wilson1-0/+163
2020-06-17drm/i915/selftests: Use friendly request names for live_timeslice_rewindChris Wilson1-7/+8
2020-06-17drm/i915/selftests: Exercise far preemption rollbacksChris Wilson1-0/+151
2020-06-16drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-1/+1
2020-06-15drm/i915/selftests: Disable preemptive heartbeats over preemption testsChris Wilson1-7/+7
2020-06-13drm/i915/selftests: Trim execlists runtimeChris Wilson1-47/+19
2020-06-11drm/i915/selftests: Remove live_suppress_wait_preemptChris Wilson1-178/+0
2020-06-04drm/i915: Trim set_timer_ms() intervalsChris Wilson1-17/+12
2020-05-28drm/i915/gt: Prevent timeslicing into unpreemptable requestsChris Wilson1-1/+117
2020-05-21drm/i915/selftests: Flush the submission, not cancel it!Chris Wilson1-1/+1
2020-05-19drm/i915/selftests: Add tests for timeslicing virtual enginesChris Wilson1-3/+197
2020-05-19drm/i915/selftests: Check for an initial-breadcrumb in wait_for_submit()Chris Wilson1-1/+1
2020-05-19drm/i915/selftests: Restore to default heartbeatChris Wilson1-44/+23
2020-05-19drm/i915/selftests: Change priority overflow detectionChris Wilson1-3/+3
2020-05-18drm/i915/selftests: Refactor sibling selectionChris Wilson1-41/+27
2020-05-05drm/i915/gt: Stop holding onto the pinned_default_stateChris Wilson1-13/+40
2020-05-04drm/i915/gem: Implement legacy MI_STORE_DATA_IMMChris Wilson1-31/+2
2020-04-29drm/i915/gt: Keep a no-frills swappable copy of the default context stateChris Wilson1-6/+4
2020-04-29drm/i915/selftests: fix error handling in __live_lrc_indirect_ctx_bb()Dan Carpenter1-12/+18
2020-04-25drm/i915: Use indirect ctx bb to mend CMD_BUF_CCTLMika Kuoppala1-0/+5
2020-04-25drm/i915: Add live selftests for indirect ctx batchbuffersMika Kuoppala1-0/+150
2020-04-25drm/i915: Add engine scratch register to live_lrc_fixedMika Kuoppala1-0/+5
2020-04-24drm/i915: Make define for lrc state offsetMika Kuoppala1-7/+7
2020-04-24drm/i915/selftests: Add context batchbuffers registers to live_lrc_fixedMika Kuoppala1-0/+15
2020-04-22drm/i915/selftests: Try to detect rollback during batchbuffer preemptionChris Wilson1-1/+328
2020-04-10drm/i915/selftests: Check for an already completed timesliceChris Wilson1-0/+1
2020-04-08drm/i915/selftests: Take an explicit ref for rq->batchChris Wilson1-1/+3
2020-04-08drm/i915/selftests: Drop vestigal timeslicing assertChris Wilson1-1/+0
2020-04-07drm/i915/gt: Yield the timeslice if caught waiting on a user semaphoreChris Wilson1-16/+18
2020-04-03drm/i915/selftests: Wait until we start timeslicing after a submitChris Wilson1-1/+6