mirror of https://gitee.com/openkylin/linux.git
drm/virtio: report uuid in debugfs
In keeping with other features, report this in the debugfs. Signed-off-by: Gurchetan Singh <gurchetansingh@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/20200902210847.2689-4-gurchetansingh@chromium.org Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
1fb97413a3
commit
deb2464e4c
|
@ -48,6 +48,7 @@ static int virtio_gpu_features(struct seq_file *m, void *data)
|
|||
virtio_add_bool(m, "virgl", vgdev->has_virgl_3d);
|
||||
virtio_add_bool(m, "edid", vgdev->has_edid);
|
||||
virtio_add_bool(m, "indirect", vgdev->has_indirect);
|
||||
virtio_add_bool(m, "resource uuid", vgdev->has_resource_assign_uuid);
|
||||
virtio_add_int(m, "cap sets", vgdev->num_capsets);
|
||||
virtio_add_int(m, "scanouts", vgdev->num_scanouts);
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue