summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2016-02-27drm/vmwgfx: respect 'nomodeset'Rob Clark1-0/+7
2015-05-10drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom1-22/+25
2015-02-20drm/vmwgfx: Don't use memory accounting for kernel-side fence objectsThomas Hellstrom1-19/+2
2014-12-14drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh1-3/+13
2014-11-05drm/vmwgfx: Fix a potential infinite spin waiting for fifo idleThomas Hellstrom1-1/+2
2014-08-06drm/vmwgfx: Fix incorrect write to read-only register v2:Thomas Hellstrom1-1/+0
2014-06-09drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2Thomas Hellstrom1-0/+22
2014-04-30drm/vmwgfx: correct fb_fix_screeninfo.line_lengthChristopher Friedt1-1/+4
2013-09-10drm/vmwgfx: Split GMR2_REMAP commands if they are to largeJakob Bornecrantz1-19/+39
2012-11-16drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom1-1/+1
2012-11-16drm/vmwgfx: Fix hibernation device resetThomas Hellstrom1-0/+5
2012-09-19vmwgfx: add dumb ioctl supportDave Airlie3-0/+88
2012-09-19drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at bootDave Airlie1-0/+1
2012-06-10drm/vmwgfx: Fix nasty write past alloced memory areaThomas Hellstrom1-1/+1
2012-02-03vmwgfx: Fix assignment in vmw_framebuffer_create_handleRyan Mallon1-1/+1
2011-12-22vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Xi Wang1-3/+3
2011-12-19vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz1-53/+156
2011-12-19vmwgfx: Resend the cursor after legacy modesetJakob Bornecrantz2-1/+26
2011-12-19vmwgfx: Do better culling of presentsJakob Bornecrantz1-12/+25
2011-12-19vmwgfx: Refactor kms code to use vmw_user_lookup_handle helperJakob Bornecrantz1-61/+37
2011-12-19vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz2-0/+28
2011-12-19vmwgfx: Refactor cursor updateJakob Bornecrantz1-27/+39
2011-12-19vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz1-6/+0
2011-12-19vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom2-3/+15
2011-12-07vmwgfx: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-2/+2
2011-12-02vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()Xi Wang1-5/+6
2011-11-11vmwgfx: Only allow 64x64 cursorsJakob Bornecrantz1-0/+4
2011-11-11vmwgfx: Initialize clip rect loop correctly in surface dirtyJakob Bornecrantz1-2/+3
2011-11-11vmwgfx: Close screen object systemJakob Bornecrantz1-1/+4
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-88/+184
2011-11-07vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz1-9/+21
2011-11-07vmwgfx: Move the prefered mode first in the listJakob Bornecrantz1-0/+4
2011-11-07vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz1-0/+1
2011-11-07vmwgfx: Free prefered mode on error pathJakob Bornecrantz1-6/+11
2011-11-07vmwgfx: Use pointer return error codesJakob Bornecrantz1-1/+1
2011-11-07vmwgfx: Fix hw cursor positionThomas Hellstrom1-2/+5
2011-11-07vmwgfx: Infrastructure for explicit placementThomas Hellstrom3-24/+30
2011-11-07vmwgfx: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom1-1/+23
2011-11-07vmwgfx: Remove screen object active listThomas Hellstrom1-37/+15
2011-11-07vmwgfx: Screen object cleanupsThomas Hellstrom1-14/+2
2011-11-02vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom4-5/+82
2011-11-01vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS".Thomas Hellstrom2-4/+4
2011-11-01gpu: add module.h to drivers/gpu files as required.Paul Gortmaker1-0/+1
2011-11-01gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+2
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2-2/+1
2011-10-23vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz1-9/+3
2011-10-23vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz1-1/+9
2011-10-18vmwgfx: information leak in vmw_execbuf_copy_fence_user()Dan Carpenter1-0/+2
2011-10-18vmwgfx: memory leaks caused by double allocationDan Carpenter2-4/+2
2011-10-18vmwgfx: return -EFAULT instead of number of bytes remainingDan Carpenter1-0/+2