drm/vmwgfx: Convert screen targets to new helpers v3
Also implements the missing readback function and fixes page flip in case of no event. v2: - Adapt to the work done for screen targets for 2d, in particular Handle proxy surface updates. - Remove execbuf quirks since we now use fifo reserve / commit. - Revert the initial placement of vmw dma buffers. v3: Address review comments. Signed-off-by:Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by:
Sinclair Yeh <syeh@vmware.com>
Showing
- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h 0 additions, 5 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_drv.h
- drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 5 additions, 19 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 119 additions, 30 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_kms.c
- drivers/gpu/drm/vmwgfx/vmwgfx_kms.h 25 additions, 12 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_kms.h
- drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 1 addition, 1 deletiondrivers/gpu/drm/vmwgfx/vmwgfx_resource.c
- drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 384 additions, 612 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
This diff is collapsed.
Please register or sign in to comment