Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_types.h98 #define DC_MAX_EDID_BUFFER_SIZE 512 macro
169 uint8_t raw_edid[DC_MAX_EDID_BUFFER_SIZE];
H A Ddc_ddc_types.h171 uint8_t edid_buf[DC_MAX_EDID_BUFFER_SIZE];
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc.c1690 if (len > DC_MAX_EDID_BUFFER_SIZE) { in dc_link_add_remote_sink()