Searched refs:is_plane1 (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.h | 34 …_row_height, struct dml2_core_internal_display_mode_lib *mode_lib, bool is_plane1, enum dml2_sourc…
|
| H A D | dml2_core_dcn4_calcs.c | 12082 bool is_plane1, in dml2_core_calcs_get_dpte_row_height() argument 12126 unsigned int BytePerPixel = is_plane1 ? BytePerPixelC : BytePerPixelY; in dml2_core_calcs_get_dpte_row_height() 12127 unsigned int BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml2_core_calcs_get_dpte_row_height() 12128 unsigned int BlockWidth256Bytes = is_plane1 ? BlockWidth256BytesC : BlockWidth256BytesY; in dml2_core_calcs_get_dpte_row_height() 12129 unsigned int MacroTileWidth = is_plane1 ? MacroTileWidthC : MacroTileWidthY; in dml2_core_calcs_get_dpte_row_height() 12130 unsigned int MacroTileHeight = is_plane1 ? MacroTileHeightC : MacroTileHeightY; in dml2_core_calcs_get_dpte_row_height() 12131 …unsigned int PTEBufferSizeInRequests = is_plane1 ? mode_lib->ip.dpte_buffer_size_in_pte_reqs_chrom… in dml2_core_calcs_get_dpte_row_height() 12133 dml2_printf("DML: %s: is_plane1 = %u\n", __func__, is_plane1); in dml2_core_calcs_get_dpte_row_height()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/ |
| H A D | display_mode_core.h | 41 dml_bool_t is_plane1,
|
| H A D | display_mode_core.c | 9920 dml_bool_t is_plane1, in dml_core_get_row_heights() argument 9967 BytePerPixel = is_plane1 ? BytePerPixelC : BytePerPixelY; in dml_core_get_row_heights() 9968 BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml_core_get_row_heights() 9969 BlockWidth256Bytes = is_plane1 ? BlockWidth256BytesC : BlockWidth256BytesY; in dml_core_get_row_heights() 9970 MacroTileWidth = is_plane1 ? MacroTileWidthC : MacroTileWidthY; in dml_core_get_row_heights() 9971 MacroTileHeight = is_plane1 ? MacroTileHeightC : MacroTileHeightY; in dml_core_get_row_heights() 9972 …PTEBufferSizeInRequests = is_plane1 ? mode_lib->ip.dpte_buffer_size_in_pte_reqs_chroma : mode_lib-… in dml_core_get_row_heights() 9974 dml_print("DML_DLG: %s: is_plane1 = %u\n", __func__, is_plane1); in dml_core_get_row_heights()
|