Searched refs:raw_edid (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/exynos/ |
| A D | exynos_drm_vidi.c | 44 const struct drm_edid *raw_edid; member 202 if (ctx->raw_edid) { in vidi_store_connection() 249 const struct edid *raw_edid; in vidi_connection_ioctl() local 255 drm_edid = drm_edid_alloc(raw_edid, size); in vidi_connection_ioctl() 265 ctx->raw_edid = drm_edid; in vidi_connection_ioctl() 268 drm_edid_free(ctx->raw_edid); in vidi_connection_ioctl() 269 ctx->raw_edid = NULL; in vidi_connection_ioctl() 310 if (ctx->raw_edid) in vidi_get_modes() 311 drm_edid = drm_edid_dup(ctx->raw_edid); in vidi_get_modes() 462 drm_edid_free(ctx->raw_edid); in vidi_remove() [all …]
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_helpers.c | 102 struct edid *edid_buf = edid ? (struct edid *) edid->raw_edid : NULL; in dm_helpers_parse_edid_caps() 133 sad_count = drm_edid_to_sad((struct edid *) edid->raw_edid, &sads); in dm_helpers_parse_edid_caps() 147 sadb_count = drm_edid_to_speaker_allocation((struct edid *) edid->raw_edid, &sadb); in dm_helpers_parse_edid_caps() 932 memmove(sink->dc_edid.raw_edid, (uint8_t *)edid, sink->dc_edid.length); in dm_helpers_read_local_edid() 966 &sink->dc_edid.raw_edid[sink->dc_edid.length-1], in dm_helpers_read_local_edid()
|
| A D | amdgpu_dm.c | 3564 (struct edid *)sink->dc_edid.raw_edid; in amdgpu_dm_update_connector_after_detect() 7150 memmove(dc_em_sink->dc_edid.raw_edid, edid, (edid->extensions + 1) * EDID_LENGTH); in amdgpu_dm_connector_funcs_force()
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | oaktrail_hdmi.c | 550 static const unsigned char raw_edid[] = { variable 578 edid = (struct edid *)raw_edid; in oaktrail_hdmi_get_modes() 580 edid = (struct edid *)raw_edid; in oaktrail_hdmi_get_modes()
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| A D | link_detection.c | 624 return (memcmp(old_edid->raw_edid, in is_same_edid() 625 new_edid->raw_edid, new_edid->length) == 0); in is_same_edid() 1142 &sink->dc_edid.raw_edid[i * DC_EDID_BLOCK_SIZE], in detect_link_and_local_sink() 1408 memmove(dc_sink->dc_edid.raw_edid, edid, len); in link_add_remote_sink()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| A D | dc_types.h | 154 uint8_t raw_edid[DC_MAX_EDID_BUFFER_SIZE]; member
|
| /linux/drivers/gpu/drm/ |
| A D | drm_edid.c | 1824 const void *raw_edid, size_t raw_edid_size) in drm_edid_eq() argument 1827 bool edid2_present = raw_edid && raw_edid_size; in drm_edid_eq() 1836 if (memcmp(drm_edid->edid, raw_edid, drm_edid->size)) in drm_edid_eq()
|
Completed in 47 milliseconds