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
2019-02-18
Merge v5.0-rc7 into drm-next
Dave Airlie
3
-53
/
+36
2019-02-05
drm/vmwgfx: Improve on IOMMU detection
Thomas Hellstrom
1
-2
/
+17
2019-02-05
drm/vmwgfx: Fix setting of dma masks
Thomas Hellstrom
1
-3
/
+6
2019-02-05
drm/vmwgfx: Also check for crtc status while checking for DU active
Deepak Rawat
1
-1
/
+1
2019-02-05
drm/vmwgfx: Fix an uninitialized fence handle value
Thomas Hellstrom
1
-2
/
+2
2019-02-05
drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_user
Thomas Hellstrom
1
-1
/
+1
2019-02-04
Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
6
-29
/
+38
2019-01-29
drm/irq: Ditch DRIVER_IRQ_SHARED
Daniel Vetter
1
-1
/
+1
2019-01-29
drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install
Daniel Vetter
1
-1
/
+1
2019-01-29
drm/vmwgfx: unwind spaghetti code in vmw_dma_select_mode
Christoph Hellwig
1
-19
/
+6
2019-01-29
drm/vmwgfx: fix the check when to use dma_alloc_coherent
Christoph Hellwig
1
-7
/
+4
2019-01-29
drm/vmwgfx: remove CONFIG_INTEL_IOMMU ifdefs v2
Christoph Hellwig
1
-17
/
+4
2019-01-29
drm/vmwgfx: remove CONFIG_X86 ifdefs
Christoph Hellwig
1
-6
/
+0
2019-01-28
drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_put
Thomas Zimmermann
6
-24
/
+32
2019-01-28
drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_get
Thomas Zimmermann
3
-6
/
+7
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-1
/
+1
2019-01-01
Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2018-12-28
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2018-12-25
Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
11
-651
/
+1128
2018-12-20
Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...
Joerg Roedel
1
-1
/
+1
2018-12-13
dma-mapping: bypass indirect calls for dma-direct
Christoph Hellwig
1
-1
/
+1
2018-12-13
drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3
Thomas Hellstrom
6
-2
/
+103
2018-12-13
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2
-6
/
+6
2018-12-12
drm/vmwgfx: remove redundant return ret statement
Colin Ian King
1
-2
/
+0
2018-12-07
drm/ttm: allow reserving more than one shared slot v3
Christian König
2
-6
/
+6
2018-12-05
drm/vmwgfx: Use the standard atomic helpers for page-flip
Thomas Hellstrom
2
-61
/
+2
2018-12-05
drm/vmwgfx: Remove set but not used variable 'file_priv'
YueHaibing
1
-3
/
+0
2018-12-05
drm/vmwgfx: remove redundant return ret statement
Colin Ian King
1
-2
/
+0
2018-12-05
drm/vmwgfx: Fix a layout race condition
Thomas Hellstrom
3
-37
/
+39
2018-12-05
drm/vmwgfx: Fix up the implicit display unit handling
Thomas Hellstrom
6
-292
/
+99
2018-12-05
drm/vmwgfx: Don't clear mode::type anymore
Deepak Rawat
5
-28
/
+3
2018-12-05
drm/vmwgfx: Use atomic helper function for dirty fb IOCTL
Deepak Rawat
1
-64
/
+18
2018-12-05
drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for SOU primary plane
Deepak Rawat
1
-0
/
+2
2018-12-05
drm/vmwgfx: Update comments for sou plane update function
Deepak Rawat
1
-15
/
+3
2018-12-05
drm/vmwgfx: Use the new interface for SOU plane update
Deepak Rawat
1
-12
/
+5
2018-12-05
drm/vmwgfx: Implement SOU plane update for BO backed fb
Deepak Rawat
1
-0
/
+101
2018-12-05
drm/vmwgfx: Implement SOU plane update for surface backed fb
Deepak Rawat
2
-0
/
+172
2018-12-05
drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for STDU primary plane
Deepak Rawat
1
-0
/
+1
2018-12-05
drm/vmwgfx: Update comments for stdu plane update
Deepak Rawat
1
-15
/
+3
2018-12-05
drm/vmwgfx: Use the new interface for STDU plane update
Deepak Rawat
1
-34
/
+20
2018-12-05
drm/vmwgfx: Implement STDU plane update for BO backed fb
Deepak Rawat
2
-0
/
+227
2018-12-05
drm/vmwgfx: Implement STDU plane update for surface backed fb
Deepak Rawat
1
-1
/
+181
2018-12-05
drm/vmwgfx: Add a new interface for plane update on a display unit
Deepak Rawat
2
-0
/
+233
2018-11-19
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
3
-71
/
+4
2018-11-12
iommu/vtd: Cleanup dma_remapping.h header
Lu Baolu
1
-1
/
+1
2018-11-05
drm/ttm: initialize globals during device init (v2)
Christian König
3
-40
/
+1
2018-11-05
drm/ttm: use a static ttm_mem_global instance
Christian König
3
-31
/
+3
2018-11-05
drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()
Thomas Zimmermann
1
-2
/
+2
2018-10-24
Merge drm/drm-next into drm-misc-next
Sean Paul
27
-1169
/
+3569
2018-10-05
drm/vmwgfx: Fix vmw_du_cursor_plane_atomic_check
Thomas Hellstrom
1
-12
/
+12
[next]