Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/power/x86/intel-speed-select/
A Disst-display.c235 int base_level) in _isst_fact_display_information() argument
257 format_and_print(outf, base_level, header, NULL); in _isst_fact_display_information()
266 format_and_print(outf, base_level + 1, header, NULL); in _isst_fact_display_information()
271 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
278 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
286 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
295 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
300 format_and_print(outf, base_level + 1, header, NULL); in _isst_fact_display_information()
305 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
311 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmw_surface_cache.h58 vmw_surface_get_mip_size(struct drm_vmw_size base_level, u32 mip_level) in vmw_surface_get_mip_size() argument
61 .width = max_t(u32, base_level.width >> mip_level, 1), in vmw_surface_get_mip_size()
62 .height = max_t(u32, base_level.height >> mip_level, 1), in vmw_surface_get_mip_size()
63 .depth = max_t(u32, base_level.depth >> mip_level, 1) in vmw_surface_get_mip_size()

Completed in 9 milliseconds