From bbe16a40e23a65626904aa22fbfc3240a65d21d1 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 20 May 2015 16:53:53 +0200 Subject: [PATCH] drm: check for garbage in unused addfb2 fields Unfortunately old userspace didn't clear this properly, but since we've added fb modifiers that's fixed. Checking properly that unused fields is important for abi extensions, and just right now there's a bunch of discussions going on about how exactly the additional aux planes for render compression should be specified. So let's first make sure that the values in those additional fields can be indeed used. Cc: Thierry Reding Testcase: igt/kms_addfb/unused-* Reviewed-by: Thierry Reding Signed-off-by: Daniel Vetter --- Reading git-format-patch failed