index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-30
Merge airlied/drm-next into drm-misc-next
Sean Paul
17
-440
/
+1229
2018-03-29
drm/vmwgfx: Stop consulting plane->fb
Ville Syrjälä
1
-3
/
+3
2018-03-28
Backmerge tag 'v4.16-rc7' into drm-next
Dave Airlie
6
-17
/
+58
2018-03-22
Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...
Dave Airlie
17
-423
/
+1171
2018-03-22
drm/vmwgfx: Bump version patchlevel and date
Thomas Hellstrom
1
-2
/
+2
2018-03-22
drm/vmwgfx: use monotonic event timestamps
Arnd Bergmann
1
-4
/
+5
2018-03-22
drm/vmwgfx: Unpin the screen object backup buffer when not used
Thomas Hellstrom
1
-8
/
+21
2018-03-22
drm/vmwgfx: Stricter count of legacy surface device resources
Thomas Hellstrom
1
-5
/
+3
2018-03-22
drm/vmwgfx: Use kasprintf
Himanshu Jha
1
-10
/
+3
2018-03-22
drm/vmwgfx: Get rid of the device-private suspended member
Thomas Hellstrom
3
-5
/
+1
2018-03-22
drm/vmwgfx: Improve on hibernation
Thomas Hellstrom
4
-33
/
+130
2018-03-22
drm/vmwgfx: Avoid pinning fbdev framebuffers
Thomas Hellstrom
5
-49
/
+98
2018-03-22
drm/vmwgfx: Fix multiple command buffer context use
Thomas Hellstrom
3
-33
/
+38
2018-03-22
drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blits
Thomas Hellstrom
6
-91
/
+97
2018-03-22
drm/vmwgfx: Add a cpu blit utility that can be used for page-backed bos
Thomas Hellstrom
3
-1
/
+555
2018-03-22
drm/vmwgfx: Cursor update fixes
Thomas Hellstrom
1
-2
/
+13
2018-03-22
drm/vmwgfx: Send the correct nonblock option for atomic_commit
Deepak Rawat
1
-26
/
+1
2018-03-22
drm/vmwgfx: Move the stdu vblank event to atomic function
Deepak Rawat
1
-64
/
+77
2018-03-22
drm/vmwgfx: Move screen object page flip to atomic function
Deepak Rawat
1
-50
/
+64
2018-03-22
drm/vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flush
Deepak Rawat
1
-5
/
+1
2018-03-22
drm/vmwgfx: Move surface copy cmd to atomic function
Deepak Rawat
1
-25
/
+22
2018-03-22
drm/vmwgfx: Avoid iterating over display unit if crtc is available
Deepak Rawat
4
-26
/
+56
2018-03-21
Merge airlied/drm-next into drm-misc-next
Sean Paul
4
-14
/
+10
2018-03-21
drm/vmwgfx: Fix a destoy-while-held mutex problem.
Thomas Hellstrom
4
-16
/
+34
2018-03-21
drm/vmwgfx: Fix black screen and device errors when running without fbdev
Thomas Hellstrom
4
-1
/
+25
2018-03-14
drm/ttm: add bo as parameter to the ttm_tt_create callback
Christian König
1
-5
/
+5
2018-03-14
drm/vmwgfx: replace drm_*_unreference with drm_*_put
Haneen Mohammed
2
-3
/
+3
2018-03-14
Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
1
-6
/
+1
2018-03-05
drm: Don't pass clip to drm_atomic_helper_check_plane_state()
Ville Syrjälä
1
-6
/
+1
2018-02-27
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
3
-6
/
+5
2018-02-27
drm/ttm: drop ttm->dummy_read_page
Christian König
1
-6
/
+3
2018-02-16
Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-4
/
+3
2018-02-02
Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
14
-64
/
+114
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+2
2018-01-23
drm/vmwgfx: Use drm_mode_get_hv_timing() to populate plane clip rectangle
Ville Syrjälä
1
-4
/
+3
2018-01-18
BackMerge tag 'v4.15-rc8' into drm-next
Dave Airlie
4
-36
/
+15
2018-01-17
drm/vmwgfx: fix memory corruption with legacy/sou connectors
Rob Clark
2
-4
/
+4
2018-01-17
drm/vmwgfx: Fix a boot time warning
Woody Suwalski
1
-1
/
+1
2018-01-10
drm/vmwgfx: Potential off by one in vmw_view_add()
Dan Carpenter
1
-0
/
+2
2018-01-09
drm/vmwgfx: Don't cache framebuffer maps
Thomas Hellstrom
3
-36
/
+13
2017-12-28
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
Roger He
2
-10
/
+16
2017-12-27
drm/ttm: use an operation ctx for ttm_mem_global_alloc
Roger He
9
-14
/
+65
2017-12-27
drm/vmwgfx: remove the default io_mem_pfn set
Tan Xiaojun
1
-1
/
+0
2017-12-06
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
5
-17
/
+25
2017-12-03
Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-27
/
+13
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2
-2
/
+2
2017-11-21
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
4
-7
/
+7
2017-11-20
drm: Move drm_plane_helper_check_state() into drm_atomic_helper.c
Ville Syrjälä
1
-4
/
+4
2017-11-20
drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...
Ville Syrjälä
1
-1
/
+1
2017-11-20
drm/vmwgfx: Try to fix plane clipping
Ville Syrjälä
1
-10
/
+13
[next]