• D
    drm: check for garbage in unused addfb2 fields · bbe16a40
    Daniel Vetter 提交于
    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 <thierry.reding@gmail.com>
    Testcase: igt/kms_addfb/unused-*
    Reviewed-by: NThierry Reding <treding@nvidia.com>
    Signed-off-by: NDaniel Vetter <daniel.vetter@intel.com>
    bbe16a40
drm_crtc.c 161.2 KB