HomeSort by: relevance | last modified time | path
    Searched refs:raw_edid (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_helpers.c 63 struct edid *edid_buf = (struct edid *) __UNCONST(edid->raw_edid);
103 (struct edid *) __UNCONST(edid->raw_edid));
105 sad_count = drm_edid_to_sad((struct edid *) __UNCONST(edid->raw_edid), &sads);
119 sadb_count = drm_edid_to_speaker_allocation((struct edid *) __UNCONST(edid->raw_edid), &sadb);
583 memmove(sink->dc_edid.raw_edid, (uint8_t *)edid, sink->dc_edid.length);
617 &sink->dc_edid.raw_edid[sink->dc_edid.length-1],
amdgpu_dm.c 1881 (struct edid *) sink->dc_edid.raw_edid;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_edid.h 500 int drm_edid_header_is_valid(const u8 *raw_edid);
501 bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid,
  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 1571 * @raw_edid: pointer to raw base EDID block
1577 int drm_edid_header_is_valid(const u8 *raw_edid)
1582 if (raw_edid[i] == edid_header[i])
1598 static int drm_edid_block_checksum(const u8 *raw_edid)
1603 csum += raw_edid[i];
1618 * @raw_edid: pointer to raw EDID block
1628 bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid,
1632 struct edid *edid = (struct edid *)raw_edid;
1634 if (WARN_ON(!raw_edid))
1641 int score = drm_edid_header_is_valid(raw_edid);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_types.h 205 uint8_t raw_edid[DC_MAX_EDID_BUFFER_SIZE]; member in struct:dc_edid
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c 691 return (memcmp(old_edid->raw_edid, new_edid->raw_edid, new_edid->length) == 0);
1000 &sink->dc_edid.raw_edid[i * DC_EDID_BLOCK_SIZE],
amdgpu_dc.c 2630 memmove(dc_sink->dc_edid.raw_edid, edid, len);

Completed in 48 milliseconds