blob: 5d6c4b3ef6805e46560eac155b0d104803375964 [file] [log] [blame]
6f576d6277ce ("drm/i915/gem: Try an alternate engine for relocations")
0e97fbb08055 ("drm/i915/gem: Use a single chained reloc batches for a single execbuf")
964a9b0f611e ("drm/i915/gem: Use chained reloc batches")
16e87459673a ("drm/i915/gt: Move the batch buffer pool from the engine to the gt")
9c878557b1eb ("drm/i915/gt: Use the RPM config register to determine clk frequencies")
555a32242997 ("drm/i915/gt: Trace RPS events")
4ba74e53ada3 ("drm/i915/selftests: Verify frequency scaling with RPS")
c43dd6b4144a ("drm/i915/selftests: Check power consumption at min/max frequencies")
9d7e560f4327 ("drm/i915/selftests: Delay spinner before waiting for an interrupt")
46495adc6ca7 ("drm/i915/selftests: Exercise basic RPS interrupt generation")
30c88a47f1ab ("drm/i915/gem: Flush all the reloc_gpu batch")
21abf0bf168d ("drm/i915/gt: Treat idling as a RPS downclock event")
a8fa7c079f3e ("drm/i915/rps: use struct drm_device based logging macros.")
7dc8f1143778 ("drm/i915/gem: Drop relocation slowpath")
408464b4cbcf ("drm/i915/gt: Pull checking rps->pm_events under the irq_lock")
ef398881d27d ("drm/i915/gem: Limit struct_mutex to eb_reserve")
003d8b9143a6 ("drm/i915/gem: Only call eb_lookup_vma once during execbuf ioctl")
7d6236bb1335 ("drm/i915/gem: Extract transient execbuf flags from i915_vma")
2920bb94e65f ("drm/i915: Drop inspection of execbuf flags during evict")
2c59fd06a062 ("drm/i915/gem: Cleanup shadow batch after I915_EXEC_SECURE")
34ffabe311cc ("drm/i915: Remove 'prefault_disable' modparam")
baa89ba3f1fe ("drm/i915/gem: initial conversion to new logging macros using coccinelle")
0d4c351a0f02 ("drm/i915/gt: Make WARN* drm specific where drm_priv ptr is available")
c43c5a8818d4 ("drm/i915/params: add i915 parameters to debugfs")
36c8e356a76e ("drm/i915/gem: Take local vma references for the parser")
2c86e55d2ab5 ("drm/i915/gtt: split up i915_gem_gtt")
c100777cc00c ("drm/i915: Switch context id allocation directly to xarray")
76f9764cc3d5 ("drm/i915: Introduce a vma.kref")
f5af1659d809 ("drm/i915: Add a simple is-bound check before unbinding")
9dd4b065446a ("drm/i915/gt: Move pm debug files into a gt aware debugfs")
e26b6d434147 ("drm/i915/gt: Pull GT initialisation under intel_gt_init()")
78be2c303aca ("drm/i915: Move i915_gem_init_contexts() earlier")
e6ba76480299 ("drm/i915: Remove i915->kernel_context")
ed7dd73cd8ca ("drm/i915/selftests: Setup engine->retire for mock_engine")
0f100b70487a ("drm/i915: Push the use-semaphore marker onto the intel_context")
9f3ccd40acf4 ("drm/i915: Drop GEM context as a direct link from i915_request")
281176327d02 ("drm/i915/gt: Suppress threshold updates on RPS parking")
35cc7f32c298 ("drm/i915/gt: Use non-forcewake writes for RPS")
ba16a48af797 ("drm/i915: Fix pid leak with banned clients")
85bedbf191e8 ("drm/i915/gt: Eliminate the trylock for reading a timeline's hwsp")
902eb748e5c3 ("drm/i915/gt: Tidy up full-ppgtt on Ivybridge")
e03512edd2b8 ("drm/i915/rps: Add frequency translation helpers")
f1925f3309d1 ("drm/i915: Use EAGAIN for trylock failures")
686c7c35abc2 ("drm/i915/gem: Asynchronous cmdparser")
32d94048b988 ("drm/i915/gem: Prepare gen7 cmdparser for async execution")
6aacb5a3b0bc ("drm/i915: Align start for memcpy_from_wc")
51696691aba3 ("drm/i915/gem: Tidy up error handling for eb_parse()")
755bf8a8c985 ("drm/i915: Remove redundant parameters from intel_engine_cmd_parser")
65c29dbb19b2 ("drm/i915: Use the i915_device name for identifying our request fences")
82c69bf58650 ("drm/i915/gt: Detect if we miss WaIdleLiteRestore")