Home
last modified time | relevance | path

Searched refs:sink_patches (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_stream.h161 struct dc_panel_patch sink_patches; member
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_stream.c69 stream->sink_patches = dc_sink_data->edid_caps.panel_patch; in dc_stream_construct()
A Ddc_link.c4345 if (stream->sink_patches.delay_ignore_msa > 0)
4346 msleep(stream->sink_patches.delay_ignore_msa);
A Ddc_link_dp.c2285 if (stream->sink_patches.dppowerup_delay > 0) {
2286 int delay_dp_power_up_in_ms = stream->sink_patches.dppowerup_delay;

Completed in 21 milliseconds