Home
last modified time | relevance | path

Searched refs:input_index (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Dvega20_ppt.c2622 int32_t input_index, input_clk, input_vol, i; in vega20_odn_edit_dpm_table() local
2647 input_index = input[i]; in vega20_odn_edit_dpm_table()
2650 if (input_index != 0 && input_index != 1) { in vega20_odn_edit_dpm_table()
2651 pr_info("Invalid index %d\n", input_index); in vega20_odn_edit_dpm_table()
2665 if (input_index == 0 && od_table->GfxclkFmin != input_clk) { in vega20_odn_edit_dpm_table()
2668 } else if (input_index == 1 && od_table->GfxclkFmax != input_clk) { in vega20_odn_edit_dpm_table()
2696 input_index = input[i]; in vega20_odn_edit_dpm_table()
2699 if (input_index != 1) { in vega20_odn_edit_dpm_table()
2700 pr_info("Invalid index %d\n", input_index); in vega20_odn_edit_dpm_table()
2714 if (input_index == 1 && od_table->UclkFmax != input_clk) { in vega20_odn_edit_dpm_table()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega20_hwmgr.c2915 int32_t input_index, input_clk, input_vol, i; in vega20_odn_edit_dpm_table() local
2937 input_index = input[i]; in vega20_odn_edit_dpm_table()
2940 if (input_index != 0 && input_index != 1) { in vega20_odn_edit_dpm_table()
2941 pr_info("Invalid index %d\n", input_index); in vega20_odn_edit_dpm_table()
2955 if ((input_index == 0 && od_table->GfxclkFmin != input_clk) || in vega20_odn_edit_dpm_table()
2956 (input_index == 1 && od_table->GfxclkFmax != input_clk)) in vega20_odn_edit_dpm_table()
2959 if (input_index == 0) in vega20_odn_edit_dpm_table()
2980 input_index = input[i]; in vega20_odn_edit_dpm_table()
2983 if (input_index != 1) { in vega20_odn_edit_dpm_table()
2984 pr_info("Invalid index %d\n", input_index); in vega20_odn_edit_dpm_table()
[all …]
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-core.h322 int input_index; member
/Linux-v5.4/drivers/media/platform/davinci/
Dvpif_capture.c666 int input_index) in vpif_input_to_subdev() argument
676 if (input_index >= chan_cfg->input_count) in vpif_input_to_subdev()
678 subdev_name = chan_cfg->inputs[input_index].subdev_name; in vpif_input_to_subdev()
/Linux-v5.4/drivers/media/usb/gspca/
Dxirlink_cit.c50 u8 input_index; member