Home
last modified time | relevance | path

Searched refs:to_hv (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_modeset.c26 struct hyperv_drm_device *hv = to_hv(fb->dev); in hyperv_blit_to_vram_rect()
55 struct hyperv_drm_device *hv = to_hv(connector->dev); in hyperv_connector_get_modes()
105 struct hyperv_drm_device *hv = to_hv(pipe->crtc.dev); in hyperv_pipe_enable()
120 struct hyperv_drm_device *hv = to_hv(pipe->crtc.dev); in hyperv_pipe_check()
138 struct hyperv_drm_device *hv = to_hv(pipe->crtc.dev); in hyperv_pipe_update()
188 struct hyperv_drm_device *hv = to_hv(dev); in hyperv_mode_valid()
H A Dhyperv_drm.h40 #define to_hv(_dev) container_of(_dev, struct hyperv_drm_device, dev) macro