Age | Commit message (Expand) | Author | Files | Lines |
2013-10-15 | drm/vmwgfx: Don't kill clients on VT switch | Thomas Hellstrom | 1 | -5/+12 |
2013-10-15 | drm/vmwgfx: Don't put resources with invalid id's on lru list | Thomas Hellstrom | 1 | -1/+1 |
2013-09-02 | Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 1 | -19/+39 |
2013-08-30 | drm: Pass page flip ioctl flags to driver | Keith Packard | 2 | -2/+4 |
2013-08-30 | drm/vmwgfx: Split GMR2_REMAP commands if they are to large | Jakob Bornecrantz | 1 | -19/+39 |
2013-08-30 | drm/vmwgfx: fix error return code in vmw_driver_load() | Wei Yongjun | 1 | -1/+3 |
2013-08-19 | drm/vmwgfx: remove ->firstopen callback | Daniel Vetter | 2 | -19/+0 |
2013-08-19 | drm: remove FASYNC support | Daniel Vetter | 1 | -1/+0 |
2013-08-19 | drm/vmwgfx: remove redundant clearing of driver->dma_quiescent | Daniel Vetter | 1 | -1/+0 |
2013-08-07 | drm: const'ify ioctls table (v2) | Rob Clark | 1 | -2/+2 |
2013-07-25 | drm/ttm: convert to unified vma offset manager | David Herrmann | 1 | -2/+2 |
2013-06-28 | drm/vmwgfx: get rid of ttm_bo_is_reserved usage | Maarten Lankhorst | 2 | -3/+3 |
2013-06-28 | drm/ttm: make ttm reservation calls behave like reservation calls | Maarten Lankhorst | 2 | -15/+22 |
2013-06-11 | drm/vmwgfx: Don't access file_priv in cursor_set when handle==0 | Ville Syrjälä | 1 | -1/+2 |
2013-05-31 | drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del} | Andy Lutomirski | 1 | -6/+4 |
2013-02-28 | drm/vmwgfx: convert to idr_alloc() | Tejun Heo | 1 | -9/+8 |
2013-02-08 | Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ... | Dave Airlie | 1 | -2/+2 |
2013-01-21 | drm/vmwgfx: add proper framebuffer refcounting | Daniel Vetter | 1 | -5/+3 |
2013-01-21 | drm: create drm_framebuffer_lookup | Daniel Vetter | 1 | -12/+12 |
2013-01-21 | drm: revamp locking around fb creation/destruction | Daniel Vetter | 1 | -0/+4 |
2013-01-21 | drm: only take the crtc lock for ->cursor_move | Daniel Vetter | 1 | -0/+13 |
2013-01-21 | drm: only take the crtc lock for ->cursor_set | Daniel Vetter | 1 | -6/+26 |
2013-01-21 | drm/vmwgfx: use drm_modeset_lock_all | Daniel Vetter | 1 | -14/+4 |
2013-01-20 | drm: encapsulate crtc->set_config calls | Daniel Vetter | 1 | -1/+1 |
2013-01-20 | drm/<drivers>: Unified handling of unimplemented fb->create_handle | Daniel Vetter | 1 | -12/+0 |
2013-01-20 | drm/vmwgfx: reorder framebuffer init sequence | Daniel Vetter | 1 | -14/+16 |
2013-01-15 | drm/vmwgfx: always use ttm_bo_is_reserved | Maarten Lankhorst | 1 | -2/+2 |
2012-12-10 | drm/ttm: remove no_wait_reserve, v3 | Maarten Lankhorst | 3 | -10/+9 |
2012-12-10 | Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into... | Dave Airlie | 3 | -1/+8 |
2012-11-30 | drm/vmwgfx: drm_connector_property -> drm_object_property | Rob Clark | 2 | -2/+2 |
2012-11-28 | drm/vmwgfx: Tighten the security around buffer maps | Thomas Hellstrom | 3 | -5/+26 |
2012-11-28 | drm/vmwgfx: Free user-space fence objects correctly | Thomas Hellstrom | 1 | -1/+1 |
2012-11-21 | drm/vmwgfx: Add and make use of a header for surface size calculation. | Thomas Hellstrom | 2 | -94/+928 |
2012-11-21 | drm/vmwgfx: Break out surface and context management to separate files | Thomas Hellstrom | 5 | -1235/+1337 |
2012-11-21 | drm/vmwgfx: Refactor resource management | Thomas Hellstrom | 6 | -811/+1783 |
2012-11-20 | drm/vmwgfx: Make vmw_dmabuf_unreference handle NULL objects | Thomas Hellstrom | 1 | -2/+5 |
2012-11-20 | drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loaded | Thomas Hellstrom | 1 | -32/+18 |
2012-11-20 | drm/vmwgfx: Make screen object code not require fifo at init time | Thomas Hellstrom | 1 | -1/+1 |
2012-11-20 | drm/vmwgfx: Make overlay code not require fifo at init time | Thomas Hellstrom | 1 | -9/+12 |
2012-11-20 | drm/vmwgfx: Enable traces *after* we've hidden SVGA | Thomas Hellstrom | 1 | -4/+4 |
2012-11-20 | drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3 | Thomas Hellstrom | 1 | -4/+4 |
2012-11-20 | drm/ttm: remove sync_arg from driver functions | Maarten Lankhorst | 1 | -4/+3 |
2012-11-20 | drm/vmwgfx: remove use of fence_obj_args | Maarten Lankhorst | 3 | -22/+4 |
2012-11-20 | drm/ttm: remove ttm_buffer_object->buffer_start | Marcin Slusarz | 2 | -3/+3 |
2012-11-16 | vmwgfx: return an -EFAULT if copy_to_user() fails | Dan Carpenter | 1 | -0/+2 |
2012-11-09 | drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memory | Thomas Hellstrom | 1 | -1/+1 |
2012-11-09 | drm/vmwgfx: Fix hibernation device reset | Thomas Hellstrom | 1 | -0/+5 |
2012-11-07 | drm/vmwgfx: use ttm_bo_is_reserved | Maarten Lankhorst | 1 | -1/+1 |
2012-10-04 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2 | -2/+0 |
2012-10-04 | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu... | Linus Torvalds | 16 | -42/+42 |