/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp.c | 250 if (!i915->display.hdcp.comp_added || !i915->display.hdcp.arbiter) { in intel_hdcp2_prerequisite() 1205 struct i915_hdcp_arbiter *arbiter; in hdcp2_prepare_ake_init() local 1209 arbiter = i915->display.hdcp.arbiter; in hdcp2_prepare_ake_init() 1211 if (!arbiter || !arbiter->ops) { in hdcp2_prepare_ake_init() 1216 ret = arbiter->ops->initiate_hdcp2_session(arbiter->hdcp_dev, data, ake_data); in hdcp2_prepare_ake_init() 1235 struct i915_hdcp_arbiter *arbiter; in hdcp2_verify_rx_cert_prepare_km() local 1239 arbiter = i915->display.hdcp.arbiter; in hdcp2_verify_rx_cert_prepare_km() 1241 if (!arbiter || !arbiter->ops) { in hdcp2_verify_rx_cert_prepare_km() 1246 ret = arbiter->ops->verify_receiver_cert_prepare_km(arbiter->hdcp_dev, data, in hdcp2_verify_rx_cert_prepare_km() 1263 struct i915_hdcp_arbiter *arbiter; in hdcp2_verify_hprime() local [all …]
|
H A D | intel_hdcp_gsc.c | 153 i915->display.hdcp.arbiter = data; in intel_hdcp_gsc_init() 154 i915->display.hdcp.arbiter->hdcp_dev = i915->drm.dev; in intel_hdcp_gsc_init() 155 i915->display.hdcp.arbiter->ops = &gsc_hdcp_ops; in intel_hdcp_gsc_init() 165 kfree(i915->display.hdcp.arbiter); in intel_hdcp_gsc_fini()
|
H A D | intel_display_core.h | 419 struct i915_hdcp_arbiter *arbiter; member
|
/linux/Documentation/gpu/ |
H A D | vgaarbiter.rst | 20 the operation of the VGA arbiter implemented for the Linux kernel. 27 arbiter then enables/disables the decoding on different devices of the VGA 28 legacy instructions. Devices which do not want/need to use the arbiter may 35 Opens a user instance of the arbiter. By default, it's attached to the 56 Write a command to the arbiter. List of commands: 85 a bit, but makes the arbiter more tolerant to user space problems and able 88 user space for a given user (file descriptor instance) of the arbiter. 92 in the arbiter. 94 There is also an in-kernel API of the arbiter in case DRM, vgacon, or other 109 To use the vga arbiter char device it was implemented an API inside the [all …]
|
/linux/drivers/gpu/drm/xe/display/ |
H A D | xe_hdcp_gsc.c | 150 xe->display.hdcp.arbiter = data; in intel_hdcp_gsc_init() 151 xe->display.hdcp.arbiter->hdcp_dev = xe->drm.dev; in intel_hdcp_gsc_init() 152 xe->display.hdcp.arbiter->ops = &gsc_hdcp_ops; in intel_hdcp_gsc_init() 166 struct i915_hdcp_arbiter *arb = xe->display.hdcp.arbiter; in intel_hdcp_gsc_fini() 175 xe->display.hdcp.arbiter = NULL; in intel_hdcp_gsc_fini()
|
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | tracepoints.rst | 110 - mlx5_esw_vport_qos_create: trace creation of transmit scheduler arbiter for vport:: 117 - mlx5_esw_vport_qos_config: trace configuration of transmit scheduler arbiter for vport:: 124 - mlx5_esw_vport_qos_destroy: trace deletion of transmit scheduler arbiter for vport:: 131 - mlx5_esw_group_qos_create: trace creation of transmit scheduler arbiter for rate group:: 138 - mlx5_esw_group_qos_config: trace configuration of transmit scheduler arbiter for rate group:: 145 - mlx5_esw_group_qos_destroy: trace deletion of transmit scheduler arbiter for group::
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-brcmstb-gisb-arb | 7 Broadcom Set Top Box internal GISB bus arbiter. Minimum value
|
/linux/Documentation/devicetree/bindings/mips/brcm/ |
H A D | soc.txt | 59 arbiter, etc.) 126 The memory controller arbiter is responsible for memory clients allocation
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-385-atl-x530.dts | 224 marvell,nand-enable-arbiter;
|
/linux/Documentation/admin-guide/media/ |
H A D | bttv.rst | 336 demultiplexed by the audio request signal. Thus the arbiter defaults to 341 after the video request but before the PCI external arbiter has granted 360 Thus, both the arbiter and the initiator contain 430FX compatibility 364 When EN_TBFX is enabled, the arbiter ensures that the two compatibility 365 rules are satisfied. Before GNT is asserted by the PCI arbiter, this 366 internal arbiter may still logical-or the two requests. However, once 367 the GNT is issued, this arbiter must lock in its decision and now route 368 only the granted request to the REQ pin. The arbiter decision lock 376 idle (FRAME and IRDY). The arbiter decision may then continue 387 Register on page 104). When in this mode, the arbiter does not pass GNT
|
/linux/drivers/bus/ |
H A D | Kconfig | 33 tristate "Broadcom STB GISB bus arbiter" 38 arbiter. This driver provides timeout and target abort error handling
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-mdm9615.dtsi | 261 qcom,controller-type = "pmic-arbiter";
|
H A D | qcom-msm8960.dtsi | 268 qcom,controller-type = "pmic-arbiter";
|
H A D | qcom-msm8660.dtsi | 322 qcom,controller-type = "pmic-arbiter";
|
H A D | qcom-apq8064.dtsi | 660 qcom,controller-type = "pmic-arbiter"; 666 qcom,controller-type = "pmic-arbiter";
|
H A D | qcom-ipq8064.dtsi | 372 qcom,controller-type = "pmic-arbiter";
|
/linux/Documentation/sound/cards/ |
H A D | emu-mixer.rst | 21 secondary peripheral, rather than the actual arbiter of device access.
|
/linux/drivers/memory/ |
H A D | Kconfig | 189 clocks for each local arbiter.
|
/linux/drivers/pci/ |
H A D | Kconfig | 294 enable VGA arbiter.
|
/linux/Documentation/networking/devlink/ |
H A D | devlink-port.rst | 402 Allows for usage of strict priority arbiter among siblings. This
|
H A D | ice.rst | 410 - allows for usage of strict priority arbiter among siblings. This
|
/linux/Documentation/process/ |
H A D | submitting-patches.rst | 250 Linus Torvalds is the final arbiter of all changes accepted into the
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | x1e80100.dtsi | 4989 spmi: arbiter@c400000 {
|