summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
Commit message (Expand)AuthorAgeFilesLines
* vmwgfx: remove useless set memory to zero use memset()Wei Yongjun2012-09-131-1/+0Star
* drm: stop vmgfx driver explosionAlan Cox2012-08-221-1/+5
* drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-221-1/+1
* vmwgfx: Add page flip supportJakob Bornecrantz2012-02-131-0/+64
* vmwgfx: Pipe fence out of screen object dirty functionsJakob Bornecrantz2012-02-131-6/+15
* vmwgfx: Make it possible to get fence from execbufJakob Bornecrantz2012-02-131-5/+5
* vmwgfx: Fix assignment in vmw_framebuffer_create_handleRyan Mallon2012-01-301-1/+1
* Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-101-11/+23
|\
| * Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie2011-12-211-141/+249
| |\
| * \ Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-201-8/+17
| |\ \
| * | | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-201-4/+4
| * | | drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-291-1/+1
| * | | drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-151-7/+15
* | | | 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: 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/+37Star
* | | vmwgfx: Refactor cursor updateJakob Bornecrantz2011-12-191-27/+39
| |/ |/|
* | 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
|/
* 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: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom2011-11-071-1/+23
* vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom2011-11-021-1/+65
* vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz2011-10-231-9/+3Star
* vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz2011-10-231-1/+9
* vmwgfx: Add vblank stubsJakob Bornecrantz2011-10-181-0/+19
* vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz2011-10-101-57/+215
* vmwgfx: Minor cleanupsThomas Hellstrom2011-10-051-8/+9
* vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz2011-10-051-0/+27
* vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom2011-10-051-17/+39
* vmwgfx: Add present and readback ioctlsJakob Bornecrantz2011-10-051-0/+170
* vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz2011-10-051-214/+11Star
* vmwgfx: Add screen object supportJakob Bornecrantz2011-10-051-14/+151
* vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz2011-10-051-2/+2
* vmwgfx: Refactor common display unit functions to shared fileJakob Bornecrantz2011-10-051-0/+238
* vmwgfx: Break out dirty submission codeJakob Bornecrantz2011-10-051-54/+90
* vmwgfx: Make sure the reserved area is at the start of vramJakob Bornecrantz2011-10-051-0/+3
* vmwgfx: Add comments for buffer pinning codeJakob Bornecrantz2011-10-051-0/+10
* vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom2011-09-061-46/+0Star
* vmwgfx: Print error diagnostics if depth doesn't match the host expectationMichel Dänzer2011-09-011-1/+9
* vmwgfx: Fix 'bbp' typoMichel Dänzer2011-09-011-2/+2
* vmwgfx: Don't write to read-only registersMichel Dänzer2011-09-011-14/+0Star
* vmwgfx: Add support for depth 8Michel Dänzer2011-09-011-0/+3