Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_utils.c348 …struct dml2_stream_parameters *phantom_stream_descriptor = &stream_programming->phantom_stream.des… in dml21_add_phantom_stream() local
360 phantom_stream->timing.v_front_porch = phantom_stream_descriptor->timing.v_front_porch; in dml21_add_phantom_stream()
361 phantom_stream->timing.v_addressable = phantom_stream_descriptor->timing.v_active; in dml21_add_phantom_stream()
362 phantom_stream->timing.v_total = phantom_stream_descriptor->timing.v_total; in dml21_add_phantom_stream()
369 …phantom_stream->src.height = (double)phantom_stream_descriptor->timing.v_active * (double)main_str… in dml21_add_phantom_stream()