summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2020-07-08drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota10-21/+27
2020-07-08drm/i915/sseu: Move sseu detection and dump to intel_sseuDaniele Ceraolo Spurio3-0/+595
2020-07-08drm/i915: Introduce gt_init_mmioDaniele Ceraolo Spurio2-0/+8
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio8-16/+33
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 Spurio3-5/+6
2020-07-08drm/i915/huc: Adjust HuC state accordingly after GuC fetch errorMichał Winiarski1-1/+10
2020-07-08drm/i915/uc: Extract uc usage details into separate debugfsMichał Winiarski2-16/+36
2020-07-08drm/i915/gt: Pin the rings before marking activeChris Wilson1-6/+6
2020-07-07drm/i915/gt: Pin the rings before marking activeChris Wilson1-6/+6
2020-07-06drm/i915: Print caller when tainting for CIMichał Winiarski2-4/+4
2020-07-06drm/i915: Reboot CI if we get wedged during driver initMichał Winiarski7-18/+30
2020-07-03drm/i915: Export ppgtt_bind_vmaChris Wilson4-47/+41
2020-07-03drm/i915/guc: Expand guc_info debugfs with more informationMichał Winiarski1-7/+16
2020-07-02drm/i915/gt: Move the heartbeat into the high priority system wqChris Wilson1-1/+1
2020-07-02drm/i915/gt: Harden the heartbeat against a stuck driverChris Wilson2-2/+13
2020-06-29drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.cRodrigo Vivi3-0/+282
2020-06-22drm/i915/params: switch to device specific parametersJani Nikula7-40/+46
2020-06-20drm/i915/gt: Replace manual kmap_atomic() with pin_map for renderstateChris Wilson1-20/+9
2020-06-19drm/i915/gt: Show the culmative runtime as part of the engine infoChris Wilson1-0/+5
2020-06-19drm/i915/gt: Initialise rps timestampChris Wilson1-2/+2
2020-06-18drm/i915/gt: Always report the sample time for busy-statsChris Wilson4-21/+21
2020-06-18drm/i915/selftests: Enable selftesting of busy-statsChris Wilson7-152/+209
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-16drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workaroundsChris Wilson1-5/+22
2020-06-16drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workaroundsChris Wilson1-0/+14
2020-06-16drm/i915/gt: Move snb GT workarounds from init_clock_gating to workaroundsChris Wilson1-0/+41
2020-06-16drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workaroundsChris Wilson1-0/+59
2020-06-16drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workaroundsChris Wilson1-0/+62
2020-06-16drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workaroundsChris Wilson1-0/+48
2020-06-16drm/i915/gt: Incrementally check for rewindingChris Wilson5-4/+153
2020-06-16drm/i915/gt: Prevent timeslicing into unpreemptable requestsChris Wilson2-1/+118
2020-06-16drm/i915/selftests: Restore to default heartbeatChris Wilson4-109/+67
2020-06-15drm/i915/gt: Don't flush the tasklet if not setupChris Wilson1-0/+3
2020-06-15drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.cRodrigo Vivi3-0/+282
2020-06-15drm/i915/gt: Add a safety submission flush in the heartbeatChris Wilson2-12/+14
2020-06-15drm/i915/selftests: Dump engine state and trace upon hanging after resetChris Wilson1-0/+14
2020-06-15drm/i915/selftests: Disable preemptive heartbeats over preemption testsChris Wilson1-7/+7
2020-06-15drm/i915: work around false-positive maybe-uninitialized warningArnd Bergmann1-0/+2
2020-06-15drm/i915/gt: Incorporate the virtual engine into timeslicingChris Wilson1-6/+24
2020-06-13drm/i915/gt: Flush gen3 relocs harder, againChris Wilson1-35/+24
2020-06-13drm/i915/selftests: Trim execlists runtimeChris Wilson1-47/+19
2020-06-13drm/i915/execlists: Lift opportunistic process_csb to before engine lockChris Wilson1-7/+14
2020-06-11drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workaroundsChris Wilson1-5/+22
2020-06-11drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workaroundsChris Wilson1-0/+14
2020-06-11drm/i915/gt: Move snb GT workarounds from init_clock_gating to workaroundsChris Wilson1-0/+41