Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_dcn4.c254 …unsigned int stream_index, plane_index, pipe_offset, stream_already_populated_mask, main_plane_ind… in pack_mode_programming_params_with_implicit_subvp() local
304 stream_already_populated_mask = 0x0; in pack_mode_programming_params_with_implicit_subvp()
354 if (!(stream_already_populated_mask & (0x1 << main_plane->stream_index))) { in pack_mode_programming_params_with_implicit_subvp()
366 stream_already_populated_mask |= (0x1 << main_plane->stream_index); in pack_mode_programming_params_with_implicit_subvp()
390 if (!(stream_already_populated_mask & (0x1 << phantom_plane->stream_index))) { in pack_mode_programming_params_with_implicit_subvp()
393 stream_already_populated_mask |= (0x1 << phantom_plane->stream_index); in pack_mode_programming_params_with_implicit_subvp()
541 int stream_already_populated_mask = 0; in core_dcn4_mode_programming() local
604 if (!(stream_already_populated_mask & (0x1 << main_stream_index))) { in core_dcn4_mode_programming()
609 stream_already_populated_mask |= (0x1 << main_stream_index); in core_dcn4_mode_programming()