Home
last modified time | relevance | path

Searched defs:hyperv_drm_device (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm.h11 struct hyperv_drm_device { struct
13 struct drm_device dev;
14 struct drm_simple_display_pipe pipe;
15 struct drm_connector connector;
40 #define to_hv(_dev) container_of(_dev, struct hyperv_drm_device, dev) argument