aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-12-21 04:50:56 -0500
committerDave Airlie <airlied@redhat.com>2011-12-21 04:50:56 -0500
commit4cf73129cbe001b41be2f8b56f763fbf3acaa4ce (patch)
tree2cdde82f48800ae1746775bab7e4f3c5f1fc3b88 /drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
parent3e54f5b72b44a5b905dc56442b147b0ee0475a1d (diff)
parent6abff3c78051e40130a1c653f874fb12b9d40254 (diff)
Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-next
-next reported a messy merge, so I've merged my upstream pull into my -next tree. Conflicts: drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_kms.h')
-rw-r--r--drivers/gpu/drm/vmwgfx/vmwgfx_kms.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
index 055b844bd80f..a4f7f034996a 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
@@ -63,9 +63,14 @@ struct vmw_framebuffer {
63int vmw_cursor_update_image(struct vmw_private *dev_priv, 63int vmw_cursor_update_image(struct vmw_private *dev_priv,
64 u32 *image, u32 width, u32 height, 64 u32 *image, u32 width, u32 height,
65 u32 hotspotX, u32 hotspotY); 65 u32 hotspotX, u32 hotspotY);
66int vmw_cursor_update_dmabuf(struct vmw_private *dev_priv,
67 struct vmw_dma_buffer *dmabuf,
68 u32 width, u32 height,
69 u32 hotspotX, u32 hotspotY);
66void vmw_cursor_update_position(struct vmw_private *dev_priv, 70void vmw_cursor_update_position(struct vmw_private *dev_priv,
67 bool show, int x, int y); 71 bool show, int x, int y);
68 72
73
69/** 74/**
70 * Base class display unit. 75 * Base class display unit.
71 * 76 *