summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
AgeCommit message (Expand)Author
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
2011-10-05vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz
2011-10-05vmwgfx: Add screen object supportJakob Bornecrantz
2011-10-05vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz
2011-10-05vmwgfx: Refactor common display unit functions to shared fileJakob Bornecrantz
2011-10-05vmwgfx: Break out dirty submission codeJakob Bornecrantz
2011-10-05vmwgfx: Make sure the reserved area is at the start of vramJakob Bornecrantz
2011-10-05vmwgfx: Add comments for buffer pinning codeJakob Bornecrantz
2011-09-06vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom
2011-09-01vmwgfx: Print error diagnostics if depth doesn't match the host expectationMichel Dänzer
2011-09-01vmwgfx: Fix 'bbp' typoMichel Dänzer
2011-09-01vmwgfx: Don't write to read-only registersMichel Dänzer
2011-09-01vmwgfx: Add support for depth 8Michel Dänzer