aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
Commit message (Expand)AuthorAge
* drm: Per-plane lockingDaniel Vetter2014-11-12
* drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh2014-10-31
* drm/vmwgfx: fix lock breakageRob Clark2014-10-31
* drm/ttm: Fix a few sparse warningsThierry Reding2014-07-21
* drm/vmwgfx: use helpersRob Clark2014-07-18
* drm: add register and unregister functions for connectorsThomas Wood2014-06-19
* drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark2014-06-04
* drm: try harder to avoid regression when merging mode bitsDave Airlie2014-04-30
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-01
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-28
* drm/vmwgfx: Fix surface framebuffer check for guest-backed surfacesThomas Hellstrom2014-01-17
* drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom2014-01-17
* drivers: gpu: Mark functions as static in vmwgfx_kms.cRashika Kheria2014-01-08
* drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä2013-12-17
* drm/vmwgfx: Add our connectors to sysfsThomas Hellstrom2013-12-04
* drm/vmwgfx: Return -ENOENT when a mode object can't be foundVille Syrjälä2013-11-05
* drm: Pass page flip ioctl flags to driverKeith Packard2013-08-29
* drm/vmwgfx: Don't access file_priv in cursor_set when handle==0Ville Syrjälä2013-06-10
* drm: only take the crtc lock for ->cursor_moveDaniel Vetter2013-01-20
* drm: only take the crtc lock for ->cursor_setDaniel Vetter2013-01-20
* drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter2013-01-20
* drm/vmwgfx: reorder framebuffer init sequenceDaniel Vetter2013-01-20
* 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