Home
last modified time | relevance | path

Searched refs:hyperv_update_vram_location (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_drv.c141 ret = hyperv_update_vram_location(hdev, hv->fb_base); in hyperv_vmbus_probe()
205 ret = hyperv_update_vram_location(hdev, hv->fb_base); in hyperv_vmbus_resume()
H A Dhyperv_drm.h46 int hyperv_update_vram_location(struct hv_device *hdev, phys_addr_t vram_pp);
H A Dhyperv_drm_proto.c248 int hyperv_update_vram_location(struct hv_device *hdev, phys_addr_t vram_pp) in hyperv_update_vram_location() function