aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-3/+3
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds56-1586/+3433
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-15drm/i915/gt: Assert the kernel context is using the HWSPChris Wilson1-0/+1
2020-07-15drm/i915/gt: Trace placement of timeline HWSPChris Wilson2-5/+15
2020-07-14drm/i915/gt: Only swap to a random sibling once upon creationChris Wilson1-14/+4
2020-07-14drm/i915/gt: Ignore irq enabling on the virtual enginesChris Wilson1-0/+1
2020-07-14drm/i915/selftests: Fix compare functions provided for sortingSudeep Holla1-4/+4
2020-07-13drm/i915: Skip signaling a signaled requestChris Wilson1-1/+6
2020-07-13drm/i915/gt: Only swap to a random sibling once upon creationChris Wilson1-14/+4
2020-07-13drm/i915/gt: Ignore irq enabling on the virtual enginesChris Wilson1-0/+1
2020-07-13drm/i915/gt: Always reset the engine, even if inactive, on execlists failureChris Wilson1-9/+6
2020-07-10drm/i915/gt: Be defensive in the face of false CS eventsChris Wilson3-7/+45
2020-07-09drm/i915/gt: Optimise aliasing-ppgtt allocationsChris Wilson1-6/+9
2020-07-09drm/i915/selftests: Fix compare functions provided for sortingSudeep Holla1-4/+4
2020-07-09drm/i915/tgl: Implement WAs 18011464164 and 22010931296José Roberto de Souza1-5/+8
2020-07-08drm/i915: Release shortlived maps of longlived objectsChris Wilson4-4/+4
2020-07-08drm/i915/gt: Replace opencoded i915_gem_object_pin_map()Chris Wilson1-6/+5
2020-07-08drm/i915/gem: Unpin idle contexts from kswapd reclaimChris Wilson1-3/+6
2020-07-08drm/i915: Move sseu debugfs under gt/Daniele Ceraolo Spurio3-0/+325
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-07drm/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