Searched refs:support (Results 1 - 25 of 99) sorted by relevance

1234

/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_util.c358 dml_print("DML: MODE SUPPORT: Mode Supported : %s\n", mode_lib->ms.support.ModeSupport[j] == true ? "Supported" : "NOT Supported");
359 dml_print("DML: MODE SUPPORT: Scale Ratio And Taps : %s\n", mode_lib->ms.support.ScaleRatioAndTapsSupport == true ? "Supported" : "NOT Supported");
360 dml_print("DML: MODE SUPPORT: Source Format Pixel And Scan : %s\n", mode_lib->ms.support.SourceFormatPixelAndScanSupport == true ? "Supported" : "NOT Supported");
361 dml_print("DML: MODE SUPPORT: Viewport Size : %s\n", mode_lib->ms.support.ViewportSizeSupport[j] == true ? "Supported" : "NOT Supported");
362 dml_print("DML: MODE SUPPORT: Link Rate Does Not Match DP Version : %s\n", mode_lib->ms.support.LinkRateDoesNotMatchDPVersion == false ? "Supported" : "NOT Supported");
363 dml_print("DML: MODE SUPPORT: Link Rate For Multistream Not Indicated : %s\n", mode_lib->ms.support.LinkRateForMultistreamNotIndicated == false ? "Supported" : "NOT Supported");
364 dml_print("DML: MODE SUPPORT: BPP For Multi stream Not Indicated : %s\n", mode_lib->ms.support.BPPForMultistreamNotIndicated == false ? "Supported" : "NOT Supported");
365 dml_print("DML: MODE SUPPORT: Multistream With HDMI Or eDP : %s\n", mode_lib->ms.support.MultistreamWithHDMIOreDP == false ? "Supported" : "NOT Supported");
366 dml_print("DML: MODE SUPPORT: Exceeded Multistream Slots : %s\n", mode_lib->ms.support.ExceededMultistreamSlots == false ? "Supported" : "NOT Supported");
367 dml_print("DML: MODE SUPPORT: MSO Or ODM Split With Non DP Link : %s\n", mode_lib->ms.support
411 dml_print_dml_mode_support_info(const struct dml_mode_support_info_st *support, dml_bool_t fail_only) argument
[all...]
H A Ddisplay_mode_core.c3022 if (p->PrefetchMode[k] != 0) { // Don't need to support DRAM clock change, PrefetchMode 0 means needs DRAM clock change support
6165 /// @brief Calculate the maximum vstartup for mode support and mode programming consideration
6261 CalculatePrefetchSchedule_params->NotEnoughTimeForDynamicMetadata = &mode_lib->ms.support.NoTimeForDynamicMetadata[j][k];
6291 mode_lib->ms.support.VActiveBandwithSupport[j] = CalculateVActiveBandwithSupport(
6408 mode_lib->ms.support.NoTimeForPrefetch[j][k] =
6469 &mode_lib->ms.support.PrefetchSupported[j]);
6476 || mode_lib->ms.support.NoTimeForPrefetch[j][k] == true) {
6477 mode_lib->ms.support.PrefetchSupported[j] = false;
6481 mode_lib->ms.support
[all...]
/linux-master/arch/mips/include/asm/mach-pic32/
H A Dcpu-feature-overrides.h29 #error This platform does not support 64bit.
/linux-master/drivers/pnp/
H A DMakefile8 pnp-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
/linux-master/tools/power/cpupower/utils/helpers/
H A Dhelpers.h142 extern int cpufreq_has_boost_support(unsigned int cpu, int *support,
148 int *support, int *active);
189 static inline int cpufreq_has_boost_support(unsigned int cpu, int *support, argument
195 static inline void amd_pstate_boost_init(unsigned int cpu, int *support, argument
H A Dmisc.c18 int cpufreq_has_boost_support(unsigned int cpu, int *support, int *active, argument
24 *support = *active = *states = 0;
27 *support = 1;
45 amd_pstate_boost_init(cpu, support, active);
47 *support = *active = 1;
H A Damd.c82 * boost_states -> how much boost states the machines support
178 void amd_pstate_boost_init(unsigned int cpu, int *support, int *active) argument
186 *support = highest_perf > nominal_perf ? 1 : 0;
187 if (!(*support))
/linux-master/net/bridge/
H A Dbr_mrp_switchdev.c75 enum br_mrp_hw_support support; local
81 support = br_mrp_switchdev_port_obj(br, &mrp_role.obj,
83 if (support != BR_MRP_SW)
84 return support;
153 enum br_mrp_hw_support support; local
159 support = br_mrp_switchdev_port_obj(br, &mrp_role.obj,
161 if (support != BR_MRP_NONE)
162 return support;
H A Dbr_mrp.c675 enum br_mrp_hw_support support; local
683 support = br_mrp_switchdev_set_ring_role(br, mrp, role->ring_role);
684 if (support == BR_MRP_NONE)
693 mrp->ring_role_offloaded = support == BR_MRP_SW ? 0 : 1;
706 enum br_mrp_hw_support support; local
714 support = br_mrp_switchdev_send_ring_test(br, mrp, test->interval,
717 if (support == BR_MRP_NONE)
720 if (support == BR_MRP_HW)
761 enum br_mrp_hw_support support; local
820 support
844 enum br_mrp_hw_support support; local
[all...]
/linux-master/drivers/target/
H A Dtarget_core_spc.c103 * Set Third-Party Copy (3PC) bit to indicate support for EXTENDED_COPY
566 * Exit now if we don't support TP.
652 * that the device server does not support the UNMAP command.
661 * support the use of the WRITE SAME (16) command to unmap LBAs.
1329 .support = SCSI_SUPPORT_FULL,
1337 .support = SCSI_SUPPORT_FULL,
1347 .support = SCSI_SUPPORT_FULL,
1357 .support = SCSI_SUPPORT_FULL,
1368 .support = SCSI_SUPPORT_FULL,
1376 .support
[all...]
/linux-master/drivers/acpi/
H A Dpci_root.c243 static acpi_status acpi_pci_query_osc(struct acpi_pci_root *root, u32 support, argument
250 support |= root->osc_support_set;
253 capbuf[OSC_SUPPORT_DWORD] = support;
265 root->osc_support_set = support;
342 * @support: _OSC supported capability.
356 u32 support, u32 *cxl_mask,
383 status = acpi_pci_query_osc(root, support, mask, cxl_support,
398 decode_osc_control(root, "platform does not support",
401 decode_cxl_osc_control(root, "CXL platform does not support",
413 decode_osc_control(root, "not requesting control; platform does not support",
355 acpi_pci_osc_control_set(acpi_handle handle, u32 *mask, u32 support, u32 *cxl_mask, u32 cxl_support) argument
437 u32 support; local
493 u32 support; local
546 os_control_query_checks(struct acpi_pci_root *root, u32 support) argument
566 u32 support, control = 0, requested = 0; local
[all...]
/linux-master/tools/build/feature/
H A Dtest-bpf.c24 # error __NR_bpf not defined. libbpf does not support your arch.
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dcb.c265 u8 support = xgbe_dcb_getdcbx(netdev); local
269 if (dcbx & ~support)
272 if ((dcbx & support) != support)
/linux-master/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_info_packet.h61 bool support; member in struct:frame_duration_op
/linux-master/tools/testing/selftests/arm64/mte/
H A DMakefile10 # For GCC check that the toolchain has MTE support.
22 # All supported clang versions also support MTE.
32 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.)
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_smu.c57 #define VBIOSSMC_MSG_SetPhyclkVoltageByFreq 0x9 //Keep it in case VMIN dees not support phy clk
321 void dcn31_smu_set_zstate_support(struct clk_mgr_internal *clk_mgr, enum dcn_zstate_support_state support) argument
329 (support == DCN_ZSTATE_SUPPORT_ALLOW_Z10_ONLY))
330 support = DCN_ZSTATE_SUPPORT_DISALLOW;
332 if (support == DCN_ZSTATE_SUPPORT_ALLOW_Z10_ONLY ||
333 support == DCN_ZSTATE_SUPPORT_ALLOW_Z8_Z10_ONLY)
338 if (support == DCN_ZSTATE_SUPPORT_DISALLOW)
/linux-master/arch/mips/sgi-ip27/
H A Dip27-klnuma.c38 #error Kernel replication works with mapped kernel support. No calias support.
/linux-master/Documentation/features/scripts/
H A Dfeatures-refresh.sh2 # Small script that refreshes the kernel feature support status in place.
5 for F_FILE in Documentation/features/*/*/arch-support.txt; do
29 # 1) no arch provides support for F,
33 # 3) all archs provide support for F,
67 # Arch support status values for (O, K) are updated according
/linux-master/drivers/staging/rtl8723bs/hal/
H A Dhal_intf.c405 u8 support; local
407 support = false;
408 rtw_hal_get_def_var(padapter, HAL_DEF_MACID_SLEEP, &support);
409 if (false == support)
419 u8 support; local
421 support = false;
422 rtw_hal_get_def_var(padapter, HAL_DEF_MACID_SLEEP, &support);
423 if (false == support)
/linux-master/tools/virtio/linux/
H A Ddma-mapping.h6 # error Virtio userspace code does not support CONFIG_HAS_DMA
/linux-master/tools/testing/selftests/bpf/
H A Dxsk_prereqs.sh28 echo $msg veth kernel support not available >&2
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk1 # PTP 1588 clock support - User space test program
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_smu.h107 void dcn314_smu_set_zstate_support(struct clk_mgr_internal *clk_mgr, enum dcn_zstate_support_state support);
/linux-master/tools/perf/
H A Dbuiltin-version.c86 STATUS(HAVE_DWARF_UNWIND_SUPPORT, dwarf-unwind-support);
/linux-master/drivers/net/phy/
H A Dsfp-bus.c39 * @support: optional pointer to an array of unsigned long for the
40 * ethtool support mask
43 * %PORT_TP, %PORT_FIBRE or %PORT_OTHER. If @support is non-%NULL,
50 unsigned long *support)
94 if (support) {
97 phylink_set(support, FIBRE);
101 phylink_set(support, TP);
141 * @support: pointer to an array of unsigned long for the ethtool support mask
149 unsigned long *support, unsigne
49 sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, unsigned long *support) argument
148 sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, unsigned long *support, unsigned long *interfaces) argument
[all...]

Completed in 273 milliseconds

1234