xf86-video-vmware: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 28 14:10:18 UTC 2019


 src/common_compat.h    |    4 
 src/svga_reg.h         |    1 
 vmwgfx/vmwgfx_driver.c |   48 ++++++--
 vmwgfx/vmwgfx_drmi.c   |  267 +++++++++++++++++++++++++++----------------------
 4 files changed, 188 insertions(+), 132 deletions(-)

New commits:
commit 5569f16a14a1b6974051b57cd2850f00882a899c
Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Thu Jan 17 10:19:04 2019 +0100

    vmwgfx: Unify style in scanout_update and present functions
    
    Since the functions are pretty similar, Make them look more similar in terms
    of memory allocation methods and variable names
    
    Reported-by: Brian Paul <brianp at vmware.com>
    Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

commit 0a7c3570c92d2d831fec34415b3d821af18ba858
Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Wed Jan 9 09:40:03 2019 +0100

    vmwgfx: Limit the number of cliprects in a drm present_readback command v3
    
    The drm present readback command number of cliprects should not exceed
    DRM_MODE_FB_DIRTY_MAX_CLIPS. If that number is exceeded, split
    the command up.
    
    Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>
    Reviewed-by: Deepak Rawat <drawat at vmware.com> #v1

commit 357ce6e48c2e8f2ba2b2d889d4f2041818947eb3
Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Wed Jan 9 09:20:45 2019 +0100

    vmwgfx: Limit the number of cliprects in a drm present command v3
    
    The drm present command number of cliprects should not exceed
    DRM_MODE_FB_DIRTY_MAX_CLIPS. If that number is exceeded, split
    the command up.
    
    Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
    Reviewed-by: Brian Paul <brianp at vmware.com> #v2
    Reviewed-by: Deepak Rawat < drawat at vmware.com> #v1

commit 86189966c3dee0e0c10dd4926cebbe478129c6f0
Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Wed Jan 9 08:27:16 2019 +0100

    vmwgfx: Limit the number of cliprects in a drm dirtyfb command v3
    
    The drm dirtyfb command would error if the number of cliprects were larger
    than DRM_MODE_FB_DIRTY_MAX_CLIPS. If that number is exceeded, split the
    command up.
    
    Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
    Reviewed-by: Brian Paul <brianp at vmware.com> #v2
    Reviewed-by: Deepak Rawat <drawat at vmware.com> #v1

commit ba4ef498fd1f66f81aaffc3dac504044b2ad7cc3
Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Wed Jan 9 08:00:00 2019 +0100

    vmwgfx: Don't exceed the device command size limit v3
    
    With a huge number of DMA clip rects we could exceed the device command
    buffer command size limit. Fix this by sending multiple DMA commands
    when we exceed the limit.
    
    Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>
    Reviewed-by: Deepak Rawat <drawat at vmware.com> #v1



More information about the xorg-commit mailing list