Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/intel-speed-select/
Disst-display.c256 int base_level) in _isst_fact_display_information() argument
280 format_and_print(outf, base_level, header, NULL); in _isst_fact_display_information()
291 format_and_print(outf, base_level + 1, header, NULL); in _isst_fact_display_information()
296 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
308 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
313 format_and_print(outf, base_level + 1, header, NULL); in _isst_fact_display_information()
327 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
/linux-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmw_surface_cache.h64 vmw_surface_get_mip_size(struct drm_vmw_size base_level, u32 mip_level) in vmw_surface_get_mip_size() argument
67 .width = max_t(u32, base_level.width >> mip_level, 1), in vmw_surface_get_mip_size()
68 .height = max_t(u32, base_level.height >> mip_level, 1), in vmw_surface_get_mip_size()
69 .depth = max_t(u32, base_level.depth >> mip_level, 1) in vmw_surface_get_mip_size()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c81 int base_level, struct mlx5_flow_table **root_ft) in ipsec_chains_create() argument
94 attr.fs_base_level = base_level; in ipsec_chains_create()