Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/hyperv/
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() argument
259 msg->vram.user_ctx = vram_pp; in hyperv_update_vram_location()
260 msg->vram.vram_gpa = vram_pp; in hyperv_update_vram_location()
269 if (msg->vram_ack.user_ctx != vram_pp) { in hyperv_update_vram_location()
H A Dhyperv_drm.h46 int hyperv_update_vram_location(struct hv_device *hdev, phys_addr_t vram_pp);