summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorLines
2012-01-30vmwgfx: Fix assignment in vmw_framebuffer_create_handleRyan Mallon-1/+1
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-106/+69
2011-12-22vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Xi Wang-3/+3
2011-12-21Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie-151/+318
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie-10/+19
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä-6/+6
2011-12-19vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz-53/+156
2011-12-19vmwgfx: Resend the cursor after legacy modesetJakob Bornecrantz-1/+26
2011-12-19vmwgfx: Do better culling of presentsJakob Bornecrantz-12/+25
2011-12-19vmwgfx: Refactor kms code to use vmw_user_lookup_handle helperJakob Bornecrantz-61/+37
2011-12-19vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz-0/+28
2011-12-19vmwgfx: Refactor cursor updateJakob Bornecrantz-27/+39
2011-12-19vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz-6/+0
2011-12-19vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom-3/+15
2011-12-07vmwgfx: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer-2/+2
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse-34/+1
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse-0/+2
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse-0/+3
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse-45/+21
2011-12-02vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()Xi Wang-5/+6
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie-1/+1
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes-7/+16
2011-11-11drm: Make the per-driver file_operations struct constArjan van de Ven-14/+16
2011-11-11vmwgfx: Only allow 64x64 cursorsJakob Bornecrantz-0/+4
2011-11-11vmwgfx: Initialize clip rect loop correctly in surface dirtyJakob Bornecrantz-2/+3
2011-11-11vmwgfx: Close screen object systemJakob Bornecrantz-1/+4
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-88/+184
2011-11-07vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz-9/+21
2011-11-07vmwgfx: Move the prefered mode first in the listJakob Bornecrantz-0/+4
2011-11-07vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz-0/+1
2011-11-07vmwgfx: Free prefered mode on error pathJakob Bornecrantz-6/+11
2011-11-07vmwgfx: Use pointer return error codesJakob Bornecrantz-1/+1
2011-11-07vmwgfx: Fix hw cursor positionThomas Hellstrom-2/+5
2011-11-07vmwgfx: Infrastructure for explicit placementThomas Hellstrom-24/+30
2011-11-07vmwgfx: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom-1/+23
2011-11-07vmwgfx: Remove screen object active listThomas Hellstrom-37/+15
2011-11-07vmwgfx: Screen object cleanupsThomas Hellstrom-14/+2
2011-11-02vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom-5/+82
2011-11-01vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS".Thomas Hellstrom-4/+4
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker-0/+1
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker-0/+2
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie-2/+1
2011-10-23vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz-9/+3
2011-10-23vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz-1/+9
2011-10-18vmwgfx: information leak in vmw_execbuf_copy_fence_user()Dan Carpenter-0/+2
2011-10-18vmwgfx: memory leaks caused by double allocationDan Carpenter-4/+2
2011-10-18vmwgfx: return -EFAULT instead of number of bytes remainingDan Carpenter-0/+2
2011-10-18vmwgfx: Add vblank stubsJakob Bornecrantz-0/+23
2011-10-18vmwgfx: Whitespace & code style in display unitJakob Bornecrantz-6/+3
2011-10-18vmwgfx: Fix display system init & close functionsJakob Bornecrantz-9/+25