Skip to content
  • Daniel Stone's avatar
    tests/kms_*: Use correct DRM context version · d7db79d9
    Daniel Stone authored and Petri Latvala's avatar Petri Latvala committed
    
    
    DRM_EVENT_CONTEXT_VERSION is the latest context version supported by
    whatever version of libdrm is present. igt was blindly asserting it
    supported whatever version that may be, even if it actually didn't.
    
    With libdrm 2.4.78, setting a higher context version than 2 will attempt
    to call the page_flip_handler2 vfunc if it was non-NULL, which being a
    random chunk of stack memory, it might well have been.
    
    Set the version as 2, which should be bumped only with the appropriate
    version checks.
    
    Signed-off-by: default avatarDaniel Stone <daniels@collabora.com>
    Reviewed-by: default avatarPetri Latvala <petri.latvala@intel.com>
    d7db79d9