Searched refs:new_edid (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_detection.c | 619 static bool is_same_edid(struct dc_edid *old_edid, struct dc_edid *new_edid) in is_same_edid() argument 621 if (old_edid->length != new_edid->length) in is_same_edid() 624 if (new_edid->length == 0) in is_same_edid() 628 new_edid->raw_edid, new_edid->length) == 0); in is_same_edid()
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_connector.c | 593 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-6.15/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_vq.c | 912 const struct drm_edid *new_edid, *old_edid; in virtio_gpu_cmd_get_edid_cb() local 918 new_edid = drm_edid_read_custom(&output->conn, virtio_get_edid_block, resp); in virtio_gpu_cmd_get_edid_cb() 919 drm_edid_connector_update(&output->conn, new_edid); in virtio_gpu_cmd_get_edid_cb() 923 output->drm_edid = new_edid; in virtio_gpu_cmd_get_edid_cb()
|
| /linux-6.15/drivers/gpu/drm/bridge/ |
| H A D | sil-sii8620.c | 849 u8 *new_edid; in sii8620_fetch_edid() local 852 new_edid = krealloc(edid, edid_len, GFP_KERNEL); in sii8620_fetch_edid() 853 if (!new_edid) { in sii8620_fetch_edid() 858 edid = new_edid; in sii8620_fetch_edid()
|