summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Fix a few sparse warningsThierry Reding2014-07-221-2/+2
* drm/vmwgfx: use helpersRob Clark2014-07-181-4/+2
* drm: add register and unregister functions for connectorsThomas Wood2014-06-191-1/+1
* drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark2014-06-051-4/+4
* drm: try harder to avoid regression when merging mode bitsDave Airlie2014-05-011-1/+1
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-011-7/+7
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-281-9/+6
* drm/vmwgfx: Fix surface framebuffer check for guest-backed surfacesThomas Hellstrom2014-01-171-3/+3
* drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom2014-01-171-1/+1
* drivers: gpu: Mark functions as static in vmwgfx_kms.cRashika Kheria2014-01-081-6/+6
* drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä2013-12-181-2/+16
* drm/vmwgfx: Add our connectors to sysfsThomas Hellstrom2013-12-041-0/+1
* drm/vmwgfx: Return -ENOENT when a mode object can't be foundVille Syrjälä2013-11-061-1/+1
* drm: Pass page flip ioctl flags to driverKeith Packard2013-08-301-1/+2
* drm/vmwgfx: Don't access file_priv in cursor_set when handle==0Ville Syrjälä2013-06-111-1/+2
* drm: only take the crtc lock for ->cursor_moveDaniel Vetter2013-01-201-0/+13
* drm: only take the crtc lock for ->cursor_setDaniel Vetter2013-01-201-6/+26
* drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter2013-01-201-12/+0
* drm/vmwgfx: reorder framebuffer init sequenceDaniel Vetter2013-01-201-14/+16
* vmwgfx: remove useless set memory to zero use memset()Wei Yongjun2012-09-131-1/+0
* 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/+37
* | | 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/+3
OpenPOWER on IntegriCloud