Hi, Dave.
A couple of fixes. The biggest thing is the DMA buffer accounting that was incorrect.
The following changes since commit 1b28c3e628315ac0d9ef2d3fac0403f05ae692db:
drm/qxl: fix memory leak in release list handling (2013-11-29 08:36:15 +1000)
are available in the git repository at:
git://people.freedesktop.org/~thomash/linux vmwgfx-fixes-3.13
for you to fetch changes up to 6a0a7a9ead2aa18c13dd8f76c5849daf7be1f45a:
drm/vmwgfx: Add our connectors to sysfs (2013-12-04 12:04:02 -0800)
---------------------------------------------------------------- Thomas Hellstrom (4): drm/vmwgfx: Correctly set the enabled state on crtcs drm/vmwgfx: Fix up and comment the dumb buffer implementation drm/vmwgfx: Fix dma buffer memory size accounting drm/vmwgfx: Add our connectors to sysfs
drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c | 2 + drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 1 + drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 1 + drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c | 4 + drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 118 ++++++++++++++++++++---------- drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c | 5 ++ 6 files changed, 94 insertions(+), 37 deletions(-)
dri-devel@lists.freedesktop.org