summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gem: Check the correct variable in selftestDan Carpenter2020-12-081-2/+2
* drm/i915/selftests: Fix wrong return value of perf_request_latency()Zhang Xiaoxu2020-11-171-1/+3
* drm/i915/selftests: Fix wrong return value of perf_series_engines()Zhang Xiaoxu2020-11-171-1/+3
* drm/i915/region: fix max size calculationMatthew Auld2020-10-292-1/+78
* Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-237-25/+31
|\
| * drm/i915/selftests: align more to real device lifetimesDaniel Vetter2020-09-211-20/+19
| * drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter2020-09-217-6/+13
* | drm/i915/selftests: Push the fake iommu device from the stack to dataChris Wilson2020-09-161-7/+5
|/
* drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.Maarten Lankhorst2020-09-071-6/+12
* drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst2020-09-073-2/+43
* drm/i915/selftests: Prevent selecting 0 for our random width/alignChris Wilson2020-09-071-3/+3
* drm/i915/gt: Switch to object allocations for page directoriesChris Wilson2020-09-073-2/+29
* drm/i915: Preallocate stashes for vma page-directoriesChris Wilson2020-09-072-35/+47
* Merge tag 'drm-intel-next-2020-08-24-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2020-08-281-1/+1
|\
| * drm/i915/selftests: Avoid passing a random 0 into ilog2George Spelvin2020-08-171-8/+10
| * drm/i915: Fix wrong return valueTianjia Zhang2020-08-171-1/+1
| * drm/i915: Copy default modparams to mock i915_deviceChris Wilson2020-08-171-0/+3
* | drm/i915/selftests: Avoid passing a random 0 into ilog2George Spelvin2020-08-191-8/+10
* | drm/i915: Copy default modparams to mock i915_deviceChris Wilson2020-08-191-0/+3
* | Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-111-2/+8
|\ \ | |/ |/|
| * iommu/vt-d: Use dev_iommu_priv_get/set()Joerg Roedel2020-06-301-2/+8
* | drm/i915/selftest: Fix an error code in live_noa_gpr()Dan Carpenter2020-07-141-0/+1
* | drm/i915/selftest: fix an error return path where err is not being setColin Ian King2020-07-131-0/+1
* | drm/i915/selftest: Check that GPR are restored across noa_waitChris Wilson2020-07-101-0/+131
* | drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio2020-07-082-2/+3
* | drm/i915: Export ppgtt_bind_vmaChris Wilson2020-07-031-4/+8
* | Merge drm/drm-next into drm-intel-next-queuedJani Nikula2020-06-251-9/+23
|\|
| * drm/i915/gt: Incrementally check for rewindingChris Wilson2020-06-161-0/+1
| * Merge tag 'drm-intel-next-2020-05-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-205-22/+54
| |\
| * \ Merge tag 'drm-intel-next-2020-04-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-147-24/+621
| |\ \
| * \ \ Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-04-221-9/+23
| |\ \ \
| | * | | drm: Garbage collect drm_dev_finiDaniel Vetter2020-03-261-2/+0
| | * | | drm/i915: Use drmm_add_final_kfreeDaniel Vetter2020-03-261-7/+23
* | | | | drm/i915/gt: Always report the sample time for busy-statsChris Wilson2020-06-181-22/+41
* | | | | drm/i915/selftests: Enable selftesting of busy-statsChris Wilson2020-06-181-18/+3
* | | | | drm/i915/selftests: Trim execlists runtimeChris Wilson2020-06-131-2/+2
* | | | | drm/i915/gt: Incrementally check for rewindingChris Wilson2020-06-101-0/+1
* | | | | drm/i915: Fix comments mentioning typo in IS_ENABLED()Kees Cook2020-06-053-5/+5
* | | | | drm/i915: Drop i915_request.i915 backpointerChris Wilson2020-06-032-8/+8
* | | | | drm/i915/gem: Give each object class a friendly nameChris Wilson2020-05-302-0/+2
* | | | | drm/i915/selftests: Measure dispatch latencyChris Wilson2020-05-191-0/+823
| |_|_|/ |/| | |
* | | | drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()Ville Syrjälä2020-05-141-2/+1
* | | | drm/i915: Store CS timestamp frequency in HzVille Syrjälä2020-05-141-2/+2
* | | | drm/i915/selftests: Always call the provided engine->emit_init_breadcrumbChris Wilson2020-05-142-4/+2
* | | | drm/i915/selftests: Always flush before unpining after writingChris Wilson2020-05-111-2/+7
* | | | drm/i915: Emit await(batch) before MI_BB_STARTChris Wilson2020-05-111-14/+14
* | | | drm/i915/gem: Implement legacy MI_STORE_DATA_IMMChris Wilson2020-05-042-0/+30
| |_|/ |/| |
* | | drm/i915/gt: Always enable busy-stats for execlistsChris Wilson2020-04-301-12/+4
* | | drm/i915/gt: Keep a no-frills swappable copy of the default context stateChris Wilson2020-04-291-0/+1
* | | drm/i915/execlists: Track inflight CCIDChris Wilson2020-04-281-1/+1