Skip to content
Commit 1938d1ae authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Gerd Hoffmann
Browse files

drm/virtio: Replace IDRs with IDAs



These IDRs were only being used to allocate unique numbers, not to look
up pointers, so they can use the more space-efficient IDA instead.

Signed-off-by: default avatarMatthew Wilcox <willy@infradead.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20180926160031.15721-2-willy@infradead.org

[ kraxel: resolve conflict ]

Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 6c1cd97b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment