index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-misc-next-2018-12-06' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2018-12-07
37
-508
/
+1008
|
\
|
*
drm: revert "expand replace_fence to support timeline point v2"
Christian König
2018-12-05
5
-13
/
+10
|
*
drm/tinydrm: Use kmemdup rather than duplicating its implementation in repape...
YueHaibing
2018-12-04
1
-2
/
+1
|
*
drm/vkms: Remove set but not used variable 'vkms_obj'
YueHaibing
2018-12-04
1
-2
/
+0
|
*
drm/sun4i: Add compatible for H6 display engine
Jernej Skrabec
2018-12-04
1
-0
/
+1
|
*
drm/v3d: Add more tracepoints for V3D GPU rendering.
Eric Anholt
2018-12-03
3
-3
/
+121
|
*
drm/v3d: Add missing fence timeline name for TFU.
Eric Anholt
2018-12-03
1
-2
/
+8
|
*
drm/syncobj: use dma_fence_get_stub
Christian König
2018-12-03
1
-44
/
+14
|
*
drm/panel: simple: Add AUO G101EVN010 panel support
Alex Gonzalez
2018-12-03
1
-0
/
+27
|
*
drm/meson: Fix an Alpha Primary Plane bug on Meson GXL/GXM SoCs
Neil Armstrong
2018-12-03
3
-0
/
+40
|
*
drm/v3d: Fix prime imports of buffers from other drivers.
Eric Anholt
2018-11-30
1
-0
/
+1
|
*
drm/v3d: Drop the "dev" argument to lock/unlock of BO reservations.
Eric Anholt
2018-11-30
1
-11
/
+9
|
*
drm/v3d: Add support for submitting jobs to the TFU.
Eric Anholt
2018-11-30
7
-51
/
+402
|
*
drm: Fix up drm_atomic_state_helper.[hc] extraction
Daniel Vetter
2018-11-30
2
-157
/
+157
|
*
drm: Fix compiler warning in drm_atomic_helper.c
Sean Paul
2018-11-30
1
-0
/
+3
|
*
drm/vc4: Allow YUV formats on cursor planes
Boris Brezillon
2018-11-30
1
-12
/
+4
|
*
drm/vc4: Allow scaling on cursor plane
Boris Brezillon
2018-11-30
1
-17
/
+2
|
*
drm/vc4: Rework the async update logic
Boris Brezillon
2018-11-30
1
-21
/
+66
|
*
drm/vc4: Don't check plane state more than once
Boris Brezillon
2018-11-30
2
-0
/
+16
|
*
drm/vc4: Move LBM creation out of vc4_plane_mode_set()
Boris Brezillon
2018-11-30
2
-28
/
+54
|
*
drm/vc4: Make vc4_lbm_size() return 0 when vertical scaling is disabled
Boris Brezillon
2018-11-30
1
-3
/
+6
|
*
drm: Add DRM_MODESET_LOCK_BEGIN/END helpers
Sean Paul
2018-11-29
5
-78
/
+24
|
*
drm: Move atomic_state_put after locks are dropped
Sean Paul
2018-11-29
1
-1
/
+1
|
*
drm: Move drm_mode_setcrtc() local re-init to failure path
Sean Paul
2018-11-29
1
-7
/
+9
|
*
drm: Clear state->acquire_ctx before leaving drm_atomic_helper_commit_duplica...
Sean Paul
2018-11-29
1
-2
/
+6
|
*
drm/rcar-du: Use drm_fbdev_generic_setup()
Noralf Trønnes
2018-11-29
3
-34
/
+3
|
*
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2018-11-29
373
-11224
/
+15556
|
|
\
|
*
|
drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence arg
Gerd Hoffmann
2018-11-29
3
-6
/
+4
|
*
|
drm/virtio: fence: pass plain pointer
Gerd Hoffmann
2018-11-29
5
-27
/
+27
|
*
|
drm/vkms: Fix plane duplicate_state
Daniel Vetter
2018-11-29
1
-2
/
+5
|
*
|
drm/pl111: add of_node_put()
Yangtao Li
2018-11-28
1
-0
/
+2
*
|
|
Merge tag 'vmwgfx-next-2018-12-05' of git://people.freedesktop.org/~thomash/l...
Dave Airlie
2018-12-06
19
-563
/
+2340
|
\
\
\
|
*
|
|
drm/vmwgfx: Use the standard atomic helpers for page-flip
Thomas Hellstrom
2018-12-05
2
-61
/
+2
|
*
|
|
drm/vmwgfx: Remove set but not used variable 'file_priv'
YueHaibing
2018-12-05
1
-3
/
+0
|
*
|
|
drm/vmwgfx: remove redundant return ret statement
Colin Ian King
2018-12-05
1
-2
/
+0
|
*
|
|
drm/vmwgfx: Fix a layout race condition
Thomas Hellstrom
2018-12-05
3
-37
/
+39
|
*
|
|
drm/vmwgfx: Fix up the implicit display unit handling
Thomas Hellstrom
2018-12-05
6
-292
/
+99
|
*
|
|
drm/vmwgfx: Don't clear mode::type anymore
Deepak Rawat
2018-12-05
5
-28
/
+3
|
*
|
|
drm/vmwgfx: Use atomic helper function for dirty fb IOCTL
Deepak Rawat
2018-12-05
1
-64
/
+18
|
*
|
|
drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for SOU primary plane
Deepak Rawat
2018-12-05
1
-0
/
+2
|
*
|
|
drm/vmwgfx: Update comments for sou plane update function
Deepak Rawat
2018-12-05
1
-15
/
+3
|
*
|
|
drm/vmwgfx: Use the new interface for SOU plane update
Deepak Rawat
2018-12-05
1
-12
/
+5
|
*
|
|
drm/vmwgfx: Implement SOU plane update for BO backed fb
Deepak Rawat
2018-12-05
1
-0
/
+101
|
*
|
|
drm/vmwgfx: Implement SOU plane update for surface backed fb
Deepak Rawat
2018-12-05
2
-0
/
+172
|
*
|
|
drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for STDU primary plane
Deepak Rawat
2018-12-05
1
-0
/
+1
|
*
|
|
drm/vmwgfx: Update comments for stdu plane update
Deepak Rawat
2018-12-05
1
-15
/
+3
|
*
|
|
drm/vmwgfx: Use the new interface for STDU plane update
Deepak Rawat
2018-12-05
1
-34
/
+20
|
*
|
|
drm/vmwgfx: Implement STDU plane update for BO backed fb
Deepak Rawat
2018-12-05
2
-0
/
+227
|
*
|
|
drm/vmwgfx: Implement STDU plane update for surface backed fb
Deepak Rawat
2018-12-05
1
-1
/
+181
|
*
|
|
drm/vmwgfx: Add a new interface for plane update on a display unit
Deepak Rawat
2018-12-05
2
-0
/
+233
[next]