summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-202-10/+19
|\
| * vmwgfx: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-071-2/+2
| * vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()Xi Wang2011-12-021-5/+6
| * vmwgfx: Only allow 64x64 cursorsJakob Bornecrantz2011-11-111-0/+4
| * vmwgfx: Initialize clip rect loop correctly in surface dirtyJakob Bornecrantz2011-11-111-2/+3
| * vmwgfx: Close screen object systemJakob Bornecrantz2011-11-111-1/+4
* | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-202-6/+6
* | drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-061-34/+1
* | drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-061-0/+2
* | drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-061-0/+3
* | drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-061-45/+21
* | drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-291-1/+1
* | drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-152-7/+16
* | drm: Make the per-driver file_operations struct constArjan van de Ven2011-11-111-14/+16
|/
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-076-88/+184
|\
| * vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz2011-11-071-9/+21
| * vmwgfx: Move the prefered mode first in the listJakob Bornecrantz2011-11-071-0/+4
| * vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz2011-11-071-0/+1
| * vmwgfx: Free prefered mode on error pathJakob Bornecrantz2011-11-071-6/+11
| * vmwgfx: Use pointer return error codesJakob Bornecrantz2011-11-071-1/+1
| * vmwgfx: Fix hw cursor positionThomas Hellstrom2011-11-071-2/+5
| * vmwgfx: Infrastructure for explicit placementThomas Hellstrom2011-11-073-24/+30
| * vmwgfx: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom2011-11-071-1/+23
| * vmwgfx: Remove screen object active listThomas Hellstrom2011-11-071-37/+15
| * vmwgfx: Screen object cleanupsThomas Hellstrom2011-11-071-14/+2
| * vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom2011-11-024-5/+82
| * vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS".Thomas Hellstrom2011-11-012-4/+4
* | gpu: add module.h to drivers/gpu files as required.Paul Gortmaker2011-10-311-0/+1
* | gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-10-311-0/+2
|/
* Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2011-10-272-2/+1
* vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz2011-10-231-9/+3
* vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz2011-10-231-1/+9
* vmwgfx: information leak in vmw_execbuf_copy_fence_user()Dan Carpenter2011-10-181-0/+2
* vmwgfx: memory leaks caused by double allocationDan Carpenter2011-10-182-4/+2
* vmwgfx: return -EFAULT instead of number of bytes remainingDan Carpenter2011-10-181-0/+2
* vmwgfx: Add vblank stubsJakob Bornecrantz2011-10-183-0/+23
* vmwgfx: Whitespace & code style in display unitJakob Bornecrantz2011-10-182-6/+3
* vmwgfx: Fix display system init & close functionsJakob Bornecrantz2011-10-182-9/+25
* vmwgfx: Take the driver out of stagingThomas Hellstrom2011-10-111-4/+5
* vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom2011-10-103-1/+49
* vmwgfx: Add fence eventsThomas Hellstrom2011-10-107-47/+599
* vmwgfx: Break out and comment vmw_execbuf_copy_fence_userThomas Hellstrom2011-10-101-33/+67
* vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz2011-10-101-57/+215
* vmwgfx: Implement memory accounting for resourcesThomas Hellstrom2011-10-101-26/+146
* vmwgfx: Minor cleanupsThomas Hellstrom2011-10-052-11/+12
* vmwgfx: Bump driver minor to advertise support for new ioctls.Thomas Hellstrom2011-10-051-2/+2
* vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz2011-10-051-0/+27
* vmwgfx: Handle device surface memory limitThomas Hellstrom2011-10-055-82/+835
* vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom2011-10-052-17/+41
* vmwgfx: Optimize the command submission resource listThomas Hellstrom2011-10-053-30/+26
OpenPOWER on IntegriCloud