Home
last modified time | relevance | path

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

/Linux-v5.10/tools/power/x86/intel-speed-select/
Disst-display.c229 int base_level) in _isst_fact_display_information() argument
251 format_and_print(outf, base_level, header, NULL); in _isst_fact_display_information()
260 format_and_print(outf, base_level + 1, header, NULL); in _isst_fact_display_information()
265 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
272 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
280 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
289 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
294 format_and_print(outf, base_level + 1, header, NULL); in _isst_fact_display_information()
299 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
305 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
[all …]
/Linux-v5.10/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_surfacedefs.h1186 svga3dsurface_get_mip_size(surf_size_struct base_level, u32 mip_level) in svga3dsurface_get_mip_size() argument
1190 size.width = max_t(u32, base_level.width >> mip_level, 1); in svga3dsurface_get_mip_size()
1191 size.height = max_t(u32, base_level.height >> mip_level, 1); in svga3dsurface_get_mip_size()
1192 size.depth = max_t(u32, base_level.depth >> mip_level, 1); in svga3dsurface_get_mip_size()