Home
last modified time | relevance | path

Searched refs:classification (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega12_processpptables.c364 uint16_t classification, uint16_t classification2)
368 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT)
371 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL)
374 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE)
377 if (classification & ATOM_PPLIB_CLASSIFICATION_REST)
380 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED)
383 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI)
405 power_state->classification.bios_index = entry_index;
432 if (!result && (power_state->classification.flags &
Dpp_psm.c78 if (state->classification.flags & PP_StateClassificationFlag_Boot) { in psm_init_power_state_table()
86 if (state->classification.flags & PP_StateClassificationFlag_Uvd) in psm_init_power_state_table()
123 if (state->classification.ui_label & ui_label) { in psm_get_ui_state()
144 if (state->classification.flags & flag) { in psm_get_state_by_classification()
218 if ((*state)->classification.ui_label & label_id) in psm_set_user_performance_state()
Dprocesspptables.c622 USHORT classification, in make_classification_flags() argument
627 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags()
630 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags()
633 if (classification & in make_classification_flags()
637 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags()
640 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags()
643 if (classification & ATOM_PPLIB_CLASSIFICATION_3DPERFORMANCE) in make_classification_flags()
647 if (classification & ATOM_PPLIB_CLASSIFICATION_OVERDRIVETEMPLATE) in make_classification_flags()
650 if (classification & ATOM_PPLIB_CLASSIFICATION_UVDSTATE) in make_classification_flags()
653 if (classification & ATOM_PPLIB_CLASSIFICATION_HDSTATE) in make_classification_flags()
[all …]
Dprocess_pptables_v1_0.c1182 uint16_t classification, uint16_t classification2) in make_classification_flags() argument
1186 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags()
1189 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags()
1192 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE) in make_classification_flags()
1195 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags()
1198 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags()
1201 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI) in make_classification_flags()
1299 power_state->classification.bios_index = entry_index; in get_powerplay_table_entry_v1_0()
1324 if (!result && (power_state->classification.flags & in get_powerplay_table_entry_v1_0()
Dvega10_processpptables.c1232 uint16_t classification, uint16_t classification2) in make_classification_flags() argument
1236 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags()
1239 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags()
1242 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE) in make_classification_flags()
1245 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags()
1248 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags()
1251 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI) in make_classification_flags()
1273 power_state->classification.bios_index = entry_index; in vega10_get_powerplay_table_entry()
1300 if (!result && (power_state->classification.flags & in vega10_get_powerplay_table_entry()
Dsmu7_hwmgr.c2899 request_ps->classification.ui_label); in smu7_apply_state_adjust_rules()
3134 power_state->classification.ui_label = in smu7_get_pp_table_entry_callback_func_v1()
3138 power_state->classification.flags = classification_flag; in smu7_get_pp_table_entry_callback_func_v1()
3141 power_state->classification.temporary_state = false; in smu7_get_pp_table_entry_callback_func_v1()
3142 power_state->classification.to_be_deleted = false; in smu7_get_pp_table_entry_callback_func_v1()
3247 if (state->classification.flags & PP_StateClassificationFlag_ACPI) in smu7_get_pp_table_entry_v1()
3256 switch (state->classification.ui_label) { in smu7_get_pp_table_entry_v1()
3395 if (state->classification.flags & PP_StateClassificationFlag_ACPI) in smu7_get_pp_table_entry_v0()
3404 switch (state->classification.ui_label) { in smu7_get_pp_table_entry_v0()
Dvega10_hwmgr.c2994 power_state->classification.ui_label = in vega10_get_pp_table_entry_callback_func()
2998 power_state->classification.flags = classification_flag; in vega10_get_pp_table_entry_callback_func()
3002 power_state->classification.temporary_state = false; in vega10_get_pp_table_entry_callback_func()
3003 power_state->classification.to_be_deleted = false; in vega10_get_pp_table_entry_callback_func()
3120 request_ps->classification.ui_label); in vega10_apply_state_adjust_rules()
Dsmu8_hwmgr.c1047 data->battery_state = (PP_StateUILabel_Battery == prequest_ps->classification.ui_label); in smu8_apply_state_adjust_rules()
/Linux-v4.19/Documentation/block/
Drequest.txt9 2.0 Struct request members classification
25 Unless an entry contains a D classification, a device driver must not access
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dpower_state.h148 struct PP_StateClassificationBlock classification; member
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/
Damd_powerplay.c469 switch (state->classification.ui_label) { in pp_dpm_get_current_power_state()
480 if (state->classification.flags & PP_StateClassificationFlag_Boot) in pp_dpm_get_current_power_state()
597 switch (state->classification.ui_label) { in pp_dpm_get_pp_num_states()
608 if (state->classification.flags & PP_StateClassificationFlag_Boot) in pp_dpm_get_pp_num_states()
/Linux-v4.19/net/sched/
DKconfig452 tristate "Elementary classification (BASIC)"
605 Extended matches are small classification helpers not worth writing
702 Current supported match is "policy" which allows packet classification
714 classification. They are used to overwrite the classification
774 classification.
917 bool "Incoming device classification"
921 classification based on the incoming device. This option is
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
DKconfig53 Enables ethtool receive network flow classification, which allows user defined
/Linux-v4.19/Documentation/admin-guide/
Dsysfs-rules.rst109 There are currently three places for classification of devices:
115 classification directories into one place at ``/sys/subsystem``,
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dkeystone-netcp.txt7 accelerator (PA) module to perform packet classification operations such as
/Linux-v4.19/Documentation/PCI/
Dpcieaer-howto.txt91 and uncorrectable errors. This classification is based on the impacts
/Linux-v4.19/Documentation/networking/
Dixgbe.txt127 for flexible flow classification and load balancing.
/Linux-v4.19/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1006 enum drx_classification classification; member
/Linux-v4.19/net/netfilter/
DKconfig458 nftables is the new packet classification framework that intends to
790 classification, among these are:
1534 is a powerful tool for packet classification.
/Linux-v4.19/Documentation/media/uapi/v4l/
Dhist-v4l2.rst175 classification than the ``category``. In other words, there may be
/Linux-v4.19/arch/arm64/
DKconfig1129 classification from a new set of registers.