[Intel-gfx] [PATCH] drm/i915: Do not WARN_ON with small framebuffers.

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Wed Jan 17 09:15:06 UTC 2018


Op 17-01-18 om 00:57 schreef Rodrigo Vivi:
> On Tue, Jan 16, 2018 at 03:53:31PM +0000, Maarten Lankhorst wrote:
>> It's perfectly legal to create a fb with stride < 512, and one of
>> the kms_plane_scaling subtests creates a very small fb.
>>
>> Downgrade the WARN_ON to a simple check check, and because this
>> function is potentially called on every atomic update/pageflip,
>> downgrade the other WARN_ON to a WARN_ON_ONCE, and do the right
>> thing here.
>>
>> Cc: Paulo Zanoni <paulo.r.zanoni at intel.com>
>> Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
>
Thanks, pushed. :)


More information about the Intel-gfx mailing list