summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom1-1/+1
2014-01-08drivers: gpu: Mark functions as static in vmwgfx_kms.cRashika Kheria1-6/+6
2013-12-18drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä1-2/+16
2013-12-04drm/vmwgfx: Add our connectors to sysfsThomas Hellstrom1-0/+1
2013-11-06drm/vmwgfx: Return -ENOENT when a mode object can't be foundVille Syrjälä1-1/+1
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-1/+2
2013-06-11drm/vmwgfx: Don't access file_priv in cursor_set when handle==0Ville Syrjälä1-1/+2
2013-01-20drm: only take the crtc lock for ->cursor_moveDaniel Vetter1-0/+13
2013-01-20drm: only take the crtc lock for ->cursor_setDaniel Vetter1-6/+26
2013-01-20drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter1-12/+0
2013-01-20drm/vmwgfx: reorder framebuffer init sequenceDaniel Vetter1-14/+16
2012-09-13vmwgfx: remove useless set memory to zero use memset()Wei Yongjun1-1/+0
2012-08-22drm: stop vmgfx driver explosionAlan Cox1-1/+5
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart1-1/+1
2012-02-13vmwgfx: Add page flip supportJakob Bornecrantz1-0/+64
2012-02-13vmwgfx: Pipe fence out of screen object dirty functionsJakob Bornecrantz1-6/+15
2012-02-13vmwgfx: Make it possible to get fence from execbufJakob Bornecrantz1-5/+5
2012-01-30vmwgfx: Fix assignment in vmw_framebuffer_create_handleRyan Mallon1-1/+1
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-11/+23
2011-12-22vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Xi Wang1-3/+3
2011-12-21Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie1-141/+249
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie1-8/+17
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-4/+4
2011-12-19vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz1-53/+156
2011-12-19vmwgfx: Do better culling of presentsJakob Bornecrantz1-12/+25
2011-12-19vmwgfx: Refactor kms code to use vmw_user_lookup_handle helperJakob Bornecrantz1-61/+37
2011-12-19vmwgfx: Refactor cursor updateJakob Bornecrantz1-27/+39
2011-12-02vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()Xi Wang1-5/+6
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie1-1/+1
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes1-7/+15
2011-11-11vmwgfx: Only allow 64x64 cursorsJakob Bornecrantz1-0/+4
2011-11-11vmwgfx: Initialize clip rect loop correctly in surface dirtyJakob Bornecrantz1-2/+3
2011-11-11vmwgfx: Close screen object systemJakob Bornecrantz1-1/+4
2011-11-07vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz1-9/+21
2011-11-07vmwgfx: Move the prefered mode first in the listJakob Bornecrantz1-0/+4
2011-11-07vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz1-0/+1
2011-11-07vmwgfx: Free prefered mode on error pathJakob Bornecrantz1-6/+11
2011-11-07vmwgfx: Use pointer return error codesJakob Bornecrantz1-1/+1
2011-11-07vmwgfx: Fix hw cursor positionThomas Hellstrom1-2/+5
2011-11-07vmwgfx: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom1-1/+23
2011-11-02vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom1-1/+65
2011-10-23vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz1-9/+3
2011-10-23vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz1-1/+9
2011-10-18vmwgfx: Add vblank stubsJakob Bornecrantz1-0/+19
2011-10-10vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz1-57/+215
2011-10-05vmwgfx: Minor cleanupsThomas Hellstrom1-8/+9
2011-10-05vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz1-0/+27
2011-10-05vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom1-17/+39
2011-10-05vmwgfx: Add present and readback ioctlsJakob Bornecrantz1-0/+170
2011-10-05vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz1-214/+11