index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
Age
Commit message (
Expand
)
Author
Lines
2017-07-09
Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
-11
/
+13
2017-06-26
drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr
Deepak Rawat
-0
/
+1
2017-06-16
BackMerge tag 'v4.12-rc5' into drm-next
Dave Airlie
-144
/
+42
2017-06-07
drm/vmwgfx: Bump driver minor and date
Thomas Hellstrom
-2
/
+2
2017-06-07
drm/vmwgfx: Remove unused legacy cursor functions
Sinclair Yeh
-129
/
+0
2017-06-07
drm/vmwgfx: fix spelling mistake "exeeds" -> "exceeds"
Colin Ian King
-1
/
+1
2017-06-07
drm/vmwgfx: Fix large topology crash
Sinclair Yeh
-5
/
+17
2017-06-07
drm/vmwgfx: Make sure to update STDU when FB is updated
Sinclair Yeh
-0
/
+5
2017-06-07
drm/vmwgfx: Make sure backup_handle is always valid
Sinclair Yeh
-7
/
+11
2017-06-07
drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()
Dan Carpenter
-0
/
+2
2017-06-07
drm/vmwgfx: Don't create proxy surface for cursor
Sinclair Yeh
-0
/
+1
2017-06-07
drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()
Vladis Dronov
-0
/
+3
2017-05-22
drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
Robert Foss
-2
/
+2
2017-05-18
drm/vmwgfx: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
-9
/
+11
2017-04-21
drm/vmwgfx: Convert macro to octal representation
Øyvind A. Holm
-1
/
+1
2017-04-21
Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...
Dave Airlie
-4
/
+4
2017-04-20
dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro
Logan Gunthorpe
-4
/
+4
2017-04-11
Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
-4
/
+60
2017-04-11
Backmerge tag 'v4.11-rc6' into drm-next
Dave Airlie
-48
/
+68
2017-04-07
drm/vmwgfx: Fix fbdev emulation using legacy functions
Daniel Vetter
-2
/
+56
2017-04-06
drm: Add acquire ctx to ->gamma_set hook
Daniel Vetter
-2
/
+4
2017-04-04
drm/ttm: add io_mem_pfn callback
Christian König
-0
/
+1
2017-04-03
Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
-7
/
+11
2017-03-31
drm/vmwgfx: Properly check display/scanout surface size
Sinclair Yeh
-1
/
+32
2017-03-31
drm/vmwgfx: Support topology greater than texture size
Sinclair Yeh
-1
/
+253
2017-03-31
drm/vmwgfx: Re-implement the stream resource as a simple resource.
Thomas Hellstrom
-255
/
+169
2017-03-31
drm/vmwgfx: Introduce a simple resource type
Thomas Hellstrom
-1
/
+298
2017-03-31
drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"
Øyvind A. Holm
-4
/
+4
2017-03-31
drm/vmwgfx: Fix LDU X blank screen until mode change issue
Sinclair Yeh
-20
/
+21
2017-03-31
drm/vmwgfx: Skipping fbdev fb pinning for ldu
Sinclair Yeh
-7
/
+16
2017-03-31
drm/vmwgfx: Explicityly track screen target width and height
Sinclair Yeh
-3
/
+8
2017-03-31
drm/vmwgfx: Turn on DRIVER_ATOMIC flag
Sinclair Yeh
-4
/
+3
2017-03-31
drm/vmwgfx: Switch over to internal atomic API for SOU and LDU
Sinclair Yeh
-295
/
+25
2017-03-31
drm/vmwgfx: Switch over to internal atomic API for STDU
Sinclair Yeh
-295
/
+51
2017-03-31
drm/vmwgfx: Fixes to vmwgfx_fb
Sinclair Yeh
-1
/
+3
2017-03-31
drm/vmwgfx: Add and connect atomic state object check/commit
Sinclair Yeh
-0
/
+48
2017-03-31
drm/vmwgfx: Add and connect connector helper function
Sinclair Yeh
-0
/
+24
2017-03-31
drm/vmwgfx: Add and connect plane helper functions
Sinclair Yeh
-1
/
+695
2017-03-31
drm/vmwgfx: Add and connect CRTC helper functions
Sinclair Yeh
-0
/
+379
2017-03-31
drm/vmwgfx: Connector atomic state
Sinclair Yeh
-7
/
+204
2017-03-31
drm/vmwgfx: Plane atomic state
Sinclair Yeh
-0
/
+150
2017-03-31
drm/vmwgfx: CRTC atomic state
Sinclair Yeh
-3
/
+131
2017-03-31
drm/vmwgfx: Add universal plane support
Sinclair Yeh
-198
/
+398
2017-03-31
drm/vmwgfx: Removed unused snooper.crtc field
Sinclair Yeh
-4
/
+0
2017-03-30
drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()
Li Qiang
-1
/
+4
2017-03-30
drm/vmwgfx: Remove getparam error message
Thomas Hellstrom
-2
/
+0
2017-03-30
drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
Thomas Hellstrom
-19
/
+13
2017-03-30
drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()
Murray McAllister
-1
/
+1
2017-03-30
drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()
Murray McAllister
-2
/
+2
2017-03-30
drm/vmwgfx: Type-check lookups of fence objects
Thomas Hellstrom
-27
/
+50
[next]