Skip to content
Snippets Groups Projects
Commit 766d07d0 authored by Thomas Zimmermann's avatar Thomas Zimmermann
Browse files

drm/xen: Introduce GEM object functions


GEM object functions deprecate several similar callback interfaces in
struct drm_driver. This patch replaces the per-driver callbacks with
per-instance callbacks in xen. The only exception is gem_prime_mmap,
which is non-trivial to convert.

v2:
	* convert xen_drm_drv_free_object_unlocked() to static
	  callback (Oleksandr)

Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Acked-by: default avatarOleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
parent bc8ffe7d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment