aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
Commit message (Expand)AuthorAge
* vmwgfx: remove useless set memory to zero use memset()Wei Yongjun2012-09-12
* drm: stop vmgfx driver explosionAlan Cox2012-08-21
* drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-22
* 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: 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: 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
* | | | 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: Do better culling of presentsJakob Bornecrantz2011-12-19
* | | vmwgfx: Refactor kms code to use vmw_user_lookup_handle helperJakob Bornecrantz2011-12-19
* | | vmwgfx: Refactor cursor updateJakob Bornecrantz2011-12-19
| |/ |/|
* | 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
|/
* 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: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom2011-11-07
* vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom2011-11-02
* vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz2011-10-23
* vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz2011-10-23
* vmwgfx: Add vblank stubsJakob Bornecrantz2011-10-18
* vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz2011-10-10
* vmwgfx: Minor cleanupsThomas Hellstrom2011-10-05
* vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz2011-10-05
* vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom2011-10-05
* vmwgfx: Add present and readback ioctlsJakob Bornecrantz2011-10-05
* vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz2011-10-05
* vmwgfx: Add screen object supportJakob Bornecrantz2011-10-05
* vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz2011-10-05
* vmwgfx: Refactor common display unit functions to shared fileJakob Bornecrantz2011-10-05
* vmwgfx: Break out dirty submission codeJakob Bornecrantz2011-10-05
* vmwgfx: Make sure the reserved area is at the start of vramJakob Bornecrantz2011-10-05
* vmwgfx: Add comments for buffer pinning codeJakob Bornecrantz2011-10-05
* vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom2011-09-06
* vmwgfx: Print error diagnostics if depth doesn't match the host expectationMichel Dänzer2011-09-01
* vmwgfx: Fix 'bbp' typoMichel Dänzer2011-09-01
* vmwgfx: Don't write to read-only registersMichel Dänzer2011-09-01
* vmwgfx: Add support for depth 8Michel Dänzer2011-09-01