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