aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAge
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-03-22
|\
| * drm: move pci bus master enable into driver.Dave Airlie2012-02-16
| * drm/vmwgfx: Bump driver minorThomas Hellstrom2012-02-13
| * vmwgfx: Move function declaration to correct headerThomas Hellstrom2012-02-13
| * drm/vmwgfx: Treat out-of-range initial width and height as host errorsThomas Hellstrom2012-02-13
| * vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz2012-02-13
| * vmwgfx: Add page flip supportJakob Bornecrantz2012-02-13
| * vmwgfx: Pipe fence out of screen object dirty functionsJakob Bornecrantz2012-02-13
| * vmwgfx: Make it possible to get fence from execbufJakob Bornecrantz2012-02-13
| * vmwgfx: Clean up pending event references to struct drm_file objects on closeThomas Hellstrom2012-02-13
| * vmwgfx: Rework fence event actionJakob Bornecrantz2012-02-13
| * drm: do not set fb_info->pixmap fieldsSascha Hauer2012-02-09
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-21
|\ \
| * | drm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
| |/
* / drm: Fix typo in vmwgfx_drv.cMasanari Iida2012-02-05
|/
* vmwgfx: Fix assignment in vmw_framebuffer_create_handleRyan Mallon2012-01-30
* Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-10
|\
| * Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie2011-12-21
| |\
| * \ Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-20
| |\ \
| * | | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-20
| * | | drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-06
| * | | drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-06
| * | | drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-06
| * | | drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-06
| * | | drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-29
| * | | drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-15
| * | | drm: Make the per-driver file_operations struct constArjan van de Ven2011-11-11
* | | | vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Xi Wang2011-12-22
| |_|/ |/| |
* | | vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz2011-12-19
* | | vmwgfx: Resend the cursor after legacy modesetJakob Bornecrantz2011-12-19
* | | vmwgfx: Do better culling of presentsJakob Bornecrantz2011-12-19
* | | vmwgfx: Refactor kms code to use vmw_user_lookup_handle helperJakob Bornecrantz2011-12-19
* | | vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz2011-12-19
* | | vmwgfx: Refactor cursor updateJakob Bornecrantz2011-12-19
* | | vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz2011-12-19
* | | vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom2011-12-19
| |/ |/|
* | vmwgfx: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-07
* | vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()Xi Wang2011-12-02
* | vmwgfx: Only allow 64x64 cursorsJakob Bornecrantz2011-11-11
* | vmwgfx: Initialize clip rect loop correctly in surface dirtyJakob Bornecrantz2011-11-11
* | vmwgfx: Close screen object systemJakob Bornecrantz2011-11-11
|/
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-07
|\
| * vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz2011-11-07
| * vmwgfx: Move the prefered mode first in the listJakob Bornecrantz2011-11-07
| * vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz2011-11-07
| * vmwgfx: Free prefered mode on error pathJakob Bornecrantz2011-11-07
| * vmwgfx: Use pointer return error codesJakob Bornecrantz2011-11-07
| * vmwgfx: Fix hw cursor positionThomas Hellstrom2011-11-07
| * vmwgfx: Infrastructure for explicit placementThomas Hellstrom2011-11-07
| * vmwgfx: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom2011-11-07