Searched refs:raw_edid (Results 1 – 7 of 7) sorted by relevance
| /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() 459 drm_edid_free(ctx->raw_edid); in vidi_remove() [all …]
|
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_helpers.c | 110 struct edid *edid_buf = edid ? (struct edid *) edid->raw_edid : NULL; in dm_helpers_parse_edid_caps() 141 sad_count = drm_edid_to_sad((struct edid *) edid->raw_edid, &sads); in dm_helpers_parse_edid_caps() 155 sadb_count = drm_edid_to_speaker_allocation((struct edid *) edid->raw_edid, &sadb); in dm_helpers_parse_edid_caps() 1033 edid->extensions >= sizeof(sink->dc_edid.raw_edid) / EDID_LENGTH) in dm_helpers_read_local_edid() 1037 memmove(sink->dc_edid.raw_edid, (uint8_t *)edid, sink->dc_edid.length); in dm_helpers_read_local_edid() 1071 &sink->dc_edid.raw_edid[sink->dc_edid.length-1], in dm_helpers_read_local_edid()
|
| A D | amdgpu_dm.c | 3766 const struct edid *edid = (const struct edid *)sink->dc_edid.raw_edid; in DEFINE_FREE() 7442 memmove(dc_em_sink->dc_edid.raw_edid, edid, in amdgpu_dm_connector_funcs_force()
|
| /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()
|
| /drivers/gpu/drm/amd/display/dc/link/ |
| A D | link_detection.c | 629 return (memcmp(old_edid->raw_edid, in is_same_edid() 630 new_edid->raw_edid, new_edid->length) == 0); in is_same_edid() 1150 &sink->dc_edid.raw_edid[i * DC_EDID_BLOCK_SIZE], in detect_link_and_local_sink() 1416 memmove(dc_sink->dc_edid.raw_edid, edid, len); in link_add_remote_sink()
|
| /drivers/gpu/drm/amd/display/dc/ |
| A D | dc_types.h | 153 uint8_t raw_edid[DC_MAX_EDID_BUFFER_SIZE]; member
|
| /drivers/gpu/drm/ |
| A D | drm_edid.c | 1835 const void *raw_edid, size_t raw_edid_size) in drm_edid_eq() argument 1838 bool edid2_present = raw_edid && raw_edid_size; in drm_edid_eq() 1847 if (memcmp(drm_edid->edid, raw_edid, drm_edid->size)) in drm_edid_eq()
|
Completed in 55 milliseconds