OSDN Git Service

drm: Expose a method for creating anonymous struct file around drm_minor
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 7 Nov 2019 18:05:58 +0000 (18:05 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 7 Nov 2019 21:22:15 +0000 (21:22 +0000)
commit4748aa16d5273bf4b42d3581e5e33da1faa69722
tree077cac1ed5c75183a55bff188647da813b27204e
parent6349120ddcbf6267cc4467ee01f852f7bd0cdd42
drm: Expose a method for creating anonymous struct file around drm_minor

Sometimes we need to create a struct file to wrap a drm_device, as it
the user were to have opened /dev/dri/card0 but to do so anonymously
(i.e. for internal use). Provide a utility method to create a struct
file with the drm_device->driver.fops, that wrap the drm_device.

v2: Restrict usage to selftests

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20191107180601.30815-2-chris@chris-wilson.co.uk
drivers/gpu/drm/drm_file.c
include/drm/drm_file.h