Home
last modified time | relevance | path

Searched full:connectors (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_client_modeset.c56 modeset->connectors = kcalloc(max_connector_count, in drm_client_modeset_create()
57 sizeof(*modeset->connectors), GFP_KERNEL); in drm_client_modeset_create()
58 if (!modeset->connectors) in drm_client_modeset_create()
81 drm_connector_put(modeset->connectors[i]); in drm_client_modeset_release()
82 modeset->connectors[i] = NULL; in drm_client_modeset_release()
97 kfree(modeset->connectors); in drm_client_modeset_free()
231 static void drm_client_connectors_enabled(struct drm_connector **connectors, in drm_client_connectors_enabled() argument
240 connector = connectors[i]; in drm_client_connectors_enabled()
252 enabled[i] = drm_connector_enabled(connectors[i], false); in drm_client_connectors_enabled()
256 struct drm_connector **connectors, in drm_client_target_cloned() argument
[all …]
H A Ddrm_crtc_helper.c206 * disconnected connectors. Then it will disable all unused encoders and CRTCs
259 * Try to set @mode on @crtc. Give @crtc and its associated connectors a chance
312 /* Pass our mode to the connectors and the CRTC to give them a chance to in drm_crtc_helper_set_mode()
387 /* Now enable the clocks, plane, pipe, and connectors that we set up. */ in drm_crtc_helper_set_mode()
431 /* Decouple all encoders and their attached connectors from this crtc */ in drm_crtc_helper_disable()
463 * For connectors that support multiple encoders, either the
551 DRM_DEBUG_KMS("[CRTC:%d:%s] [FB:%d] #connectors=%d (x y) (%i %i)\n", in drm_crtc_helper_set_config()
625 /* take a reference on all unbound connectors in set, reuse the in drm_crtc_helper_set_config()
626 * already taken reference for bound connectors in drm_crtc_helper_set_config()
629 if (set->connectors[ro]->encoder) in drm_crtc_helper_set_config()
[all …]
H A Ddrm_atomic.c66 kfree(state->connectors); in drm_atomic_state_default_release()
157 struct drm_connector *connector = state->connectors[i].ptr; in drm_atomic_state_default_clear()
163 state->connectors[i].state); in drm_atomic_state_default_clear()
164 state->connectors[i].ptr = NULL; in drm_atomic_state_default_clear()
165 state->connectors[i].state = NULL; in drm_atomic_state_default_clear()
166 state->connectors[i].old_state = NULL; in drm_atomic_state_default_clear()
167 state->connectors[i].new_state = NULL; in drm_atomic_state_default_clear()
255 * per-object state for planes, CRTCs and connectors.
686 * helpers already provide for connectors, planes and CRTCs.
870 * connectors attached to @encoder vs ones that did (and to inspect their
[all …]
H A Ddrm_writeback.c24 * Writeback connectors are used to expose hardware which can write the output
26 * types of connectors, with some important differences:
28 * * Writeback connectors don't provide a way to output visually to the user.
30 * * Writeback connectors are visible to userspace only when the client sets
33 * * Writeback connectors don't have EDID.
50 * Writeback connectors have some additional properties, which userspace
73 * commit affecting any of the same CRTCs, Planes or Connectors.
76 * applications making use of writeback connectors *always* retrieve an
169 * set up writeback connectors.
H A Ddrm_plane_helper.c67 * Returns the connectors currently associated with a CRTC. This function
196 /* Find current connectors for CRTC */ in drm_primary_helper_update()
205 set.connectors = connector_list; in drm_primary_helper_update()
211 * connectors that were already in use, so we shouldn't need the extra in drm_primary_helper_update()
212 * cross-CRTC fb refcounting to accomodate stealing connectors. in drm_primary_helper_update()
H A Ddrm_connector.c40 * In DRM connectors are the general abstraction for display sinks, and include
43 * plane abstractions) connectors can be hotplugged and unplugged at runtime.
54 * Connectors must be attached to an encoder to be used. For devices that map
55 * connectors to encoders 1:1, the connector should be attached at
60 * For connectors which are not fixed (like built-in panels) the driver needs to
62 * probe helpers, see drm_kms_helper_poll_init() for connectors which don't have
63 * hardware support for hotplug interrupts. Connectors with hardware hotplug
211 * Initialises a preallocated connector. Connectors should be
280 /* We should add connectors at the end to avoid upsetting the connector in drm_connector_init()
332 * Initialises a preallocated connector. Connectors should be
[all …]
H A Ddrm_probe_helper.c55 * It also provides support for polling connectors with a work item and for
645 /* Ignore forced connectors. */ in output_poll_execute()
649 /* Ignore HPD capable connectors and connectors where we don't in output_poll_execute()
761 * this helper infrastructure to regularly poll such connectors for changes in
764 * Drivers can control which connectors are polled by setting the
766 * connectors where probing live outputs can result in visual distortion drivers
768 * Connectors which have no flag or only DRM_CONNECTOR_POLL_HPD set are
801 * Drivers can use this helper function to run a detect cycle on all connectors
803 * other connectors are ignored, which is useful to avoid reprobing fixed
834 /* Only handle HPD capable connectors. */ in drm_helper_hpd_irq_event()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/jsonrpc/jsonrpc/
H A D0001-Fix-build-with-libmicrohttpd.patch7 src/jsonrpccpp/server/connectors/httpserver.cpp | 2 +-
8 src/jsonrpccpp/server/connectors/httpserver.h | 8 +++++++-
11 diff --git a/src/jsonrpccpp/server/connectors/httpserver.cpp b/src/jsonrpccpp/server/connectors/htt…
13 --- a/src/jsonrpccpp/server/connectors/httpserver.cpp
14 +++ b/src/jsonrpccpp/server/connectors/httpserver.cpp
24 diff --git a/src/jsonrpccpp/server/connectors/httpserver.h b/src/jsonrpccpp/server/connectors/https…
26 --- a/src/jsonrpccpp/server/connectors/httpserver.h
27 +++ b/src/jsonrpccpp/server/connectors/httpserver.h
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-dv.rst20 hooked up to e.g. HDMI connectors. Even though the subdevice will
26 for quick switching between connectors.
42 Many connectors have a hotplug pin which is high if EDID information
48 connectors.
65 is applicable to VGA, DVI-A/D, HDMI and DisplayPort connectors.
74 This control is applicable to HDMI connectors.
89 DVI-A/D, HDMI and DisplayPort connectors.
96 information is sent over HDMI and DisplayPort connectors as part of
133 DisplayPort connectors.
148 DVI-A/D, HDMI and DisplayPort connectors.
[all …]
H A Dvideo.rst9 Video inputs and outputs are physical connectors of a device. These can
10 be for example: RF connectors (antenna/cable), CVBS a.k.a. Composite
11 Video, S-Video and RGB connectors. Camera sensors are also considered to
H A Daudio.rst9 Audio inputs and outputs are physical connectors of a device. Video
19 and audio source is a tuner. Further audio connectors can combine with
22 The relation of video and audio connectors is defined in the
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3288/
H A DKconfig39 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
50 includes on-board eMMC and 2GB of DDR3. Expansion connectors provide
59 includes on-board eMMC and 2GB of SDRAM. Expansion connectors
68 also includes on-board eMMC and 1GB of SDRAM. Expansion connectors
77 has 1 or 2 GiB SDRAM. Expansion connectors provide access to
95 2GB DDR3. Expansion connectors provide access to I2C, SPI, UART,
120 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
138 8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/
H A Ddev.c100 dev->connectors = (drmModeConnectorPtr*)calloc(dev->num_connectors, sizeof(*dev->connectors)); in create_sp_dev()
101 if (!dev->connectors) { in create_sp_dev()
102 printf("failed to allocate connectors\n"); in create_sp_dev()
106 dev->connectors[i] = drmModeGetConnector(dev->fd, in create_sp_dev()
107 r->connectors[i]); in create_sp_dev()
108 if (!dev->connectors[i]) { in create_sp_dev()
282 if (dev->connectors) { in destroy_sp_dev()
284 if (dev->connectors[i]) in destroy_sp_dev()
285 drmModeFreeConnector(dev->connectors[i]); in destroy_sp_dev()
287 free(dev->connectors); in destroy_sp_dev()
/OK3568_Linux_fs/buildroot/package/libdrm/
H A D0002-modetest-Speed-up-dumping-info.patch27 +int encoders = 0, connectors = 0, crtcs = 0, planes = 0, fbs = 0;
69 free(res->connectors[i].name);
82 /* Set the name of all connectors based on the type name and the per-type ID. */
85 struct connector *connector = &res->connectors[i];
107 - int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0;
124 - encoders = connectors = crtcs = planes = framebuffers = 1;
125 + encoders = connectors = crtcs = planes = fbs = 1;
143 dump_resource(&dev, connectors);
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_atomic.h188 * file descriptor. Used by writeback connectors to signal completion of
315 * @num_connector: size of the @connectors and @connector_states arrays
316 * @connectors: pointer to array of structures with per-connector data
353 struct __drm_connnectors_state *connectors; member
362 * Used for signaling unbound planes/connectors.
593 return state->connectors[index].state; in drm_atomic_get_existing_connector_state()
613 return state->connectors[index].old_state; in drm_atomic_get_old_connector_state()
633 return state->connectors[index].new_state; in drm_atomic_get_new_connector_state()
689 * for_each_oldnew_connector_in_state - iterate over all connectors in an atomic update
698 * This iterates over all connectors in an atomic update, tracking both old and
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/
H A Ddleyna-connector-dbus_0.3.0.bb16 FILES:${PN} += "${libdir}/dleyna-1.0/connectors/*.so"
17 FILES:${PN}-dev += "${libdir}/dleyna-1.0/connectors/*.la"
18 FILES:${PN}-dbg += "${libdir}/dleyna-1.0/connectors/.debug/*.so"
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dcorsair-cpro.rst17 The Corsair Commander Pro is a USB device with 6 fan connectors,
18 4 temperature sensor connectors and 2 Corsair LED connectors.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/pl111/
H A Dpl111_versatile.c116 dev_info(drm->dev, "enable Integrator CLCD connectors\n"); in pl111_integrator_enable()
156 dev_info(drm->dev, "enable IM-PD1 CLCD connectors\n"); in pl111_impd1_enable()
167 dev_info(drm->dev, "disable IM-PD1 CLCD connectors\n"); in pl111_impd1_disable()
194 dev_info(drm->dev, "disable Versatile CLCD connectors\n"); in pl111_versatile_disable()
205 dev_info(drm->dev, "enable Versatile CLCD connectors\n"); in pl111_versatile_enable()
247 dev_info(drm->dev, "disable RealView CLCD connectors\n"); in pl111_realview_clcd_disable()
256 dev_info(drm->dev, "enable RealView CLCD connectors\n"); in pl111_realview_clcd_enable()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drmMode.h81 uint32_t *connectors; member
187 * User-space should first try to enable DRM_MODE_CONNECTED connectors and
188 * ignore other connectors. If there are no DRM_MODE_CONNECTED connectors,
190 * connectors.
333 uint32_t x, uint32_t y, uint32_t *connectors, int count,
/OK3568_Linux_fs/buildroot/package/libmodsecurity/
H A DConfig.in9 interface to ModSecurity Connectors taking in web
14 provided by your application via Connectors.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/xen/
H A Dxen_drm_front_cfg.h26 /* number of connectors in this configuration */
29 struct xen_drm_front_cfg_connector connectors[XEN_DRM_FRONT_MAX_CRTCS]; member
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dgraphics_drm.c55 NULL, // connectors in drm_disable_crtc()
261 connector = drmModeGetConnector(fd, resources->connectors[i]); in find_used_connector_by_type()
280 connector = drmModeGetConnector(fd, resources->connectors[i]); in find_first_connected_connector()
296 /* Look for LVDS/eDP/DSI connectors. Those are the main screens. */ in find_main_monitor()
341 connector = drmModeGetConnector(fd, resources->connectors[i]); in disable_non_main_crtcs()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Ddisplay-connector.c63 * For DVI and HDMI connectors a DDC probe failure indicates in display_connector_detect()
73 * Composite and S-Video connectors have no other detection in display_connector_detect()
74 * mean than the HPD GPIO. For VGA connectors, even if we have in display_connector_detect()
264 * Get the HPD GPIO for DVI, HDMI and DP connectors. If the GPIO can provide in display_connector_probe()
298 /* Retrieve the DDC I2C adapter for DVI, HDMI and VGA connectors. */ in display_connector_probe()
/OK3568_Linux_fs/u-boot/board/freescale/ls2080aqds/
H A DREADME25 chip-selects and two DIMM connectors. Support is up to 2133MT/s.
27 and two DIMM connectors. Support is up to 1600MT/s.
51 - Two SATA onboard connectors
54 - Two DB9 D-Type connectors supporting one Serial port each
/OK3568_Linux_fs/kernel/Documentation/sound/cards/
H A Dserial-u16550.rst38 all four MIDI Out connectors. Set the A-B switch and the speed module
50 the same data to all four MIDI Out connectors at full MIDI speed.
60 number gives a bitmask of which MIDI Out connectors the data should be

12345678910>>...15