Home
last modified time | relevance | path

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

/openbmc/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()
79 static inline int hyperv_conn_init(struct hyperv_drm_device *hv) in hyperv_conn_init()
87 static int hyperv_check_size(struct hyperv_drm_device *hv, int w, int h, in hyperv_check_size()
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()
165 static inline int hyperv_pipe_init(struct hyperv_drm_device *hv) in hyperv_pipe_init()
188 struct hyperv_drm_device *hv = to_hv(dev); in hyperv_mode_valid()
203 int hyperv_mode_config_init(struct hyperv_drm_device *hv) in hyperv_mode_config_init()
H A Dhyperv_drm.h11 struct hyperv_drm_device { struct
40 #define to_hv(_dev) container_of(_dev, struct hyperv_drm_device, dev) argument
43 int hyperv_mode_config_init(struct hyperv_drm_device *hv);
H A Dhyperv_drm_drv.c70 static int hyperv_setup_vram(struct hyperv_drm_device *hv, in hyperv_setup_vram()
112 struct hyperv_drm_device *hv; in hyperv_vmbus_probe()
117 struct hyperv_drm_device, dev); in hyperv_vmbus_probe()
171 struct hyperv_drm_device *hv = to_hv(dev); in hyperv_vmbus_remove()
198 struct hyperv_drm_device *hv = to_hv(dev); in hyperv_vmbus_resume()
H A Dhyperv_drm_proto.c199 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_sendpacket()
218 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_negotiate_version()
250 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_update_vram_location()
353 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_update_dirt()
378 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_get_supported_resolution()
427 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_receive_sub()
454 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_receive()
477 struct hyperv_drm_device *hv = hv_get_drvdata(hdev); in hyperv_connect_vsp()