index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vmwgfx: Work around drm removal of control nodes
Thomas Hellstrom
2017-02-26
2
-3
/
+12
*
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
2017-02-03
1
-8
/
+2
*
Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...
Dave Airlie
2017-01-31
7
-12
/
+12
|
\
|
*
drm/vmwgfx: Use kmemdup instead of kmalloc and memcpy
Shyam Saini
2017-01-27
1
-4
/
+3
|
*
drm/vmwgfx: Fix depth input into drm_mode_legacy_fb_format
Sinclair Yeh
2017-01-27
1
-2
/
+1
|
*
drm/vmwgfx: Fix a potential integer overflow
Thomas Hellstrom
2017-01-27
1
-1
/
+1
|
*
drm/vmwgfx: Clear an uninitialized struct member
Thomas Hellstrom
2017-01-27
1
-0
/
+2
|
*
drm/vmwgfx: Annotate ignored return values
Thomas Hellstrom
2017-01-27
3
-4
/
+4
|
*
drm/vmwgfx: Clear uninitialized fields of a parameter
Thomas Hellstrom
2017-01-27
1
-1
/
+1
*
|
drm/ttm: revert "implement LRU add callbacks v2"
Christian König
2017-01-27
1
-2
/
+0
*
|
drm/ttm: add evict parameter to ttm_bo_driver::move_notify
Nicolai Hähnle
2017-01-27
1
-0
/
+1
|
/
*
drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"
Benjamin Gaignard
2017-01-09
1
-1
/
+1
*
drm: Change the return type of the unload hook to void
Gabriel Krisman Bertazi
2017-01-09
1
-3
/
+1
*
drm/vmwgfx: use designated initializers
Kees Cook
2016-12-18
1
-5
/
+5
*
drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>
Laurent Pinchart
2016-12-18
1
-0
/
+1
*
drm: Nuke fb->pixel_format
Ville Syrjälä
2016-12-15
1
-1
/
+1
*
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
2016-12-15
4
-6
/
+6
*
drm: Nuke fb->depth
Ville Syrjälä
2016-12-15
3
-5
/
+7
*
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
2016-12-15
1
-2
/
+2
*
drm/vmwgfx: Switch to mode_cmd2
Daniel Vetter
2016-12-02
3
-84
/
+53
*
drm: move allocation out of drm_get_format_name()
Eric Engestrom
2016-11-12
1
-1
/
+2
*
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2016-10-28
3
-27
/
+27
|
\
|
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
3
-27
/
+27
*
|
drm/ttm: make eviction decision a driver callback v2
Christian König
2016-10-25
1
-0
/
+1
|
/
*
Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-10-25
2
-3
/
+11
|
\
|
*
drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info()
Laurent Pinchart
2016-10-18
1
-2
/
+10
|
*
drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before wait
Chris Wilson
2016-10-12
1
-4
/
+2
*
|
Merge branch 'drm-vmwgfx-fixes' of ssh://people.freedesktop.org/~syeh/repos_l...
Dave Airlie
2016-10-21
5
-73
/
+146
|
\
\
|
|
/
|
/
|
|
*
drm/vmwgfx: Adjust checks for null pointers in 13 functions
Markus Elfring
2016-10-10
1
-16
/
+15
|
*
drm/vmwgfx: Use memdup_user() rather than duplicating its implementation
Markus Elfring
2016-10-10
1
-16
/
+5
|
*
drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()
Markus Elfring
2016-10-10
1
-4
/
+6
|
*
drm/vmwgfx: Avoid validating views on view destruction
Thomas Hellstrom
2016-10-10
1
-13
/
+58
|
*
drm/vmwgfx: Limit the user-space command buffer size
Thomas Hellstrom
2016-10-10
1
-3
/
+3
|
*
drm/vmwgfx: Remove a leftover debug printout
Thomas Hellstrom
2016-10-10
1
-3
/
+0
|
*
drm/vmwgfx: Allow resource relocations on byte boundaries
Thomas Hellstrom
2016-10-10
1
-15
/
+26
|
*
drm/vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER command
Charmaine Lee
2016-10-10
2
-1
/
+33
|
*
drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before wait
Chris Wilson
2016-10-10
1
-4
/
+2
|
*
drm/vmwgfx: Replace numeric parameter like 0444 with macro
Baole Ni
2016-10-10
1
-5
/
+5
*
|
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2016-09-19
1
-4
/
+4
|
\
\
|
*
|
drm/ttm: rework handling of private mem types
Christian König
2016-09-14
1
-4
/
+4
|
|
/
*
|
drm/kms: Nuke dirty_info property
Daniel Vetter
2016-08-16
3
-27
/
+0
*
|
drm/vmwgfx: select CONFIG_FB
Daniel Vetter
2016-08-12
1
-0
/
+1
|
/
*
Merge tag 'topic/drm-misc-2016-07-28' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-07-29
1
-3
/
+1
|
\
|
*
drm/vmwgfx: Delete an unnecessary check before the function call "vfree"
Markus Elfring
2016-07-22
1
-3
/
+1
*
|
Backmerge tag 'v4.7' into drm-next
Dave Airlie
2016-07-26
7
-36
/
+70
|
\
\
|
|
/
|
/
|
|
*
drm/vmwgfx: Fix error paths when mapping framebuffer
Sinclair Yeh
2016-07-08
1
-2
/
+2
|
*
drm/vmwgfx: Fix corner case screen target management
Thomas Hellstrom
2016-07-01
1
-4
/
+4
|
*
drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set
Sinclair Yeh
2016-07-01
1
-22
/
+25
|
*
drm/vmwgfx: Check pin count before attempting to move a buffer
Sinclair Yeh
2016-07-01
1
-3
/
+22
|
*
drm/vmwgfx: Add an option to change assumed FB bpp
Sinclair Yeh
2016-07-01
3
-0
/
+9
[next]