aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
AgeCommit message (Expand)Author
2014-01-17drm/vmwgfx: Fix surface framebuffer check for guest-backed surfacesThomas Hellstrom
2014-01-17drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom
2014-01-08drivers: gpu: Mark functions as static in vmwgfx_kms.cRashika Kheria
2013-12-18drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä
2013-12-04drm/vmwgfx: Add our connectors to sysfsThomas Hellstrom
2013-11-06drm/vmwgfx: Return -ENOENT when a mode object can't be foundVille Syrjälä
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard
2013-06-11drm/vmwgfx: Don't access file_priv in cursor_set when handle==0Ville Syrjälä
2013-01-20drm: only take the crtc lock for ->cursor_moveDaniel Vetter
2013-01-20drm: only take the crtc lock for ->cursor_setDaniel Vetter
2013-01-20drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter
2013-01-20drm/vmwgfx: reorder framebuffer init sequenceDaniel Vetter
2012-09-13vmwgfx: remove useless set memory to zero use memset()Wei Yongjun
2012-08-22drm: stop vmgfx driver explosionAlan Cox
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart
2012-02-13vmwgfx: Add page flip supportJakob Bornecrantz
2012-02-13vmwgfx: Pipe fence out of screen object dirty functionsJakob Bornecrantz
2012-02-13vmwgfx: Make it possible to get fence from execbufJakob Bornecrantz
2012-01-30vmwgfx: Fix assignment in vmw_framebuffer_create_handleRyan Mallon
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2011-12-22vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Xi Wang
2011-12-21Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä
2011-12-19vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz
2011-12-19vmwgfx: Do better culling of presentsJakob Bornecrantz
2011-12-19vmwgfx: Refactor kms code to use vmw_user_lookup_handle helperJakob Bornecrantz
2011-12-19vmwgfx: Refactor cursor updateJakob Bornecrantz
2011-12-02vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()Xi Wang
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes
2011-11-11vmwgfx: Only allow 64x64 cursorsJakob Bornecrantz
2011-11-11vmwgfx: Initialize clip rect loop correctly in surface dirtyJakob Bornecrantz
2011-11-11vmwgfx: Close screen object systemJakob Bornecrantz
2011-11-07vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz
2011-11-07vmwgfx: Move the prefered mode first in the listJakob Bornecrantz
2011-11-07vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz
2011-11-07vmwgfx: Free prefered mode on error pathJakob Bornecrantz
2011-11-07vmwgfx: Use pointer return error codesJakob Bornecrantz
2011-11-07vmwgfx: Fix hw cursor positionThomas Hellstrom
2011-11-07vmwgfx: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom
2011-11-02vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom
2011-10-23vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz
2011-10-23vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz
2011-10-18vmwgfx: Add vblank stubsJakob Bornecrantz
2011-10-10vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz
2011-10-05vmwgfx: Minor cleanupsThomas Hellstrom
2011-10-05vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz
2011-10-05vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom
2011-10-05vmwgfx: Add present and readback ioctlsJakob Bornecrantz