[Intel-gfx] [PATCH 0/2] drm/i915: Fix warnings from atomic nonblocking unpin.
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Mon May 23 13:37:39 UTC 2016
Some small fixes to make CI more happy.
First is a fix to make all blocking calls wait for update to complete, so any call
done right doesn't have to block on it or return -EBUSY.
pin_count was limited to 15, so many cursor updates in a single vblank would cause it to reach the limit
and a warning. Bump this upwards for the time being. The proper fix is > 1 vblank depth, or passing
vma in the plane_state.
Maarten Lankhorst (2):
drm/i915: Wait for flips to complete before returning.
drm/i915: Bump pin_count to UINT_MAX.
drivers/gpu/drm/i915/i915_gem_gtt.h | 4 ++--
drivers/gpu/drm/i915/intel_display.c | 26 ++++++++++++++++++++------
2 files changed, 22 insertions(+), 8 deletions(-)
--
2.5.5
More information about the Intel-gfx
mailing list