Searched refs:is_plane1 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/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 | 12070 bool is_plane1, in dml2_core_calcs_get_dpte_row_height() argument 12114 unsigned int BytePerPixel = is_plane1 ? BytePerPixelC : BytePerPixelY; in dml2_core_calcs_get_dpte_row_height() 12115 unsigned int BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml2_core_calcs_get_dpte_row_height() 12116 unsigned int BlockWidth256Bytes = is_plane1 ? BlockWidth256BytesC : BlockWidth256BytesY; in dml2_core_calcs_get_dpte_row_height() 12117 unsigned int MacroTileWidth = is_plane1 ? MacroTileWidthC : MacroTileWidthY; in dml2_core_calcs_get_dpte_row_height() 12118 unsigned int MacroTileHeight = is_plane1 ? MacroTileHeightC : MacroTileHeightY; in dml2_core_calcs_get_dpte_row_height() 12119 …unsigned int PTEBufferSizeInRequests = is_plane1 ? mode_lib->ip.dpte_buffer_size_in_pte_reqs_chrom… in dml2_core_calcs_get_dpte_row_height() 12121 DML_LOG_VERBOSE("DML: %s: is_plane1 = %u\n", __func__, is_plane1); in dml2_core_calcs_get_dpte_row_height()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.h | 41 dml_bool_t is_plane1,
|
| H A D | display_mode_core.c | 9928 dml_bool_t is_plane1, in dml_core_get_row_heights() argument 9975 BytePerPixel = is_plane1 ? BytePerPixelC : BytePerPixelY; in dml_core_get_row_heights() 9976 BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml_core_get_row_heights() 9977 BlockWidth256Bytes = is_plane1 ? BlockWidth256BytesC : BlockWidth256BytesY; in dml_core_get_row_heights() 9978 MacroTileWidth = is_plane1 ? MacroTileWidthC : MacroTileWidthY; in dml_core_get_row_heights() 9979 MacroTileHeight = is_plane1 ? MacroTileHeightC : MacroTileHeightY; in dml_core_get_row_heights() 9980 …PTEBufferSizeInRequests = is_plane1 ? mode_lib->ip.dpte_buffer_size_in_pte_reqs_chroma : mode_lib-… in dml_core_get_row_heights() 9982 dml_print("DML_DLG: %s: is_plane1 = %u\n", __func__, is_plane1); in dml_core_get_row_heights()
|