Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c684 static bool is_same_edid(struct dc_edid *old_edid, struct dc_edid *new_edid) in is_same_edid() argument
686 if (old_edid == NULL || new_edid == NULL) in is_same_edid()
689 if (old_edid->length != new_edid->length) in is_same_edid()
692 if (new_edid->length == 0) in is_same_edid()
696 new_edid->raw_edid, new_edid->length) == 0); in is_same_edid()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c953 const struct drm_edid *new_edid, *old_edid; in virtio_gpu_cmd_get_edid_cb() local
959 new_edid = drm_edid_read_custom(&output->conn, virtio_get_edid_block, resp); in virtio_gpu_cmd_get_edid_cb()
960 drm_edid_connector_update(&output->conn, new_edid); in virtio_gpu_cmd_get_edid_cb()
964 output->drm_edid = new_edid; in virtio_gpu_cmd_get_edid_cb()