Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_modeset.c32 struct hyperv_drm_device *hv = to_hv(fb->dev); in hyperv_blit_to_vram_rect()
49 struct hyperv_drm_device *hv = to_hv(connector->dev); in hyperv_connector_get_modes()
73 static inline int hyperv_conn_init(struct hyperv_drm_device *hv) in hyperv_conn_init()
81 static int hyperv_check_size(struct hyperv_drm_device *hv, int w, int h, in hyperv_check_size()
107 struct hyperv_drm_device *hv = to_hv(crtc->dev); in hyperv_crtc_helper_atomic_enable()
142 struct hyperv_drm_device *hv = to_hv(plane->dev); in hyperv_plane_atomic_check()
173 struct hyperv_drm_device *hv = to_hv(plane->dev); in hyperv_plane_atomic_update()
196 struct hyperv_drm_device *hv = to_hv(plane->dev); in hyperv_plane_get_scanout_buffer()
212 struct hyperv_drm_device *hv = to_hv(plane->dev); in hyperv_plane_panic_flush()
245 static inline int hyperv_pipe_init(struct hyperv_drm_device *hv) in hyperv_pipe_init()
[all …]
H A Dhyperv_drm_drv.c70 static int hyperv_setup_vram(struct hyperv_drm_device *hv, in hyperv_setup_vram()
108 struct hyperv_drm_device *hv; in hyperv_vmbus_probe()
113 struct hyperv_drm_device, dev); in hyperv_vmbus_probe()
170 struct hyperv_drm_device *hv = to_hv(dev); in hyperv_vmbus_remove()
203 struct hyperv_drm_device *hv = to_hv(dev); in hyperv_vmbus_resume()
H A Dhyperv_drm.h11 struct hyperv_drm_device { struct
42 #define to_hv(_dev) container_of(_dev, struct hyperv_drm_device, dev) argument
45 int hyperv_mode_config_init(struct hyperv_drm_device *hv);
H A Dhyperv_drm_proto.c197 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_sendpacket()
216 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_negotiate_version()
248 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_update_vram_location()
348 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_update_dirt()
373 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_get_supported_resolution()
422 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_receive_sub()
449 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_receive()
472 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_connect_vsp()