summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2011-12-22vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Xi Wang
2011-12-19vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz
2011-12-19vmwgfx: Resend the cursor after legacy modesetJakob 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: Add helper function to get surface or dmabufJakob Bornecrantz
2011-12-19vmwgfx: Refactor cursor updateJakob Bornecrantz
2011-12-19vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz
2011-12-19vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom
2011-12-07vmwgfx: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer
2011-12-02vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()Xi Wang
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-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
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: Infrastructure for explicit placementThomas Hellstrom
2011-11-07vmwgfx: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom
2011-11-07vmwgfx: Remove screen object active listThomas Hellstrom
2011-11-07vmwgfx: Screen object cleanupsThomas Hellstrom
2011-11-02vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom
2011-11-01vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS".Thomas Hellstrom
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie
2011-10-23vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz
2011-10-23vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz
2011-10-18vmwgfx: information leak in vmw_execbuf_copy_fence_user()Dan Carpenter
2011-10-18vmwgfx: memory leaks caused by double allocationDan Carpenter
2011-10-18vmwgfx: return -EFAULT instead of number of bytes remainingDan Carpenter
2011-10-18vmwgfx: Add vblank stubsJakob Bornecrantz
2011-10-18vmwgfx: Whitespace & code style in display unitJakob Bornecrantz
2011-10-18vmwgfx: Fix display system init & close functionsJakob Bornecrantz
2011-10-11vmwgfx: Take the driver out of stagingThomas Hellstrom
2011-10-10vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom
2011-10-10vmwgfx: Add fence eventsThomas Hellstrom
2011-10-10vmwgfx: Break out and comment vmw_execbuf_copy_fence_userThomas Hellstrom
2011-10-10vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz
2011-10-10vmwgfx: Implement memory accounting for resourcesThomas Hellstrom
2011-10-05vmwgfx: Minor cleanupsThomas Hellstrom
2011-10-05vmwgfx: Bump driver minor to advertise support for new ioctls.Thomas Hellstrom
2011-10-05vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz
2011-10-05vmwgfx: Handle device surface memory limitThomas Hellstrom
2011-10-05vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom
2011-10-05vmwgfx: Optimize the command submission resource listThomas Hellstrom