summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-28vmwgfx: Refactor kms code to use vmw_user_lookup_handle helper3.2-fixesJakob Bornecrantz1-61/+37
2011-11-28vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz2-0/+28
2011-11-28vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz1-6/+0
2011-11-28vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom2-3/+15
2011-11-28vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()Xi Wang1-5/+5
2011-11-11vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz1-53/+156
2011-11-11vmwgfx: Do better culling of presentsJakob Bornecrantz1-12/+25
2011-11-10vmwgfx: Resend the cursror after legacy modesetJakob Bornecrantz2-1/+26
2011-11-10vmwgfx: Refactor cursor updateJakob Bornecrantz1-27/+39
2011-11-09vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz1-10/+22
2011-11-09vmwgfx: Move the prefered mode first in the listJakob Bornecrantz1-0/+4
2011-11-09vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz1-0/+1
2011-11-09vmwgfx: Free prefered mode on error pathJakob Bornecrantz1-6/+11
2011-11-09vmwgfx: Use pointer return error codesJakob Bornecrantz1-6/+6
2011-11-04vmwgfx: Only allow 64x64 cursorsJakob Bornecrantz1-0/+4
2011-11-04vmwgfx: Initialize clip rect loop correctly in surface dirtyJakob Bornecrantz1-2/+3
2011-11-04vmwgfx: Close screen object systemJakob Bornecrantz1-1/+4
2011-11-01vmwgfx: Fix hw cursor positionThomas Hellstrom1-2/+5
2011-10-31vmwgfx: Infrastructure for explicit placementThomas Hellstrom3-24/+30
2011-10-31vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh.Thomas Hellstrom1-1/+23
2011-10-31vmwgfx: Remove screen object active list.Thomas Hellstrom1-37/+15
2011-10-31vmwgfx: Screen object cleanupsThomas Hellstrom1-14/+2
2011-10-30vmwgfx: Reinstate the update_layout ioctl v2Thomas Hellstrom5-7/+108
2011-10-30vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS".Thomas Hellstrom2-4/+4
2011-10-30drm: Introduce "Virtual" connectors and encodersThomas Hellstrom2-7/+13
2011-10-19vmwgfx: memory leaks caused by double allocationDan Carpenter2-4/+2
2011-10-19vmwgfx: return -EFAULT instead of number of bytes remainingDan Carpenter1-0/+2
2011-10-19vmwgfx: information leak in vmw_execbuf_copy_fence_user()Dan Carpenter1-0/+2
2011-10-19vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz1-9/+3
2011-10-19vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz1-1/+9
2011-10-19vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom3-1/+49
2011-10-19vmwgfx: Add fence eventsThomas Hellstrom8-47/+641
2011-10-19vmwgfx: Break out and comment vmw_execbuf_copy_fence_userThomas Hellstrom1-33/+67
2011-10-19drm: Fix build for older kernelsThomas Hellstrom1-0/+6
2011-10-19drm: Bring in vblank, events and update modesetting codeJakob Bornecrantz18-977/+3076
2011-10-17vmwgfx: Add vblank stubsJakob Bornecrantz3-0/+23
2011-10-17vmwgfx: Whitespace & code style in display unitJakob Bornecrantz2-6/+3
2011-10-17vmwgfx: Fix display system init & close functionsJakob Bornecrantz2-9/+25
2011-10-14vmwgfx: Temporary fix for missing irqsThomas Hellstrom1-3/+4
2011-10-07vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz1-57/+215
2011-10-04vmwgfx: Implement memory accounting for resourcesThomas Hellstrom1-26/+146
2011-09-28vmwgfx: Bump driver minor to advertise support for new ioctls.Thomas Hellstrom1-2/+2
2011-09-28vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz1-0/+27
2011-09-28vmwgfx: Handle device surface memory limitThomas Hellstrom5-82/+835
2011-09-28vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom2-17/+41
2011-09-28vmwgfx: Optimize the command submission resource listThomas Hellstrom3-30/+26
2011-09-28vmwgfx: Fix up query processingThomas Hellstrom6-21/+571
2011-09-27vmwgfx: Allow reference and unreference of NULL fence objects.Thomas Hellstrom1-1/+8
2011-09-27vmwgfx: minor dmabuf utilities cleanupThomas Hellstrom5-65/+45
2011-09-27vmwgfx: Disallow user space to send present and readback commandsJakob Bornecrantz1-3/+13