Re: [Intel-gfx] [PATCH 3/3] drm/i915: Use the actual cursor width for WM computation

2014-03-26 Thread Chris Wilson
On Tue, Mar 25, 2014 at 02:49:32PM +, Damien Lespiau wrote: Now that we can use different cursor sizes, we can't hardcode 64 pixels as the cursor width anymore. We also need fixes for i965 and g4x (normal and srwm). Not sure about vlv, it has a hardcoded 64 for computing the cursor wm, but

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Use the actual cursor width for WM computation

2014-03-26 Thread Chris Wilson
On Tue, Mar 25, 2014 at 02:49:32PM +, Damien Lespiau wrote: Now that we can use different cursor sizes, we can't hardcode 64 pixels as the cursor width anymore. Also missing is recomputing the WM when the cursor size changes. -Chris -- Chris Wilson, Intel Open Source Technology Centre

[Intel-gfx] [PATCH 3/3] drm/i915: Use the actual cursor width for WM computation

2014-03-25 Thread Damien Lespiau
Now that we can use different cursor sizes, we can't hardcode 64 pixels as the cursor width anymore. Cc: Sagar Kamble sagar.a.kam...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/intel_pm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff