index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-17
virtio-gpu: fix possible memory allocation failure
liuyuntao
1
-7
/
+1
2021-08-16
drm/virtio: support mapping exported vram
David Stevens
3
-2
/
+99
2021-08-12
drm/virtio: set non-cross device blob uuid_state
David Stevens
1
-0
/
+2
2021-07-01
drm/aperture: Pass DRM driver structure instead of driver name
Thomas Zimmermann
1
-1
/
+1
2021-06-23
drm/virtio: Add the fence in resource_flush if present
Vivek Kasireddy
1
-6
/
+39
2021-06-23
drm/virtio: Prepare resource_flush to accept a fence
Vivek Kasireddy
2
-3
/
+8
2021-06-23
drm/virtio: Add fences for Guest blobs
Vivek Kasireddy
1
-7
/
+12
2021-06-06
dma-buf: drop the _rcu postfix on function names v3
Christian König
1
-3
/
+2
2021-05-18
drm/virtio: free virtqueues on probe failure
Xie Yongji
1
-1
/
+3
2021-05-18
drm/virtio: Fix double free on probe failure
Xie Yongji
1
-0
/
+1
2021-05-18
drm/virtio: Fixes a potential NULL pointer dereference on probe failure
Xie Yongji
1
-0
/
+3
2021-04-15
drm/virtio: Create Dumb BOs as guest Blobs (v3)
Vivek Kasireddy
2
-0
/
+11
2021-04-14
drm/aperture: Convert drivers to aperture interfaces
Thomas Zimmermann
1
-3
/
+7
2021-03-09
drm/virtio: fix possible leak/unlock virtio_gpu_object_array
xndcn
2
-1
/
+2
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
1
-2
/
+6
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
1
-1
/
+1
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
1
-1
/
+3
2021-02-24
drm: Rename plane atomic_check state names
Maxime Ripard
1
-4
/
+5
2021-02-03
drm/virtio: fix an error code in virtio_gpu_init()
Dan Carpenter
1
-0
/
+1
2021-01-11
drm/virtio: fix prime export for vram objects
Chia-I Wu
1
-0
/
+1
2021-01-11
drm/virtio: make sure context is created in gem open
Chia-I Wu
1
-3
/
+5
2021-01-06
drm/virtgpu: Remove references to struct drm_device.pdev
Thomas Zimmermann
1
-1
/
+0
2020-12-22
drm/virtio: align blob resources to page sizes
Chia-I Wu
1
-0
/
+2
2020-12-22
drivers: gpu: drm: virtio: fix dependency of DRM_VIRTIO_GPU on VIRTIO
Enrico Weigelt, metux IT consult
1
-1
/
+2
2020-12-02
drm/virtio: consider dma-fence context when signaling
Gurchetan Singh
2
-9
/
+31
2020-12-02
drm/virtio: rework virtio_fence_signaled
Gurchetan Singh
1
-8
/
+4
2020-12-02
drm/virtio: virtio_{blah} --> virtio_gpu_{blah}
Gurchetan Singh
2
-26
/
+30
2020-11-24
drm/shmem-helper: Use cached mappings by default
Thomas Zimmermann
1
-1
/
+0
2020-11-20
drm/virtio: rename sync_seq and last_seq
Gurchetan Singh
3
-8
/
+9
2020-11-20
drm/virtio: use fence_id when processing fences
Gurchetan Singh
2
-4
/
+4
2020-11-20
drm/virtio: fix a file name comment reference
Anthoine Bourgeois
1
-1
/
+1
2020-11-20
drm/virtio: suffix create blob call with _ioctl like any ioctl
Anthoine Bourgeois
1
-3
/
+4
2020-11-16
drm/virtio: Make virtgpu_dmabuf_ops with static keyword
Zou Wei
1
-1
/
+1
2020-11-10
drm: Use state helper instead of CRTC state pointer
Maxime Ripard
1
-1
/
+3
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
1
-2
/
+2
2020-11-06
drm/virtio: Fix a double free in virtio_gpu_cmd_map()
Dan Carpenter
1
-3
/
+1
2020-11-05
drm/virtio: use kvmalloc for large allocations
Sergey Senozhatsky
1
-2
/
+3
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
1
-1
/
+1
2020-11-02
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
1
-1
/
+1
2020-11-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2
-23
/
+26
2020-10-14
drm/virtio: Use UUID API for importing the UUID
Andy Shevchenko
1
-1
/
+1
2020-10-09
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
1
-2
/
+2
2020-09-29
drm/virtio: advertise features to userspace
Gurchetan Singh
1
-1
/
+10
2020-09-29
drm/virtio: implement blob resources: resource create blob ioctl
Gerd Hoffmann
4
-3
/
+144
2020-09-29
drm/virtio: implement blob resources: report blob mem to userspace
Gurchetan Singh
1
-0
/
+3
2020-09-29
drm/virtio: implement blob resources: fix stride discrepancy
Gurchetan Singh
3
-6
/
+47
2020-09-29
drm/virtio: implement blob resources: refactor UUID code somewhat
Gurchetan Singh
2
-13
/
+31
2020-09-29
drm/virtio: implement blob resources: blob display integration
Gurchetan Singh
1
-6
/
+17
2020-09-29
drm/virtio: implement blob resources: hypercall interface
Gurchetan Singh
2
-0
/
+80
2020-09-29
drm/virtio: implement blob resources: implement vram object
Gerd Hoffmann
7
-3
/
+293
[next]