[PULL] vmwgfx-next-160316
Thomas Hellstrom
thellstrom at vmware.com
Wed Mar 16 09:37:50 UTC 2016
The following changes since commit f2c488212b511f7eadef78c564f1bff8f64db231:
Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-next (2016-03-14 10:49:40 +1000)
are available in the git repository at:
git://people.freedesktop.org/~thomash/linux tags/vmwgfx-next-160316
for you to fetch changes up to 5476aa46ff0377229f780c42e77b7e7e756040c7:
drm/vmwgfx: Bump driver minor (2016-03-16 08:00:31 +0100)
----------------------------------------------------------------
Pull request of 2016-03-16
----------------------------------------------------------------
Charmaine Lee (1):
drm/vmwgfx: Add DXGenMips support
Thomas Hellstrom (12):
drm/vmwgfx: Fix a screen object framebuffer dirty corner case
drm/vmwgfx: Fix screen object page flips for large framebuffers
drm/vmwgfx: Rework screen target page flips v2
drm/vmwgfx: Break out implicit fb code
drm/vmwgfx: Add implicit framebuffer checks to the screen target code
drm/vmwgfx: Add suggested screen x and y connector properties
drm/vmwgfx: Add connector properties to switch between explicit and implicit placement
drm/vmwgfx: Calculate the cursor position based on the crtc gui origin
drm/vmwgfx: Default to explicit crtc placement for screen targets and screen objects
drm/vmwgfx: Send a hotplug event at master_set
drm/vmwgfx: Allow the UPDATE_LAYOUT ioctl from control nodes
drm/vmwgfx: Bump driver minor
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 3 +-
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 9 +-
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 22 +-
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 163 +++++++++++-
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | 16 ++
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c | 19 +-
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c | 179 ++++---------
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 453 +++++++++++++++-----------------
8 files changed, 496 insertions(+), 368 deletions(-)
More information about the dri-devel
mailing list