Home
last modified time | relevance | path

Searched refs:info_map (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ads.c229 struct iosys_map *info_map) in guc_mapping_table_init() argument
238 info_map_write(info_map, mapping_table[i][j], in guc_mapping_table_init()
244 info_map_write(info_map, mapping_table[guc_class][ilog2(engine->logical_mask)], in guc_mapping_table_init()
509 struct iosys_map *info_map) in fill_engine_enable_masks() argument
511 info_map_write(info_map, engine_enabled_masks[GUC_RENDER_CLASS], RCS_MASK(gt)); in fill_engine_enable_masks()
512 info_map_write(info_map, engine_enabled_masks[GUC_COMPUTE_CLASS], CCS_MASK(gt)); in fill_engine_enable_masks()
513 info_map_write(info_map, engine_enabled_masks[GUC_BLITTER_CLASS], BCS_MASK(gt)); in fill_engine_enable_masks()
514 info_map_write(info_map, engine_enabled_masks[GUC_VIDEO_CLASS], VDBOX_MASK(gt)); in fill_engine_enable_masks()
515 info_map_write(info_map, engine_enabled_masks[GUC_VIDEOENHANCE_CLASS], VEBOX_MASK(gt)); in fill_engine_enable_masks()
519 info_map_write(info_map, engine_enabled_masks[GUC_GSC_OTHER_CLASS], in fill_engine_enable_masks()
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ads.c467 struct iosys_map *info_map) in fill_engine_enable_masks() argument
471 info_map_write(xe, info_map, engine_enabled_masks[GUC_RENDER_CLASS], in fill_engine_enable_masks()
473 info_map_write(xe, info_map, engine_enabled_masks[GUC_BLITTER_CLASS], in fill_engine_enable_masks()
475 info_map_write(xe, info_map, engine_enabled_masks[GUC_VIDEO_CLASS], in fill_engine_enable_masks()
477 info_map_write(xe, info_map, in fill_engine_enable_masks()
480 info_map_write(xe, info_map, engine_enabled_masks[GUC_COMPUTE_CLASS], in fill_engine_enable_masks()
482 info_map_write(xe, info_map, engine_enabled_masks[GUC_GSC_OTHER_CLASS], in fill_engine_enable_masks()
489 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), in guc_prep_golden_lrc_null() local
494 if (!info_map_read(xe, &info_map, in guc_prep_golden_lrc_null()
508 struct iosys_map *info_map) in guc_mapping_table_init_invalid() argument
[all …]
/linux/drivers/hwmon/
H A Dhp-wmi-sensors.c393 struct hp_wmi_info **info_map[hwmon_max]; member
1430 if (!state->info_map[type] || !state->info_map[type][channel]) in hp_wmi_hwmon_is_visible()
1433 info = state->info_map[type][channel]; in hp_wmi_hwmon_is_visible()
1456 info = state->info_map[type][channel]; in hp_wmi_hwmon_read()
1488 info = state->info_map[type][channel]; in hp_wmi_hwmon_read_string()
1526 struct hp_wmi_info **ptr_info = state->info_map[hwmon_fan]; in match_fan_event()
1549 struct hp_wmi_info **ptr_info = state->info_map[hwmon_temp]; in match_temp_events()
1722 struct hp_wmi_info ***info_map = state->info_map; in init_numeric_sensors() local
1789 if (!info_map[type]) { in init_numeric_sensors()
1790 info_map[type] = devm_kcalloc(dev, channel_count[type], in init_numeric_sensors()
[all …]
/linux/tools/perf/
H A Dbuiltin-lock.c1429 static bool info_threads, info_map; variable
1485 if (info_map) { in dump_info()
2567 OPT_BOOLEAN('m', "map", &info_map, in cmd_lock()
2684 if (!info_threads && !info_map) { in cmd_lock()
2686 info_map = true; in cmd_lock()