aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/intel_breadcrumbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-29drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson1-470/+0
2018-06-28drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-1/+1
2018-05-02drm/i915/selftests: Fix error checking for wait_var_timeoutChris Wilson1-2/+3
2018-03-20sched/wait, drivers/drm: Convert wait_on_atomic_t() usage to the new wait_var_event() APIPeter Zijlstra1-10/+4
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells1-8/+2
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-5/+5
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko1-6/+6
2017-03-03drm/i915: Split breadcrumbs spinlock into twoChris Wilson1-2/+2
2017-02-23drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson1-3/+3
2017-02-13drm/i915: Mock infrastructure for request emissionChris Wilson1-5/+6
2017-02-13drm/i915: Add unit tests for the breadcrumb rbtree, wakeupsChris Wilson1-0/+201
2017-02-13drm/i915: Add unit tests for the breadcrumb rbtree, completionChris Wilson1-0/+107
2017-02-13drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson1-0/+172