Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c1098 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestHeight * p->BytePerPixel /… in dcn5_calculate_vm_and_row_bytes()
1106 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestHeight * p->BytePerPixel /… in dcn5_calculate_vm_and_row_bytes()
1114 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestWidth * p->BytePerPixel / … in dcn5_calculate_vm_and_row_bytes()
1125 meta_surface_bytes = (unsigned int)(p->DCCMetaPitch * vp_height_meta_ub * p->BytePerPixel / 256.0); in dcn5_calculate_vm_and_row_bytes()
1161 MacroTileSizeBytes = p->MacroTileWidth * p->BytePerPixel * p->MacroTileHeight; in dcn5_calculate_vm_and_row_bytes()
1173 …_ceil2((double)(p->Pitch * pixel_per_element * vp_height_dpte_ub * p->BytePerPixel - MacroTileSize… in dcn5_calculate_vm_and_row_bytes()
1185 DML_LOG_VERBOSE("DML::%s: BytePerPixel = %u\n", __func__, p->BytePerPixel); in dcn5_calculate_vm_and_row_bytes()
1202 *p->PixelPTEReqWidth = p->GPUVMMinPageSizeKBytes * 1024 * 8 / p->BytePerPixel; in dcn5_calculate_vm_and_row_bytes()
1203 PixelPTEReqWidth_linear = p->GPUVMMinPageSizeKBytes * 1024 * 8 / p->BytePerPixel; in dcn5_calculate_vm_and_row_bytes()
1207 *p->vmpg_width = p->GPUVMMinPageSizeKBytes * 1024 / p->BytePerPixel; in dcn5_calculate_vm_and_row_bytes()
[all …]
H A Ddml2_core_shared_types.h1543 unsigned int BytePerPixel; member