aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* merge more graphics stuff from 3.2.72Wolfgang Wiedmeyer2015-10-2323-1532/+5746
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-234-0/+1143
|\
| * drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom2015-05-091-22/+25
| * drm/vmwgfx: Don't use memory accounting for kernel-side fence objectsThomas Hellstrom2015-02-201-19/+2
| * drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh2014-12-141-3/+13
| * drm/vmwgfx: Fix a potential infinite spin waiting for fifo idleThomas Hellstrom2014-11-051-1/+2
| * drm/vmwgfx: Fix incorrect write to read-only register v2:Thomas Hellstrom2014-08-061-1/+0
| * drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2Thomas Hellstrom2014-06-091-0/+22
| * drm/vmwgfx: correct fb_fix_screeninfo.line_lengthChristopher Friedt2014-04-301-1/+4
| * drm/vmwgfx: Split GMR2_REMAP commands if they are to largeJakob Bornecrantz2013-09-101-19/+39
| * drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom2012-11-161-1/+1
| * drm/vmwgfx: Fix hibernation device resetThomas Hellstrom2012-11-161-0/+5
| * vmwgfx: add dumb ioctl supportDave Airlie2012-09-193-0/+88
| * drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at bootDave Airlie2012-09-191-0/+1
| * drm/vmwgfx: Fix nasty write past alloced memory areaThomas Hellstrom2012-06-101-1/+1
| * vmwgfx: Fix assignment in vmw_framebuffer_create_handleRyan Mallon2012-02-031-1/+1
| * vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Xi Wang2011-12-221-3/+3
| * vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz2011-12-191-53/+156
| * vmwgfx: Resend the cursor after legacy modesetJakob Bornecrantz2011-12-192-1/+26
| * vmwgfx: Do better culling of presentsJakob Bornecrantz2011-12-191-12/+25
| * vmwgfx: Refactor kms code to use vmw_user_lookup_handle helperJakob Bornecrantz2011-12-191-61/+37
| * vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz2011-12-192-0/+28
| * vmwgfx: Refactor cursor updateJakob Bornecrantz2011-12-191-27/+39
| * vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz2011-12-191-6/+0
| * vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom2011-12-192-3/+15
| * 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
| * 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