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

/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_ads.c324 struct iosys_map *info_map)
328 info_map_write(xe, info_map, engine_enabled_masks[GUC_RENDER_CLASS],
330 info_map_write(xe, info_map, engine_enabled_masks[GUC_BLITTER_CLASS],
332 info_map_write(xe, info_map, engine_enabled_masks[GUC_VIDEO_CLASS],
334 info_map_write(xe, info_map,
337 info_map_write(xe, info_map, engine_enabled_masks[GUC_COMPUTE_CLASS],
339 info_map_write(xe, info_map, engine_enabled_masks[GUC_GSC_OTHER_CLASS],
346 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), local
351 if (!info_map_read(xe, &info_map,
365 struct iosys_map *info_map)
323 fill_engine_enable_masks(struct xe_gt *gt, struct iosys_map *info_map) argument
364 guc_mapping_table_init_invalid(struct xe_gt *gt, struct iosys_map *info_map) argument
377 guc_mapping_table_init(struct xe_gt *gt, struct iosys_map *info_map) argument
562 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), local
586 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), local
619 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), local
[all...]
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ads.c210 struct iosys_map *info_map)
219 info_map_write(info_map, mapping_table[i][j],
225 info_map_write(info_map, mapping_table[guc_class][ilog2(engine->logical_mask)],
490 struct iosys_map *info_map)
492 info_map_write(info_map, engine_enabled_masks[GUC_RENDER_CLASS], RCS_MASK(gt));
493 info_map_write(info_map, engine_enabled_masks[GUC_COMPUTE_CLASS], CCS_MASK(gt));
494 info_map_write(info_map, engine_enabled_masks[GUC_BLITTER_CLASS], BCS_MASK(gt));
495 info_map_write(info_map, engine_enabled_masks[GUC_VIDEO_CLASS], VDBOX_MASK(gt));
496 info_map_write(info_map, engine_enabled_masks[GUC_VIDEOENHANCE_CLASS], VEBOX_MASK(gt));
500 info_map_write(info_map, engine_enabled_mask
209 guc_mapping_table_init(struct intel_gt *gt, struct iosys_map *info_map) argument
489 fill_engine_enable_masks(struct intel_gt *gt, struct iosys_map *info_map) argument
517 struct iosys_map info_map; local
651 guc_get_capture_engine_mask(struct iosys_map *info_map, u32 capture_class) argument
690 struct iosys_map info_map; local
803 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(&guc->ads_map, local
830 guc_mapping_table_init(guc_to_gt(guc), &info_map); local
[all...]
/linux-master/drivers/hwmon/
H A Dhp-wmi-sensors.c385 * @info_map: sensor info structs by hwmon type and channel number
393 struct hp_wmi_info **info_map[hwmon_max]; member in struct:hp_wmi_sensors
1430 if (!state->info_map[type] || !state->info_map[type][channel])
1433 info = state->info_map[type][channel];
1456 info = state->info_map[type][channel];
1488 info = state->info_map[type][channel];
1526 struct hp_wmi_info **ptr_info = state->info_map[hwmon_fan];
1549 struct hp_wmi_info **ptr_info = state->info_map[hwmon_temp];
1730 struct hp_wmi_info ***info_map local
1926 struct hp_wmi_info ***info_map = state->info_map; local
[all...]
/linux-master/tools/perf/
H A Dbuiltin-lock.c1429 static bool info_threads, info_map; variable
1486 else if (info_map)
2582 OPT_BOOLEAN('m', "map", &info_map,

Completed in 163 milliseconds