[Intel-gfx] [PATCH i-g-t] tests/kms_rmfb: Fix cursor fb size

2017-06-19 Thread ville . syrjala
From: Ville Syrjälä Don't use the display mode size to determine the cursor fb size. That will lead to a framebuffer with a stride that the cursor plane won't support. Just use the max cursor size as the fb size instead. This started to trip up after i915 started to actually use the cursor fb st

Re: [Intel-gfx] [PATCH i-g-t] tests/kms_rmfb: Fix cursor fb size

2017-06-19 Thread Lofstedt, Marta
Tested OK, also NOTE that this fixes bug 97975 /Marta > -Original Message- > From: ville.syrj...@linux.intel.com [mailto:ville.syrj...@linux.intel.com] > Sent: Monday, June 19, 2017 3:29 PM > To: intel-gfx@lists.freedesktop.org > Cc: Lofstedt, Marta > Subject: [PATCH i-g-t] tests/kms_rmf