/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_rq_dlg_calc_32.c | 98 rq_regs->rq_regs_l.chunk_size = dml_log2(pixel_chunk_bytes) - 10; in dml32_rq_dlg_get_rq_reg() 99 rq_regs->rq_regs_c.chunk_size = dml_log2(p1_pixel_chunk_bytes) - 10; in dml32_rq_dlg_get_rq_reg() 104 rq_regs->rq_regs_l.min_chunk_size = dml_log2(min_pixel_chunk_bytes) - 8 + 1; in dml32_rq_dlg_get_rq_reg() 109 rq_regs->rq_regs_c.min_chunk_size = dml_log2(p1_min_pixel_chunk_bytes) - 8 + 1; in dml32_rq_dlg_get_rq_reg() 111 rq_regs->rq_regs_l.meta_chunk_size = dml_log2(meta_chunk_bytes) - 10; in dml32_rq_dlg_get_rq_reg() 112 rq_regs->rq_regs_c.meta_chunk_size = dml_log2(p1_meta_chunk_bytes) - 10; in dml32_rq_dlg_get_rq_reg() 117 rq_regs->rq_regs_l.min_meta_chunk_size = dml_log2(min_meta_chunk_bytes) - 6 + 1; in dml32_rq_dlg_get_rq_reg() 124 rq_regs->rq_regs_l.dpte_group_size = dml_log2(dpte_group_bytes) - 6; in dml32_rq_dlg_get_rq_reg() 125 rq_regs->rq_regs_l.mpte_group_size = dml_log2(mpte_group_bytes) - 6; in dml32_rq_dlg_get_rq_reg() 126 rq_regs->rq_regs_c.dpte_group_size = dml_log2(p1_dpte_group_bytes) - 6; in dml32_rq_dlg_get_rq_reg() [all …]
|
H A D | display_mode_vba_util_32.c | 2183 BIGK_FRAGMENT_SIZE[k] = dml_log2(GPUVMMinPageSizeKBytes[k] * 1024) - 12; in dml32_CalculateVMRowAndSwath() 2454 *dpte_row_height = dml_min(128, 1 << (unsigned int) dml_floor(dml_log2(PTEBufferSizeInRequests * in dml32_CalculateVMAndRowBytes() 2460 dml_log2(PTEBufferSizeInRequests * *PixelPTEReqWidth / Pitch)); in dml32_CalculateVMAndRowBytes() 2462 dml_floor(dml_log2(PTEBufferSizeInRequests * *PixelPTEReqWidth / Pitch), 1)); in dml32_CalculateVMAndRowBytes() 2464 1 << (unsigned int) dml_floor(dml_log2(PTEBufferSizeInRequests * in dml32_CalculateVMAndRowBytes() 2473 *dpte_row_height_linear = 1 << (unsigned int) dml_floor(dml_log2(PTEBufferSizeInRequests * in dml32_CalculateVMAndRowBytes() 2756 LinesInCursorBuffer = 1 << (unsigned int) dml_floor(dml_log2(CursorBufferSize * 1024.0 / in dml32_CalculateUrgentBurstFactor()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | dml1_display_rq_dlg_calc.c | 214 rq_regs->chunk_size = dml_log2(rq_sizing->chunk_bytes) - 10; in extract_rq_sizing_regs() 360 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split() 366 log2_swath_height_c = dml_log2(swath_height_c); in handle_det_buf_split() 432 log2_blk256_height = dml_log2((double) blk256_height); in dml1_rq_dlg_get_row_heights() 435 log2_blk_bytes = dml_log2((double) blk_bytes); in dml1_rq_dlg_get_row_heights() 479 log2_vmpg_bytes = dml_log2(mode_lib->soc.vmm_page_size_bytes); in dml1_rq_dlg_get_row_heights() 654 log2_bytes_per_element = dml_log2(bytes_per_element); in get_surf_rq_param() 670 log2_blk256_width = dml_log2((double) blk256_width); in get_surf_rq_param() 671 log2_blk256_height = dml_log2((double) blk256_height); in get_surf_rq_param() 675 log2_blk_bytes = dml_log2((double) blk_bytes); in get_surf_rq_param() [all …]
|
H A D | dml_inline_defs.h | 93 static inline int dml_log2(double x) in dml_log2() function
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | display_rq_dlg_calc_20.c | 172 rq_regs->chunk_size = dml_log2(rq_sizing->chunk_bytes) - 10; in extract_rq_sizing_regs() 179 rq_regs->meta_chunk_size = dml_log2(rq_sizing->meta_chunk_bytes) - 10; in extract_rq_sizing_regs() 185 rq_regs->dpte_group_size = dml_log2(rq_sizing->dpte_group_bytes) - 6; in extract_rq_sizing_regs() 186 rq_regs->mpte_group_size = dml_log2(rq_sizing->mpte_group_bytes) - 6; in extract_rq_sizing_regs() 309 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split() 315 log2_swath_height_c = dml_log2(swath_height_c); in handle_det_buf_split() 437 log2_bytes_per_element = dml_log2(bytes_per_element); in get_meta_and_pte_attr() 444 log2_blk256_width = dml_log2((double) blk256_width); in get_meta_and_pte_attr() 445 log2_blk256_height = dml_log2((double) blk256_height); in get_meta_and_pte_attr() 448 log2_blk_bytes = dml_log2((double) blk_bytes); in get_meta_and_pte_attr() [all …]
|
H A D | display_rq_dlg_calc_20v2.c | 172 rq_regs->chunk_size = dml_log2(rq_sizing->chunk_bytes) - 10; in extract_rq_sizing_regs() 179 rq_regs->meta_chunk_size = dml_log2(rq_sizing->meta_chunk_bytes) - 10; in extract_rq_sizing_regs() 185 rq_regs->dpte_group_size = dml_log2(rq_sizing->dpte_group_bytes) - 6; in extract_rq_sizing_regs() 186 rq_regs->mpte_group_size = dml_log2(rq_sizing->mpte_group_bytes) - 6; in extract_rq_sizing_regs() 309 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split() 315 log2_swath_height_c = dml_log2(swath_height_c); in handle_det_buf_split() 437 log2_bytes_per_element = dml_log2(bytes_per_element); in get_meta_and_pte_attr() 444 log2_blk256_width = dml_log2((double) blk256_width); in get_meta_and_pte_attr() 445 log2_blk256_height = dml_log2((double) blk256_height); in get_meta_and_pte_attr() 448 log2_blk_bytes = dml_log2((double) blk_bytes); in get_meta_and_pte_attr() [all …]
|
H A D | display_mode_vba_20.c | 1044 dml_log2( in CalculateVMAndRowBytes()
|
H A D | display_mode_vba_20v2.c | 1104 dml_log2( in CalculateVMAndRowBytes()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
H A D | display_rq_dlg_calc_30.c | 96 rq_regs->chunk_size = dml_log2(rq_sizing->chunk_bytes) - 10; in extract_rq_sizing_regs() 103 rq_regs->meta_chunk_size = dml_log2(rq_sizing->meta_chunk_bytes) - 10; in extract_rq_sizing_regs() 109 rq_regs->dpte_group_size = dml_log2(rq_sizing->dpte_group_bytes) - 6; in extract_rq_sizing_regs() 110 rq_regs->mpte_group_size = dml_log2(rq_sizing->mpte_group_bytes) - 6; in extract_rq_sizing_regs() 252 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split() 258 log2_swath_height_c = dml_log2(swath_height_c); in handle_det_buf_split() 383 log2_bytes_per_element = dml_log2(bytes_per_element); in get_meta_and_pte_attr() 390 log2_blk256_width = dml_log2((double)blk256_width); in get_meta_and_pte_attr() 391 log2_blk256_height = dml_log2((double)blk256_height); in get_meta_and_pte_attr() 394 log2_blk_bytes = dml_log2((double)blk_bytes); in get_meta_and_pte_attr() [all …]
|
H A D | display_mode_vba_30.c | 1805 …*dpte_row_height = dml_min(128, 1 << (unsigned int) dml_floor(dml_log2(PTEBufferSizeInRequests * *… in CalculateVMAndRowBytes() 5499 …LinesInCursorBuffer = 1 << (unsigned int) dml_floor(dml_log2(CursorBufferSize * 1024.0 / (CursorWi… in CalculateUrgentBurstFactor()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | display_rq_dlg_calc_31.c | 95 rq_regs->chunk_size = dml_log2(rq_sizing->chunk_bytes) - 10; in extract_rq_sizing_regs() 102 rq_regs->meta_chunk_size = dml_log2(rq_sizing->meta_chunk_bytes) - 10; in extract_rq_sizing_regs() 108 rq_regs->dpte_group_size = dml_log2(rq_sizing->dpte_group_bytes) - 6; in extract_rq_sizing_regs() 109 rq_regs->mpte_group_size = dml_log2(rq_sizing->mpte_group_bytes) - 6; in extract_rq_sizing_regs() 274 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split() 280 log2_swath_height_c = dml_log2(swath_height_c); in handle_det_buf_split() 405 log2_bytes_per_element = dml_log2(bytes_per_element); in get_meta_and_pte_attr() 412 log2_blk256_width = dml_log2((double) blk256_width); in get_meta_and_pte_attr() 413 log2_blk256_height = dml_log2((double) blk256_height); in get_meta_and_pte_attr() 415 log2_blk_bytes = dml_log2((double) blk_bytes); in get_meta_and_pte_attr() [all …]
|
H A D | display_mode_vba_31.c | 1951 …*dpte_row_height = dml_min(128, 1 << (unsigned int) dml_floor(dml_log2(PTEBufferSizeInRequests * *… 5856 …LinesInCursorBuffer = 1 << (unsigned int) dml_floor(dml_log2(CursorBufferSize * 1024.0 / (CursorWi…
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
H A D | display_rq_dlg_calc_21.c | 149 rq_regs->chunk_size = dml_log2(rq_sizing->chunk_bytes) - 10; in extract_rq_sizing_regs() 162 rq_regs->dpte_group_size = dml_log2(rq_sizing->dpte_group_bytes) - 6; in extract_rq_sizing_regs() 177 dml_log2(rq_param->dlg.rq_l.dpte_row_height), in extract_rq_regs() 183 dml_log2(rq_param->dlg.rq_c.dpte_row_height), in extract_rq_regs() 293 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split() 299 log2_swath_height_c = dml_log2(swath_height_c); in handle_det_buf_split() 429 log2_bytes_per_element = dml_log2(bytes_per_element); in get_meta_and_pte_attr() 436 log2_blk256_width = dml_log2((double) blk256_width); in get_meta_and_pte_attr() 437 log2_blk256_height = dml_log2((double) blk256_height); in get_meta_and_pte_attr() 440 log2_blk_bytes = dml_log2((double) blk_bytes); in get_meta_and_pte_attr() [all …]
|
H A D | display_mode_vba_21.c | 1420 dml_log2( in CalculateVMAndRowBytes() 5652 dml_log2(CursorBufferSize * 1024.0 / (CursorWidth * CursorBPP / 8.0)), 1.0); in CalculateUrgentBurstFactor()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
H A D | display_rq_dlg_calc_314.c | 183 rq_regs->chunk_size = dml_log2(rq_sizing->chunk_bytes) - 10; in extract_rq_sizing_regs() 190 rq_regs->meta_chunk_size = dml_log2(rq_sizing->meta_chunk_bytes) - 10; in extract_rq_sizing_regs() 196 rq_regs->dpte_group_size = dml_log2(rq_sizing->dpte_group_bytes) - 6; in extract_rq_sizing_regs() 197 rq_regs->mpte_group_size = dml_log2(rq_sizing->mpte_group_bytes) - 6; in extract_rq_sizing_regs() 362 log2_swath_height_l = dml_log2(swath_height_l); in handle_det_buf_split() 368 log2_swath_height_c = dml_log2(swath_height_c); in handle_det_buf_split() 493 log2_bytes_per_element = dml_log2(bytes_per_element); in get_meta_and_pte_attr() 500 log2_blk256_width = dml_log2((double) blk256_width); in get_meta_and_pte_attr() 501 log2_blk256_height = dml_log2((double) blk256_height); in get_meta_and_pte_attr() 503 log2_blk_bytes = dml_log2((double) blk_bytes); in get_meta_and_pte_attr() [all …]
|
H A D | display_mode_vba_314.c | 1971 …*dpte_row_height = dml_min(128, 1 << (unsigned int) dml_floor(dml_log2(PTEBufferSizeInRequests * *… 5951 …LinesInCursorBuffer = 1 << (unsigned int) dml_floor(dml_log2(CursorBufferSize * 1024.0 / (CursorWi…
|