Home
last modified time | relevance | path

Searched refs:edid_buf (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c63 struct edid *edid_buf = (struct edid *) __UNCONST(edid->raw_edid); in dm_helpers_parse_edid_caps() local
76 if (!drm_edid_is_valid(edid_buf)) in dm_helpers_parse_edid_caps()
79 edid_caps->manufacturer_id = (uint16_t) edid_buf->mfg_id[0] | in dm_helpers_parse_edid_caps()
80 ((uint16_t) edid_buf->mfg_id[1])<<8; in dm_helpers_parse_edid_caps()
81 edid_caps->product_id = (uint16_t) edid_buf->prod_code[0] | in dm_helpers_parse_edid_caps()
82 ((uint16_t) edid_buf->prod_code[1])<<8; in dm_helpers_parse_edid_caps()
83 edid_caps->serial_number = edid_buf->serial; in dm_helpers_parse_edid_caps()
84 edid_caps->manufacture_week = edid_buf->mfg_week; in dm_helpers_parse_edid_caps()
85 edid_caps->manufacture_year = edid_buf->mfg_year; in dm_helpers_parse_edid_caps()
90 if (edid_buf->detailed_timings[i].data.other_data.type == 0xfc) { in dm_helpers_parse_edid_caps()
[all …]
/netbsd-src/sbin/wsconsctl/
H A Ddisplay.c53 static uint8_t edid_buf[256]; global() variable
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_ddc_types.h176 uint8_t edid_buf[DC_MAX_EDID_BUFFER_SIZE]; member