Searched refs:raw_edid (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/exynos/ |
| A D | exynos_drm_vidi.c | 43 struct edid *raw_edid; member 198 if (!ctx->raw_edid) in vidi_store_connection() 248 struct edid *raw_edid; in vidi_connection_ioctl() local 256 ctx->raw_edid = drm_edid_duplicate(raw_edid); in vidi_connection_ioctl() 257 if (!ctx->raw_edid) { in vidi_connection_ioctl() 267 if (ctx->raw_edid && ctx->raw_edid != in vidi_connection_ioctl() 269 kfree(ctx->raw_edid); in vidi_connection_ioctl() 270 ctx->raw_edid = NULL; in vidi_connection_ioctl() 316 if (!ctx->raw_edid) { in vidi_get_modes() 469 kfree(ctx->raw_edid); in vidi_remove() [all …]
|
| /linux/drivers/gpu/drm/msm/dp/ |
| A D | dp_panel.c | 273 u8 *raw_edid; in dp_panel_get_edid_checksum() local 281 raw_edid = (u8 *)edid; in dp_panel_get_edid_checksum() 282 raw_edid += (edid->extensions * EDID_LENGTH); in dp_panel_get_edid_checksum() 283 last_block = (struct edid *)raw_edid; in dp_panel_get_edid_checksum() 286 drm_edid_block_valid(raw_edid, 1, false, &is_edid_corrupt); in dp_panel_get_edid_checksum()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_helpers.c | 90 struct edid *edid_buf = (struct edid *) edid->raw_edid; in dm_helpers_parse_edid_caps() 130 (struct edid *) edid->raw_edid); in dm_helpers_parse_edid_caps() 132 sad_count = drm_edid_to_sad((struct edid *) edid->raw_edid, &sads); in dm_helpers_parse_edid_caps() 146 sadb_count = drm_edid_to_speaker_allocation((struct edid *) edid->raw_edid, &sadb); in dm_helpers_parse_edid_caps() 648 memmove(sink->dc_edid.raw_edid, (uint8_t *)edid, sink->dc_edid.length); in dm_helpers_read_local_edid() 681 …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 D | amdgpu_dm.c | 2966 (struct edid *)sink->dc_edid.raw_edid; in amdgpu_dm_update_connector_after_detect()
|
| /linux/drivers/gpu/drm/ |
| A D | drm_edid.c | 1588 if (raw_edid[i] == edid_header[i]) in drm_edid_header_is_valid() 1606 csum += raw_edid[i]; in drm_edid_block_checksum() 1676 struct edid *edid = (struct edid *)raw_edid; in drm_edid_block_valid() 1678 if (WARN_ON(!raw_edid)) in drm_edid_block_valid() 1707 csum = drm_edid_block_checksum(raw_edid); in drm_edid_block_valid() 1713 if (raw_edid[0] == CEA_EXT) { in drm_edid_block_valid() 1725 switch (raw_edid[0]) { in drm_edid_block_valid() 1750 raw_edid, EDID_LENGTH, false); in drm_edid_block_valid() 2379 struct edid *edid = (struct edid *)raw_edid; in drm_for_each_detailed_block() 2387 for (i = 1; i <= raw_edid[0x7e]; i++) { in drm_for_each_detailed_block() [all …]
|
| /linux/include/drm/ |
| A D | drm_edid.h | 581 int drm_edid_header_is_valid(const u8 *raw_edid); 582 bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid,
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | oaktrail_hdmi.c | 547 static const unsigned char raw_edid[] = { variable 575 edid = (struct edid *)raw_edid; in oaktrail_hdmi_get_modes() 577 edid = (struct edid *)raw_edid; in oaktrail_hdmi_get_modes()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| A D | dc_types.h | 164 uint8_t raw_edid[DC_MAX_EDID_BUFFER_SIZE]; member
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_link.c | 805 return (memcmp(old_edid->raw_edid, in is_same_edid() 806 new_edid->raw_edid, new_edid->length) == 0); in is_same_edid() 1175 &sink->dc_edid.raw_edid[i * DC_EDID_BLOCK_SIZE], in dc_link_detect_helper()
|
| A D | dc.c | 3420 memmove(dc_sink->dc_edid.raw_edid, edid, len); in dc_link_add_remote_sink()
|
Completed in 63 milliseconds