Hi Dave,
Fixes for 2 regressions that got captured by CI.
Here goes drm-intel-fixes-2018-03-07:
- 2 fixes: 1 for perf and 1 execlist submission race.
Thanks, Rodrigo.
The following changes since commit 661e50bc853209e41a5c14a290ca4decc43cbfd1:
Linux 4.16-rc4 (2018-03-04 14:54:11 -0800)
are available in the git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2018-03-07
for you to fetch changes up to 88d3dfb6a69042381161290c7ce19e1f53fc2a66:
drm/i915: Suspend submission tasklets around wedging (2018-03-05 16:08:31 -0800)
---------------------------------------------------------------- - 2 fixes: 1 for perf and 1 execlist submission race.
---------------------------------------------------------------- Chris Wilson (1): drm/i915: Suspend submission tasklets around wedging
Lionel Landwerlin (1): drm/i915/perf: fix perf stream opening lock
drivers/gpu/drm/i915/i915_gem.c | 6 +++++- drivers/gpu/drm/i915/i915_perf.c | 40 +++++++++++++--------------------------- drivers/gpu/drm/i915/intel_lrc.c | 5 +++++ 3 files changed, 23 insertions(+), 28 deletions(-)
dri-devel@lists.freedesktop.org