Hey Eric,
I didn't see this one go into the drm-intel-next tree. I forgot to
pass -n to format-patch so it's easier to overlook it, I guess, but we
also need to pin the cursor bo when we set the cursor as we do for the
fb bo when setting the mode. Like the pin-fb-bo patch, this one is a
semantic
We also didn't track the cursor bo before and would leak a reference
when the cursor image was change.
Signed-off-by: Kristian Høgsberg
---
drivers/gpu/drm/i915/intel_display.c | 29 +
drivers/gpu/drm/i915/intel_drv.h |1 +
2 files changed, 22 insertions(+),