Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_dcn4_calcs.h34 …_row_height, struct dml2_core_internal_display_mode_lib *mode_lib, bool is_plane1, enum dml2_sourc…
Ddml2_core_dcn4_calcs.c11598 bool is_plane1, in dml2_core_calcs_get_dpte_row_height() argument
11642 unsigned int BytePerPixel = is_plane1 ? BytePerPixelC : BytePerPixelY; in dml2_core_calcs_get_dpte_row_height()
11643 unsigned int BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml2_core_calcs_get_dpte_row_height()
11644 unsigned int BlockWidth256Bytes = is_plane1 ? BlockWidth256BytesC : BlockWidth256BytesY; in dml2_core_calcs_get_dpte_row_height()
11645 unsigned int MacroTileWidth = is_plane1 ? MacroTileWidthC : MacroTileWidthY; in dml2_core_calcs_get_dpte_row_height()
11646 unsigned int MacroTileHeight = is_plane1 ? MacroTileHeightC : MacroTileHeightY; in dml2_core_calcs_get_dpte_row_height()
11647 …unsigned int PTEBufferSizeInRequests = is_plane1 ? mode_lib->ip.dpte_buffer_size_in_pte_reqs_chrom… in dml2_core_calcs_get_dpte_row_height()
11649 dml2_printf("DML: %s: is_plane1 = %u\n", __func__, is_plane1); in dml2_core_calcs_get_dpte_row_height()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core.h41 dml_bool_t is_plane1,
Ddisplay_mode_core.c9914 dml_bool_t is_plane1, in dml_core_get_row_heights() argument
9961 BytePerPixel = is_plane1 ? BytePerPixelC : BytePerPixelY; in dml_core_get_row_heights()
9962 BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml_core_get_row_heights()
9963 BlockWidth256Bytes = is_plane1 ? BlockWidth256BytesC : BlockWidth256BytesY; in dml_core_get_row_heights()
9964 MacroTileWidth = is_plane1 ? MacroTileWidthC : MacroTileWidthY; in dml_core_get_row_heights()
9965 MacroTileHeight = is_plane1 ? MacroTileHeightC : MacroTileHeightY; in dml_core_get_row_heights()
9966 …PTEBufferSizeInRequests = is_plane1 ? mode_lib->ip.dpte_buffer_size_in_pte_reqs_chroma : mode_lib-… in dml_core_get_row_heights()
9968 dml_print("DML_DLG: %s: is_plane1 = %u\n", __func__, is_plane1); in dml_core_get_row_heights()