index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
/
virtgpu_drv.h
Age
Commit message (
Expand
)
Author
2020-12-02
drm/virtio: consider dma-fence context when signaling
Gurchetan Singh
2020-11-20
drm/virtio: rename sync_seq and last_seq
Gurchetan Singh
2020-11-20
drm/virtio: use fence_id when processing fences
Gurchetan Singh
2020-11-20
drm/virtio: fix a file name comment reference
Anthoine Bourgeois
2020-09-29
drm/virtio: implement blob resources: resource create blob ioctl
Gerd Hoffmann
2020-09-29
drm/virtio: implement blob resources: fix stride discrepancy
Gurchetan Singh
2020-09-29
drm/virtio: implement blob resources: refactor UUID code somewhat
Gurchetan Singh
2020-09-29
drm/virtio: implement blob resources: hypercall interface
Gurchetan Singh
2020-09-29
drm/virtio: implement blob resources: implement vram object
Gerd Hoffmann
2020-09-29
drm/virtio: implement blob resources: add new fields to internal structs
Gurchetan Singh
2020-09-29
drm/virtio: implement blob resources: expose virtio_gpu_resource_id_get
Gurchetan Singh
2020-09-29
drm/virtio: implement blob resources: probe for host visible region
Gerd Hoffmann
2020-09-29
drm/virtio: implement blob resources: probe for the feature.
Gerd Hoffmann
2020-09-29
drm/virtio: blob prep: make CPU responses more generic
Gurchetan Singh
2020-09-15
drm/virtio: use drmm_mode_config_init
Gerd Hoffmann
2020-09-02
drm/virtio: drop virtio_gpu_output->enabled
Gerd Hoffmann
2020-09-02
drm/virtio: fix unblank
Gerd Hoffmann
2020-08-18
drm/virtio: Support virtgpu exported resources
David Stevens
2020-06-02
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-05-04
drm/virtio: create context before RESOURCE_CREATE_2D in 3D mode
Gurchetan Singh
2020-04-03
drm/virtio: make virtio_gpu_object_attach void
Gurchetan Singh
2020-04-03
drm/virtio: random virtgpu_drv.h cleanups
Gurchetan Singh
2020-03-18
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
2020-03-09
drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)
Gurchetan Singh
2020-03-09
drm/virtio: factor out the sg_table from virtio_gpu_object
Gurchetan Singh
2020-02-27
drm/virtio: add virtio_gpu_is_shmem helper
Gurchetan Singh
2020-02-25
drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl
Gurchetan Singh
2020-02-25
drm/virtio: track whether or not a context has been initiated
Gurchetan Singh
2020-02-25
drm/virtio: factor out context create hypercall
Gurchetan Singh
2020-02-17
drm/virtio: rework notification for better batching
Gerd Hoffmann
2020-02-12
drm/virtio: add drm_driver.release callback.
Gerd Hoffmann
2020-02-10
drm/virtio: move virtio_gpu_mem_entry initialization to new function
Gerd Hoffmann
2020-02-10
drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()
Gerd Hoffmann
2020-02-10
drm/virtio: resource teardown tweaks
Gerd Hoffmann
2020-02-07
drm/virtio: fix ring free check
Gerd Hoffmann
2019-12-19
drm/virtio: move drm_connector_to_virtio_gpu_output to virtgpu_display
Gurchetan Singh
2019-12-19
drm/virtio: move to_virtio_fence inside virtgpu_fence
Gurchetan Singh
2019-12-19
drm/virtio: simplify getting fake offset
Gurchetan Singh
2019-12-19
drm/virtio: get rid of drm_encoder_to_virtio_gpu_output
Gurchetan Singh
2019-12-19
drm/virtio: static-ify virtio_gpu_framebuffer_init
Gurchetan Singh
2019-12-19
drm/virtio: static-ify virtio_fence_signaled
Gurchetan Singh
2019-12-16
drm/virtio: batch display update commands.
Gerd Hoffmann
2019-11-20
drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host...
Gerd Hoffmann
2019-10-22
drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...
Gerd Hoffmann
2019-09-04
drm/virtio: add worker for object release
Gerd Hoffmann
2019-09-04
drm/virtio: drop virtio_gpu_object_{reserve, unreserve}
Gerd Hoffmann
2019-09-04
drm/virtio: drop virtio_gpu_object_{ref,unref}
Gerd Hoffmann
2019-09-04
drm/virtio: remove virtio_gpu_alloc_object
Gerd Hoffmann
2019-09-04
drm/virtio: switch from ttm to gem shmem helpers
Gerd Hoffmann
2019-09-04
drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_list
Gerd Hoffmann
[next]