index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
Thomas Zimmermann
2020-09-29
14
-57
/
+125
*
dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptr
Thomas Zimmermann
2020-09-29
1
-7
/
+7
*
drm/qxl: simplify the return expression of qxl_plane_prepare_fb()
Qinglang Miao
2020-09-29
1
-6
/
+1
*
drm/virtio: advertise features to userspace
Gurchetan Singh
2020-09-29
1
-1
/
+10
*
drm/virtio: implement blob resources: resource create blob ioctl
Gerd Hoffmann
2020-09-29
4
-3
/
+144
*
drm/virtio: implement blob resources: report blob mem to userspace
Gurchetan Singh
2020-09-29
1
-0
/
+3
*
drm/virtio: implement blob resources: fix stride discrepancy
Gurchetan Singh
2020-09-29
3
-6
/
+47
*
drm/virtio: implement blob resources: refactor UUID code somewhat
Gurchetan Singh
2020-09-29
2
-13
/
+31
*
drm/virtio: implement blob resources: blob display integration
Gurchetan Singh
2020-09-29
1
-6
/
+17
*
drm/virtio: implement blob resources: hypercall interface
Gurchetan Singh
2020-09-29
2
-0
/
+80
*
drm/virtio: implement blob resources: implement vram object
Gerd Hoffmann
2020-09-29
7
-3
/
+293
*
drm/virtio: implement blob resources: add new fields to internal structs
Gurchetan Singh
2020-09-29
1
-3
/
+14
*
drm/virtio: implement blob resources: expose virtio_gpu_resource_id_get
Gurchetan Singh
2020-09-29
2
-2
/
+3
*
drm/virtio: implement blob resources: probe for host visible region
Gerd Hoffmann
2020-09-29
3
-2
/
+25
*
drm/virtio: implement blob resources: probe for the feature.
Gerd Hoffmann
2020-09-29
4
-3
/
+10
*
drm/virtio: blob prep: make CPU responses more generic
Gurchetan Singh
2020-09-29
3
-11
/
+11
*
drm/virtio: blob prep: refactor getting pages and attaching backing
Gurchetan Singh
2020-09-29
1
-8
/
+8
*
drm/rockchip: Include <drm/drm_gem_cma_helper> for drm_gem_cm_vm_ops
Thomas Zimmermann
2020-09-29
1
-0
/
+1
*
drm/hisilicon: Deleted the drm_device declaration
Tian Tao
2020-09-28
1
-2
/
+0
*
drm/ttm: remove fault callback
Christian König
2020-09-28
1
-22
/
+0
*
drm/nouveau: stop using TTMs fault callback
Christian König
2020-09-28
3
-28
/
+33
*
drm/amdgpu: stop using TTMs fault callback
Christian König
2020-09-28
3
-16
/
+46
*
drm/radeon: stop using TTMs fault callback
Christian König
2020-09-28
3
-19
/
+34
*
drm/ttm: move SG flag check into ttm_bo_vm_reserve
Christian König
2020-09-28
1
-7
/
+9
*
drm/ingenic: Add support for paletted 8bpp
Paul Cercueil
2020-09-28
1
-4
/
+62
*
drm/ingenic: Add support for 24-bit modes
Paul Cercueil
2020-09-26
2
-0
/
+10
*
drm/ingenic: Add support for 30-bit modes
Paul Cercueil
2020-09-26
2
-0
/
+9
*
drm/ingenic: Support handling different pixel formats in F0/F1 planes
Paul Cercueil
2020-09-26
1
-10
/
+47
*
drm/ingenic: Alloc F0 and F1 DMA descriptors at once
Paul Cercueil
2020-09-26
1
-23
/
+28
*
drm/ingenic: Add support for reserved memory
Paul Cercueil
2020-09-26
1
-0
/
+19
*
drm/ingenic: Reset pixclock rate when parent clock rate changes
Paul Cercueil
2020-09-26
1
-1
/
+60
*
fbdev: sbuslib: remove compat_alloc_user_space usage
Arnd Bergmann
2020-09-25
1
-25
/
+70
*
fbdev: sbuslib: remove unused FBIOSCURSOR32 helper
Arnd Bergmann
2020-09-25
1
-28
/
+1
*
fbdev: simplify fb_getput_cmap()
Arnd Bergmann
2020-09-25
1
-25
/
+19
*
drm/vram-helper: Don't put new BOs into VRAM
Thomas Zimmermann
2020-09-25
1
-2
/
+1
*
drm/vram-helper: Set object function iff they are not provided by driver
Thomas Zimmermann
2020-09-25
1
-4
/
+12
*
drm/vram-helper: Integrate drm_gem_vram_init() into drm_gem_vram_create()
Thomas Zimmermann
2020-09-25
1
-48
/
+29
*
drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver
Thomas Zimmermann
2020-09-25
3
-47
/
+28
*
drm/xlnx: Initialize DRM driver instance with CMA helper macro
Thomas Zimmermann
2020-09-25
1
-13
/
+1
*
drm/xen: Introduce GEM object functions
Thomas Zimmermann
2020-09-25
3
-27
/
+34
*
drm/vkms: Introduce GEM object functions
Thomas Zimmermann
2020-09-25
2
-8
/
+13
*
drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcs
Thomas Zimmermann
2020-09-25
2
-1
/
+1
*
drm/vgem: Introduce GEM object functions
Thomas Zimmermann
2020-09-25
1
-7
/
+14
*
drm/vc4: Introduce GEM object functions
Thomas Zimmermann
2020-09-25
3
-14
/
+20
*
drm/tegra: Introduce GEM object functions
Thomas Zimmermann
2020-09-25
2
-4
/
+8
*
drm/rockchip: Convert to drm_gem_object_funcs
Thomas Zimmermann
2020-09-25
2
-6
/
+11
*
drm/radeon: Introduce GEM object functions
Thomas Zimmermann
2020-09-25
2
-26
/
+28
*
drm/pl111: Introduce GEM object functions
Thomas Zimmermann
2020-09-25
1
-4
/
+1
*
drm/omapdrm: Introduce GEM object functions
Thomas Zimmermann
2020-09-25
3
-13
/
+16
*
drm/nouveau: Introduce GEM object functions
Thomas Zimmermann
2020-09-25
4
-9
/
+17
[next]