Searched refs:log_2 (Results 1 – 8 of 8) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/dml/calcs/ |
| A D | dcn_calc_math.c | 134 const int log_2 = ((x >> 23) & 255) - 128; in dcn_bw_log() local 142 return (a + log_2) / dcn_bw_log(b, 2); in dcn_bw_log() 144 return (a + log_2); in dcn_bw_log()
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/ |
| A D | lib_float_math.c | 112 const int log_2 = ((x >> 23) & 255) - 128; in math_log() local 120 return (a + log_2) / math_log(b, 2); in math_log() 122 return (a + log_2); in math_log()
|
| /drivers/gpu/drm/amd/display/dc/dce/ |
| A D | dce_mem_input.c | 144 unsigned int page_width = log_2(pte->page_width); in dce_mi_program_pte_vm() 145 unsigned int page_height = log_2(pte->page_height); in dce_mi_program_pte_vm() 438 GRPH_NUM_BANKS, log_2(info->gfx9.num_banks), in program_tiling() 439 GRPH_NUM_SHADER_ENGINES, log_2(info->gfx9.num_shader_engines), in program_tiling() 440 GRPH_NUM_PIPES, log_2(info->gfx9.num_pipes), in program_tiling()
|
| /drivers/gpu/drm/amd/display/dc/basics/ |
| A D | conversion.h | 48 static inline unsigned int log_2(unsigned int num) in log_2() function
|
| /drivers/gpu/drm/amd/display/dc/hubp/dcn30/ |
| A D | dcn30_hubp.c | 325 NUM_PIPES, log_2(info->gfx9.num_pipes), in hubp3_program_tiling() 327 MAX_COMPRESSED_FRAGS, log_2(info->gfx9.max_compressed_frags), in hubp3_program_tiling() 328 NUM_PKRS, log_2(info->gfx9.num_pkrs)); in hubp3_program_tiling()
|
| /drivers/gpu/drm/amd/display/dc/hubp/dcn10/ |
| A D | dcn10_hubp.c | 149 NUM_PIPES, log_2(info->gfx9.num_pipes), in hubp1_program_tiling() 150 NUM_BANKS, log_2(info->gfx9.num_banks), in hubp1_program_tiling() 152 NUM_SE, log_2(info->gfx9.num_shader_engines), in hubp1_program_tiling() 153 NUM_RB_PER_SE, log_2(info->gfx9.num_rb_per_se), in hubp1_program_tiling() 154 MAX_COMPRESSED_FRAGS, log_2(info->gfx9.max_compressed_frags)); in hubp1_program_tiling()
|
| /drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | display_mode_util.c | 33 const int log_2 = ((x >> 23) & 255) - 128; in _log() local 41 return (in + log_2); in _log()
|
| /drivers/gpu/drm/amd/display/dc/hubp/dcn20/ |
| A D | dcn20_hubp.c | 317 NUM_PIPES, log_2(info->gfx9.num_pipes), in hubp2_program_tiling() 319 MAX_COMPRESSED_FRAGS, log_2(info->gfx9.max_compressed_frags)); in hubp2_program_tiling()
|
Completed in 18 milliseconds