Re: [PATCH] Pin cursor bo and unpin old bo when setting cursor.

2008-12-25 Thread Kristian Høgsberg
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

[PATCH] Pin cursor bo and unpin old bo when setting cursor.

2008-12-17 Thread Kristian Høgsberg
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(+),