• S
    drm/vmwgfx: CRTC atomic state · 9c2542a4
    Sinclair Yeh 提交于
    Create and Add CRTC state.  We currently do not track any properties
    or custom states so we can technically use the DRM helpers.  Creating
    this code just to make potential future additions easier.
    
    Most of the new code will be compiled but not enabled until
    plane/connector state handling code is also in place.
    
    This is the first of a series to enable atomic mode set for vmwgfx.
    
    The atomic enabling effort was done in collaboration with Thomas
    Hellstrom and the VMware Graphics Team.
    Signed-off-by: NSinclair Yeh <syeh@vmware.com>
    Reviewed-by: NThomas Hellstrom <thellstrom@vmware.com>
    9c2542a4
vmwgfx_kms.c 60.8 KB