Home
last modified time | relevance | path

Searched refs:raw_edid (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/exynos/
A Dexynos_drm_vidi.c44 struct edid *raw_edid; member
199 if (!ctx->raw_edid) in vidi_store_connection()
249 struct edid *raw_edid; in vidi_connection_ioctl() local
257 ctx->raw_edid = drm_edid_duplicate(raw_edid); in vidi_connection_ioctl()
258 if (!ctx->raw_edid) { in vidi_connection_ioctl()
268 if (ctx->raw_edid && ctx->raw_edid != in vidi_connection_ioctl()
270 kfree(ctx->raw_edid); in vidi_connection_ioctl()
271 ctx->raw_edid = NULL; in vidi_connection_ioctl()
317 if (!ctx->raw_edid) { in vidi_get_modes()
470 kfree(ctx->raw_edid); in vidi_remove()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/msm/dp/
A Ddp_panel.c271 u8 *raw_edid; in dp_panel_get_edid_checksum() local
279 raw_edid = (u8 *)edid; in dp_panel_get_edid_checksum()
280 raw_edid += (edid->extensions * EDID_LENGTH); in dp_panel_get_edid_checksum()
281 last_block = (struct edid *)raw_edid; in dp_panel_get_edid_checksum()
284 drm_edid_block_valid(raw_edid, 1, false, &is_edid_corrupt); in dp_panel_get_edid_checksum()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_helpers.c63 struct edid *edid_buf = edid ? (struct edid *) edid->raw_edid : NULL; in dm_helpers_parse_edid_caps()
92 sad_count = drm_edid_to_sad((struct edid *) edid->raw_edid, &sads); in dm_helpers_parse_edid_caps()
106 sadb_count = drm_edid_to_speaker_allocation((struct edid *) edid->raw_edid, &sadb); in dm_helpers_parse_edid_caps()
835 memmove(sink->dc_edid.raw_edid, (uint8_t *)edid, sink->dc_edid.length); in dm_helpers_read_local_edid()
854 …drm_dp_send_real_edid_checksum(&aconnector->dm_dp_aux.aux, sink->dc_edid.raw_edid[sink->dc_edid.le… in dm_helpers_read_local_edid()
A Damdgpu_dm.c3090 (struct edid *)sink->dc_edid.raw_edid; in amdgpu_dm_update_connector_after_detect()
/linux-6.3-rc2/drivers/gpu/drm/gma500/
A Doaktrail_hdmi.c550 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-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/
A Dlink_detection.c616 return (memcmp(old_edid->raw_edid, in is_same_edid()
617 new_edid->raw_edid, new_edid->length) == 0); in is_same_edid()
1113 &sink->dc_edid.raw_edid[i * DC_EDID_BLOCK_SIZE], in detect_link_and_local_sink()
/linux-6.3-rc2/include/drm/
A Ddrm_edid.h586 bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_types.h162 uint8_t raw_edid[DC_MAX_EDID_BUFFER_SIZE]; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c4410 memmove(dc_sink->dc_edid.raw_edid, edid, len); in dc_link_add_remote_sink()

Completed in 39 milliseconds