Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 1624) sorted by relevance

12345678910>>...65

/linux/arch/arm/mach-omap2/
H A Dclock.c84 struct ti_clk_features features = { 0 }; in ti_clk_init_features() local
87 features.fint_min = OMAP3430_DPLL_FINT_BAND1_MIN; in ti_clk_init_features()
88 features.fint_max = OMAP3430_DPLL_FINT_BAND2_MAX; in ti_clk_init_features()
89 features.fint_band1_max = OMAP3430_DPLL_FINT_BAND1_MAX; in ti_clk_init_features()
90 features.fint_band2_min = OMAP3430_DPLL_FINT_BAND2_MIN; in ti_clk_init_features()
92 features.fint_min = OMAP3PLUS_DPLL_FINT_MIN; in ti_clk_init_features()
93 features.fint_max = OMAP3PLUS_DPLL_FINT_MAX; in ti_clk_init_features()
98 features.dpll_bypass_vals |= in ti_clk_init_features()
102 features.dpll_bypass_vals |= in ti_clk_init_features()
107 features.dpll_bypass_vals |= in ti_clk_init_features()
[all …]
/linux/fs/btrfs/
H A Dfs.c189 u64 features; in __btrfs_set_fs_incompat() local
192 features = btrfs_super_incompat_flags(disk_super); in __btrfs_set_fs_incompat()
193 if (!(features & flag)) { in __btrfs_set_fs_incompat()
195 features = btrfs_super_incompat_flags(disk_super); in __btrfs_set_fs_incompat()
196 if (!(features & flag)) { in __btrfs_set_fs_incompat()
197 features |= flag; in __btrfs_set_fs_incompat()
198 btrfs_set_super_incompat_flags(disk_super, features); in __btrfs_set_fs_incompat()
212 u64 features; in __btrfs_clear_fs_incompat() local
215 features = btrfs_super_incompat_flags(disk_super); in __btrfs_clear_fs_incompat()
216 if (features & flag) { in __btrfs_clear_fs_incompat()
[all …]
/linux/drivers/hid/
H A Dwacom_wac.c117 bool has_quirk = wacom_wac->features.quirks & WACOM_QUIRK_BATTERY; in wacom_notify_battery()
172 struct wacom_features *features = &wacom->features; in wacom_pl_irq() local
210 if (features->pressure_max > 255) in wacom_pl_irq()
212 pressure += (features->pressure_max + 1) / 2; in wacom_pl_irq()
343 struct wacom_features *features = &wacom->features; in wacom_graphire_irq() local
352 if (features->type == GRAPHIRE_BT) { in wacom_graphire_irq()
393 if (features->type == GRAPHIRE_BT) in wacom_graphire_irq()
405 if (features->type == WACOM_G4 || in wacom_graphire_irq()
406 features->type == WACOM_MO) { in wacom_graphire_irq()
409 } else if (features->type == GRAPHIRE_BT) { in wacom_graphire_irq()
[all …]
H A Dwacom_sys.c108 struct wacom_features *features = &wacom_wac->features; in wacom_wac_pen_serial_enforce() local
113 if (wacom_wac->serial[0] || !(features->quirks & WACOM_QUIRK_TOOLSERIAL)) in wacom_wac_pen_serial_enforce()
176 if (wacom->wacom_wac.features.type == BOOTLOADER) in wacom_raw_event()
228 struct wacom_features *features = &wacom->wacom_wac.features; in wacom_hid_usage_quirk() local
250 if (features->type == HID_GENERIC && in wacom_hid_usage_quirk()
286 features->quirks |= WACOM_QUIRK_AESPEN; in wacom_hid_usage_quirk()
311 struct wacom_features *features = &wacom->wacom_wac.features; in wacom_feature_mapping() local
326 if (!features->touch_max) { in wacom_feature_mapping()
335 if (ret == n && features->type == HID_GENERIC) { in wacom_feature_mapping()
338 } else if (ret == 2 && features->type != HID_GENERIC) { in wacom_feature_mapping()
[all …]
/linux/include/linux/
H A Dvirtio_features.h36 static inline bool virtio_features_test_bit(const u64 *features, in virtio_features_test_bit() argument
40 !!(features[VIRTIO_U64(bit)] & VIRTIO_BIT(bit)); in virtio_features_test_bit()
43 static inline void virtio_features_set_bit(u64 *features, in virtio_features_set_bit() argument
47 features[VIRTIO_U64(bit)] |= VIRTIO_BIT(bit); in virtio_features_set_bit()
50 static inline void virtio_features_clear_bit(u64 *features, in virtio_features_clear_bit() argument
54 features[VIRTIO_U64(bit)] &= ~VIRTIO_BIT(bit); in virtio_features_clear_bit()
57 static inline void virtio_features_zero(u64 *features) in virtio_features_zero() argument
59 memset(features, 0, sizeof(features[0]) * VIRTIO_FEATURES_U64S); in virtio_features_zero()
62 static inline void virtio_features_from_u64(u64 *features, u64 from) in virtio_features_from_u64() argument
64 virtio_features_zero(features); in virtio_features_from_u64()
[all …]
/linux/drivers/net/ethernet/atheros/atlx/
H A Datlx.c208 static void __atlx_vlan_mode(netdev_features_t features, u32 *ctrl) in __atlx_vlan_mode() argument
210 if (features & NETIF_F_HW_VLAN_CTAG_RX) { in __atlx_vlan_mode()
220 netdev_features_t features) in atlx_vlan_mode() argument
229 __atlx_vlan_mode(features, &ctrl); in atlx_vlan_mode()
237 atlx_vlan_mode(adapter->netdev, adapter->netdev->features); in atlx_restore_vlan()
241 netdev_features_t features) in atlx_fix_features() argument
247 if (features & NETIF_F_HW_VLAN_CTAG_RX) in atlx_fix_features()
248 features |= NETIF_F_HW_VLAN_CTAG_TX; in atlx_fix_features()
250 features &= ~NETIF_F_HW_VLAN_CTAG_TX; in atlx_fix_features()
252 return features; in atlx_fix_features()
[all …]
/linux/arch/powerpc/kernel/
H A Dkvm.c405 u32 *features = data; in kvm_map_magic_page() local
415 *features = out[0]; in kvm_map_magic_page()
418 static void __init kvm_check_ins(u32 *inst, u32 features) in kvm_check_ins() argument
460 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
464 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
468 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
472 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
476 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
480 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
484 if (features & KVM_MAGIC_FEAT_MAS0_TO_SPRG7) in kvm_check_ins()
[all …]
/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_12_2_glymur.h68 .features = VIG_SDM845_MASK_SDMA,
75 .features = VIG_SDM845_MASK_SDMA,
82 .features = VIG_SDM845_MASK_SDMA,
89 .features = VIG_SDM845_MASK_SDMA,
96 .features = DMA_SDM845_MASK_SDMA,
103 .features = DMA_SDM845_MASK_SDMA,
110 .features = DMA_SDM845_MASK_SDMA,
117 .features = DMA_SDM845_MASK_SDMA,
124 .features = DMA_CURSOR_SDM845_MASK_SDMA,
131 .features = DMA_CURSOR_SDM845_MASK_SDMA,
[all …]
/linux/arch/x86/kernel/
H A Dshstk.c31 static bool features_enabled(unsigned long features) in features_enabled() argument
33 return current->thread.features & features; in features_enabled()
36 static void features_set(unsigned long features) in features_set() argument
38 current->thread.features |= features; in features_set()
41 static void features_clr(unsigned long features) in features_clr() argument
43 current->thread.features &= ~features; in features_clr()
190 current->thread.features = 0; in reset_thread_features()
577 unsigned long features = arg2; in shstk_prctl() local
580 return put_user(task->thread.features, (unsigned long __user *)arg2); in shstk_prctl()
584 task->thread.features_locked |= features; in shstk_prctl()
[all …]
/linux/arch/arm/mm/
H A Dcache-tauros2.c180 static void __init enable_extra_feature(unsigned int features) in enable_extra_feature() argument
186 if (features & CACHE_TAUROS2_PREFETCH_ON) in enable_extra_feature()
191 (features & CACHE_TAUROS2_PREFETCH_ON) in enable_extra_feature()
194 if (features & CACHE_TAUROS2_LINEFILL_BURST8) in enable_extra_feature()
199 (features & CACHE_TAUROS2_LINEFILL_BURST8) in enable_extra_feature()
205 static void __init tauros2_internal_init(unsigned int features) in tauros2_internal_init() argument
209 enable_extra_feature(features); in tauros2_internal_init()
282 void __init tauros2_init(unsigned int features) in tauros2_init() argument
297 features = 0; in tauros2_init()
299 features = f; in tauros2_init()
[all …]
/linux/drivers/input/touchscreen/
H A Dwacom_i2c.c58 struct wacom_features *features) in wacom_query_device() argument
93 features->x_max = get_unaligned_le16(&data[3]); in wacom_query_device()
94 features->y_max = get_unaligned_le16(&data[5]); in wacom_query_device()
95 features->pressure_max = get_unaligned_le16(&data[11]); in wacom_query_device()
96 features->fw_version = get_unaligned_le16(&data[13]); in wacom_query_device()
100 features->x_max, features->y_max, in wacom_query_device()
101 features->pressure_max, features->fw_version); in wacom_query_device()
170 struct wacom_features features = { 0 }; in wacom_i2c_probe() local
178 error = wacom_query_device(client, &features); in wacom_i2c_probe()
197 input->id.version = features.fw_version; in wacom_i2c_probe()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c390 req->features = BIT_ULL(NPC_DMAC); in otx2_do_add_macfilter()
556 req->features |= BIT_ULL(NPC_SIP_IPV4); in otx2_prepare_ipv4_flow()
563 req->features |= BIT_ULL(NPC_DIP_IPV4); in otx2_prepare_ipv4_flow()
568 req->features |= BIT_ULL(NPC_TOS); in otx2_prepare_ipv4_flow()
573 req->features |= BIT_ULL(NPC_IPPROTO_ICMP); in otx2_prepare_ipv4_flow()
576 req->features |= BIT_ULL(NPC_IPPROTO_TCP); in otx2_prepare_ipv4_flow()
579 req->features |= BIT_ULL(NPC_IPPROTO_UDP); in otx2_prepare_ipv4_flow()
582 req->features |= BIT_ULL(NPC_IPPROTO_SCTP); in otx2_prepare_ipv4_flow()
585 req->features |= BIT_ULL(NPC_IPPROTO_AH); in otx2_prepare_ipv4_flow()
588 req->features |= BIT_ULL(NPC_IPPROTO_ESP); in otx2_prepare_ipv4_flow()
[all …]
/linux/Documentation/arch/x86/
H A Dxstate.rst1 Using XSTATE features in user space applications
6 evaluate which features have been enabled by the kernel XCR0.
8 Up to AVX-512 and PKRU states, these features are automatically enabled by
14 The purpose for dynamic features
25 size of 2KB with existing applications is too small for new CPU features
30 Using dynamically enabled XSTATE features in user space applications
34 request the usage of such features. The arch_prctl(2) options related to
39 arch_prctl(ARCH_GET_XCOMP_SUPP, &features);
41 ARCH_GET_XCOMP_SUPP stores the supported features in userspace storage of
46 arch_prctl(ARCH_GET_XCOMP_PERM, &features);
[all …]
/linux/net/ipv4/
H A Desp4_offload.c123 netdev_features_t features) in xfrm4_tunnel_gso_segment() argument
130 return skb_eth_gso_segment(skb, features, type); in xfrm4_tunnel_gso_segment()
135 netdev_features_t features) in xfrm4_transport_gso_segment() argument
144 segs = ops->callbacks.gso_segment(skb, features); in xfrm4_transport_gso_segment()
151 netdev_features_t features) in xfrm4_beet_gso_segment() argument
185 segs = ops->callbacks.gso_segment(skb, features); in xfrm4_beet_gso_segment()
192 netdev_features_t features) in xfrm4_outer_mode_gso_segment() argument
196 return xfrm4_tunnel_gso_segment(x, skb, features); in xfrm4_outer_mode_gso_segment()
198 return xfrm4_transport_gso_segment(x, skb, features); in xfrm4_outer_mode_gso_segment()
200 return xfrm4_beet_gso_segment(x, skb, features); in xfrm4_outer_mode_gso_segment()
[all …]
/linux/net/ipv6/
H A Desp6_offload.c159 netdev_features_t features) in xfrm6_tunnel_gso_segment() argument
166 return skb_eth_gso_segment(skb, features, type); in xfrm6_tunnel_gso_segment()
171 netdev_features_t features) in xfrm6_transport_gso_segment() argument
180 segs = ops->callbacks.gso_segment(skb, features); in xfrm6_transport_gso_segment()
187 netdev_features_t features) in xfrm6_beet_gso_segment() argument
225 segs = ops->callbacks.gso_segment(skb, features); in xfrm6_beet_gso_segment()
232 netdev_features_t features) in xfrm6_outer_mode_gso_segment() argument
236 return xfrm6_tunnel_gso_segment(x, skb, features); in xfrm6_outer_mode_gso_segment()
238 return xfrm6_transport_gso_segment(x, skb, features); in xfrm6_outer_mode_gso_segment()
240 return xfrm6_beet_gso_segment(x, skb, features); in xfrm6_outer_mode_gso_segment()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn321/
H A Ddcn321_dio_link_encoder.c117 enc10->base.features.flags.bits.DP_IS_USB_C = 1; in dcn321_link_encoder_construct()
121 enc10->base.features = *enc_features; in dcn321_link_encoder_construct()
166 enc10->base.features.flags.bits.HDMI_6GB_EN = 1; in dcn321_link_encoder_construct()
174 enc10->base.features.flags.bits.IS_HBR2_CAPABLE = in dcn321_link_encoder_construct()
176 enc10->base.features.flags.bits.IS_HBR3_CAPABLE = in dcn321_link_encoder_construct()
178 enc10->base.features.flags.bits.HDMI_6GB_EN = bp_cap_info.HDMI_6GB_EN; in dcn321_link_encoder_construct()
179 enc10->base.features.flags.bits.IS_DP2_CAPABLE = 1; in dcn321_link_encoder_construct()
180 enc10->base.features.flags.bits.IS_UHBR10_CAPABLE = bp_cap_info.DP_UHBR10_EN; in dcn321_link_encoder_construct()
181 enc10->base.features.flags.bits.IS_UHBR13_5_CAPABLE = bp_cap_info.DP_UHBR13_5_EN; in dcn321_link_encoder_construct()
182 enc10->base.features.flags.bits.IS_UHBR20_CAPABLE = bp_cap_info.DP_UHBR20_EN; in dcn321_link_encoder_construct()
[all …]
/linux/net/core/
H A Dgso.c14 netdev_features_t features, __be16 type) in skb_eth_gso_segment() argument
22 segs = ptype->callbacks.gso_segment(skb, features); in skb_eth_gso_segment()
38 netdev_features_t features) in skb_mac_gso_segment() argument
53 segs = ptype->callbacks.gso_segment(skb, features); in skb_mac_gso_segment()
89 netdev_features_t features, bool tx_path) in __skb_gso_segment() argument
106 if (features & NETIF_F_GSO_PARTIAL) { in __skb_gso_segment()
110 partial_features |= dev->features & dev->gso_partial_features; in __skb_gso_segment()
111 if (!skb_gso_ok(skb, features | partial_features)) in __skb_gso_segment()
112 features &= ~NETIF_F_GSO_PARTIAL; in __skb_gso_segment()
124 segs = skb_mac_gso_segment(skb, features); in __skb_gso_segment()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn30/
H A Ddcn30_dio_link_encoder.c113 enc10->base.features = *enc_features; in dcn30_link_encoder_construct()
180 enc10->base.features.flags.bits.HDMI_6GB_EN = 1; in dcn30_link_encoder_construct()
187 enc10->base.features.flags.bits.IS_HBR2_CAPABLE = in dcn30_link_encoder_construct()
189 enc10->base.features.flags.bits.IS_HBR3_CAPABLE = in dcn30_link_encoder_construct()
191 enc10->base.features.flags.bits.HDMI_6GB_EN = bp_cap_info.HDMI_6GB_EN; in dcn30_link_encoder_construct()
192 enc10->base.features.flags.bits.IS_DP2_CAPABLE = bp_cap_info.IS_DP2_CAPABLE; in dcn30_link_encoder_construct()
193 enc10->base.features.flags.bits.IS_UHBR10_CAPABLE = bp_cap_info.DP_UHBR10_EN; in dcn30_link_encoder_construct()
194 enc10->base.features.flags.bits.IS_UHBR13_5_CAPABLE = bp_cap_info.DP_UHBR13_5_EN; in dcn30_link_encoder_construct()
195 enc10->base.features.flags.bits.IS_UHBR20_CAPABLE = bp_cap_info.DP_UHBR20_EN; in dcn30_link_encoder_construct()
196 enc10->base.features.flags.bits.DP_IS_USB_C = in dcn30_link_encoder_construct()
[all …]
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c788 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config()
804 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config()
821 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config()
859 if ((ahc->features & AHC_ULTRA) != 0) { in ahc_pci_config()
865 ahc->features &= ~AHC_ULTRA; in ahc_pci_config()
877 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config()
935 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config()
946 if ((ahc->features & AHC_MULTI_FUNC) != 0) in ahc_pci_config()
949 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config()
981 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_ext_scbram_present()
[all …]
/linux/drivers/platform/cznic/
H A Dturris-omnia-mcu-base.c112 return sysfs_emit(buf, "0x%x\n", mcu->features); in fw_features_show()
188 !(mcu->features & OMNIA_FEAT_BOARD_INFO)) in omnia_mcu_base_attrs_visible()
253 } features[] = { in omnia_mcu_read_features() local
283 &mcu->features); in omnia_mcu_read_features()
293 mcu->features = features16; in omnia_mcu_read_features()
295 if (mcu->features & OMNIA_FEAT_FROM_BIT_16_INVALID) in omnia_mcu_read_features()
296 mcu->features &= GENMASK(15, 0); in omnia_mcu_read_features()
306 (mcu->features & OMNIA_FEAT_PERIPH_MCU) ? in omnia_mcu_read_features()
311 if (mcu->features & OMNIA_FEAT_BOOTLOADER) in omnia_mcu_read_features()
317 for (unsigned int i = 0; i < ARRAY_SIZE(features); i++) { in omnia_mcu_read_features()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c60 bool npc_is_feature_supported(struct rvu *rvu, u64 features, u8 intf) in npc_is_feature_supported() argument
67 unsupported = (mcam_features ^ features) & ~mcam_features; in npc_is_feature_supported()
345 u64 *features; in npc_handle_multi_layer_fields() local
350 features = &mcam->rx_features; in npc_handle_multi_layer_fields()
354 features = &mcam->tx_features; in npc_handle_multi_layer_fields()
418 *features |= BIT_ULL(NPC_ETYPE); in npc_handle_multi_layer_fields()
448 *features |= BIT_ULL(NPC_OUTER_VID); in npc_handle_multi_layer_fields()
453 *features |= BIT_ULL(NPC_INNER_VID); in npc_handle_multi_layer_fields()
563 u64 *features = &mcam->rx_features; in npc_set_features() local
568 features = &mcam->tx_features; in npc_set_features()
[all …]
/linux/drivers/rtc/
H A Drtc-optee.c125 u64 features; member
147 u64 features; member
234 if (!(priv->features & TA_RTC_FEATURE_CORRECTION)) in optee_rtc_readoffset()
259 if (!(priv->features & TA_RTC_FEATURE_CORRECTION)) in optee_rtc_setoffset()
284 if (!(priv->features & TA_RTC_FEATURE_ALARM)) in optee_rtc_read_alarm()
331 if (!(priv->features & TA_RTC_FEATURE_ALARM)) in optee_rtc_set_alarm()
370 if (!(priv->features & TA_RTC_FEATURE_ALARM)) in optee_rtc_enable_alarm()
404 if (!(priv->features & TA_RTC_FEATURE_ALARM)) in optee_rtc_wait_alarm()
429 if (!(priv->features & TA_RTC_FEATURE_ALARM)) in optee_rtc_cancel_wait_alarm()
450 if (!(priv->features & TA_RTC_FEATURE_ALARM)) in optee_rtc_set_alarm_wake_status()
[all …]
/linux/scripts/
H A Dgenerate_rust_target.rs206 let mut features = "-mmx,+soft-float".to_string(); in main() localVariable
213 features += ",+retpoline-external-thunk"; in main()
214 features += ",+retpoline-indirect-branches"; in main()
215 features += ",+retpoline-indirect-calls"; in main()
222 features += ",+harden-sls-ijmp"; in main()
223 features += ",+harden-sls-ret"; in main()
225 ts.push("features", features); in main()
246 let mut features = "-mmx,+soft-float".to_string(); in main() localVariable
248 features += ",+retpoline-external-thunk"; in main()
250 ts.push("features", features); in main()
/linux/drivers/net/
H A Dtun_vnet.h112 static inline unsigned int tun_vnet_parse_size(netdev_features_t features) in tun_vnet_parse_size() argument
114 if (!(features & NETIF_F_GSO_UDP_TUNNEL)) in tun_vnet_parse_size()
121 netdev_features_t features, in __tun_vnet_hdr_get() argument
125 unsigned int parsed_size = tun_vnet_parse_size(features); in __tun_vnet_hdr_get()
156 static inline int __tun_vnet_hdr_put(int sz, netdev_features_t features, in __tun_vnet_hdr_put() argument
160 unsigned int parsed_size = tun_vnet_parse_size(features); in __tun_vnet_hdr_put()
198 tun_vnet_hdr_tnl_to_skb(unsigned int flags, netdev_features_t features, in tun_vnet_hdr_tnl_to_skb() argument
203 features & NETIF_F_GSO_UDP_TUNNEL, in tun_vnet_hdr_tnl_to_skb()
204 features & NETIF_F_GSO_UDP_TUNNEL_CSUM, in tun_vnet_hdr_tnl_to_skb()
242 bool has_tnl_offload = !!(dev->features & NETIF_F_GSO_UDP_TUNNEL); in tun_vnet_hdr_tnl_from_skb()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn401/
H A Ddcn401_dio_link_encoder.c245 enc10->base.features = *enc_features; in dcn401_link_encoder_construct()
247 enc10->base.features.flags.bits.DP_IS_USB_C = 1; in dcn401_link_encoder_construct()
297 enc10->base.features.flags.bits.HDMI_6GB_EN = 1; in dcn401_link_encoder_construct()
305 enc10->base.features.flags.bits.IS_HBR2_CAPABLE = in dcn401_link_encoder_construct()
307 enc10->base.features.flags.bits.IS_HBR3_CAPABLE = in dcn401_link_encoder_construct()
309 enc10->base.features.flags.bits.HDMI_6GB_EN = bp_cap_info.HDMI_6GB_EN; in dcn401_link_encoder_construct()
310 enc10->base.features.flags.bits.IS_DP2_CAPABLE = 1; in dcn401_link_encoder_construct()
311 enc10->base.features.flags.bits.IS_UHBR10_CAPABLE = bp_cap_info.DP_UHBR10_EN; in dcn401_link_encoder_construct()
312 enc10->base.features.flags.bits.IS_UHBR13_5_CAPABLE = bp_cap_info.DP_UHBR13_5_EN; in dcn401_link_encoder_construct()
313 enc10->base.features.flags.bits.IS_UHBR20_CAPABLE = bp_cap_info.DP_UHBR20_EN; in dcn401_link_encoder_construct()
[all …]

12345678910>>...65