Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c630 static bool is_same_edid(struct dc_edid *old_edid, struct dc_edid *new_edid) in is_same_edid() argument
632 if (old_edid == NULL || new_edid == NULL) in is_same_edid()
635 if (old_edid->length != new_edid->length) in is_same_edid()
638 if (new_edid->length == 0) in is_same_edid()
642 new_edid->raw_edid, new_edid->length) == 0); in is_same_edid()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c593 struct edid *new_edid = NULL; in nouveau_connector_detect() local
598 new_edid = drm_get_edid_switcheroo(connector, nv_encoder->i2c); in nouveau_connector_detect()
600 new_edid = drm_get_edid(connector, nv_encoder->i2c); in nouveau_connector_detect()
602 ret = nvif_outp_edid_get(&nv_encoder->outp, (u8 **)&new_edid); in nouveau_connector_detect()
607 nouveau_connector_set_edid(nv_connector, new_edid); in nouveau_connector_detect()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c915 const struct drm_edid *new_edid, *old_edid; in virtio_gpu_cmd_get_edid_cb() local
921 new_edid = drm_edid_read_custom(&output->conn, virtio_get_edid_block, resp); in virtio_gpu_cmd_get_edid_cb()
922 drm_edid_connector_update(&output->conn, new_edid); in virtio_gpu_cmd_get_edid_cb()
926 output->drm_edid = new_edid; in virtio_gpu_cmd_get_edid_cb()