Age | Commit message (Expand) | Author | Files | Lines |
2011-11-07 | vmwgfx: Unreference surface on cursor error path | Jakob Bornecrantz | 1 | -0/+1 |
2011-11-07 | vmwgfx: Free prefered mode on error path | Jakob Bornecrantz | 1 | -6/+11 |
2011-11-07 | vmwgfx: Use pointer return error codes | Jakob Bornecrantz | 1 | -1/+1 |
2011-11-07 | vmwgfx: Fix hw cursor position | Thomas Hellstrom | 1 | -2/+5 |
2011-11-07 | vmwgfx: Infrastructure for explicit placement | Thomas Hellstrom | 3 | -24/+30 |
2011-11-07 | vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh | Thomas Hellstrom | 1 | -1/+23 |
2011-11-07 | vmwgfx: Remove screen object active list | Thomas Hellstrom | 1 | -37/+15 |
2011-11-07 | vmwgfx: Screen object cleanups | Thomas Hellstrom | 1 | -14/+2 |
2011-11-02 | vmwgfx: Reinstate the update_layout ioctl | Thomas Hellstrom | 4 | -5/+82 |
2011-11-01 | vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS". | Thomas Hellstrom | 2 | -4/+4 |
2011-10-27 | Revert "drm/ttm: add a way to bo_wait for either the last read or last write" | Dave Airlie | 2 | -2/+1 |
2011-10-23 | vmwgfx: Don't pass unused arguments to do_dirty functions | Jakob Bornecrantz | 1 | -9/+3 |
2011-10-23 | vmwgfx: Emulate depth 32 framebuffers | Jakob Bornecrantz | 1 | -1/+9 |
2011-10-18 | vmwgfx: information leak in vmw_execbuf_copy_fence_user() | Dan Carpenter | 1 | -0/+2 |
2011-10-18 | vmwgfx: memory leaks caused by double allocation | Dan Carpenter | 2 | -4/+2 |
2011-10-18 | vmwgfx: return -EFAULT instead of number of bytes remaining | Dan Carpenter | 1 | -0/+2 |
2011-10-18 | vmwgfx: Add vblank stubs | Jakob Bornecrantz | 3 | -0/+23 |
2011-10-18 | vmwgfx: Whitespace & code style in display unit | Jakob Bornecrantz | 2 | -6/+3 |
2011-10-18 | vmwgfx: Fix display system init & close functions | Jakob Bornecrantz | 2 | -9/+25 |
2011-10-11 | vmwgfx: Take the driver out of staging | Thomas Hellstrom | 1 | -4/+5 |
2011-10-10 | vmwgfx: Wrap drm_read and drm_poll | Thomas Hellstrom | 3 | -1/+49 |
2011-10-10 | vmwgfx: Add fence events | Thomas Hellstrom | 7 | -47/+599 |
2011-10-10 | vmwgfx: Break out and comment vmw_execbuf_copy_fence_user | Thomas Hellstrom | 1 | -33/+67 |
2011-10-10 | vmwgfx: Don't use virtual coords when using screen objects | Jakob Bornecrantz | 1 | -57/+215 |
2011-10-10 | vmwgfx: Implement memory accounting for resources | Thomas Hellstrom | 1 | -26/+146 |
2011-10-05 | vmwgfx: Minor cleanups | Thomas Hellstrom | 2 | -11/+12 |
2011-10-05 | vmwgfx: Bump driver minor to advertise support for new ioctls. | Thomas Hellstrom | 1 | -2/+2 |
2011-10-05 | vmwgfx: Be more strict with fb depths when using screen objects | Jakob Bornecrantz | 1 | -0/+27 |
2011-10-05 | vmwgfx: Handle device surface memory limit | Thomas Hellstrom | 5 | -82/+835 |
2011-10-05 | vmwgfx: Make sure we always have a user-space handle to use for objects that ... | Thomas Hellstrom | 2 | -17/+41 |
2011-10-05 | vmwgfx: Optimize the command submission resource list | Thomas Hellstrom | 3 | -30/+26 |
2011-10-05 | vmwgfx: Fix up query processing | Thomas Hellstrom | 6 | -22/+572 |
2011-10-05 | vmwgfx: Allow reference and unreference of NULL fence objects. | Thomas Hellstrom | 1 | -1/+8 |
2011-10-05 | vmwgfx: minor dmabuf utilities cleanup | Thomas Hellstrom | 5 | -65/+45 |
2011-10-05 | vmwgfx: Disallow user space to send present and readback commands | Jakob Bornecrantz | 1 | -3/+13 |
2011-10-05 | vmwgfx: Add present and readback ioctls | Jakob Bornecrantz | 5 | -0/+377 |
2011-10-05 | vmwgfx: Place overlays in GMR area if we can | Jakob Bornecrantz | 1 | -58/+74 |
2011-10-05 | vmwgfx: Drop 3D Legacy Display Unit support | Jakob Bornecrantz | 3 | -219/+20 |
2011-10-05 | vmwgfx: Require HWV8 for 3d support | Thomas Hellstrom | 1 | -1/+1 |
2011-10-05 | vmwgfx: Add screen object support | Jakob Bornecrantz | 7 | -31/+752 |
2011-10-05 | vmwgfx: Add dmabuf helper functions for pinning | Jakob Bornecrantz | 7 | -107/+379 |
2011-10-05 | vmwgfx: Refactor common display unit functions to shared file | Jakob Bornecrantz | 3 | -255/+282 |
2011-10-05 | vmwgfx: Expand the command checker to cover screen object commands | Jakob Bornecrantz | 1 | -5/+72 |
2011-10-05 | vmwgfx: Break out dirty submission code | Jakob Bornecrantz | 1 | -54/+90 |
2011-10-05 | vmwgfx: Break out execbuf command processing | Thomas Hellstrom | 2 | -56/+89 |
2011-10-05 | vmwgfx: Some comments and BUG_ON | Jakob Bornecrantz | 1 | -0/+5 |
2011-10-05 | vmwgfx: Make sure the reserved area is at the start of vram | Jakob Bornecrantz | 1 | -0/+3 |
2011-10-05 | vmwgfx: Add comments for buffer pinning code | Jakob Bornecrantz | 1 | -0/+10 |
2011-10-05 | vmwgfx: Document vmw_fifo_reserve | Jakob Bornecrantz | 1 | -0/+10 |
2011-10-05 | vmwgfx: Update register files to latest from vmware-sdk | Jakob Bornecrantz | 4 | -144/+359 |