Searched refs:connectors (Results 1 - 20 of 20) sorted by relevance

/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.h87 struct drm_connector *connectors[8]; member in struct:tilcdc_drm_private
99 /* create appropriate encoders/connectors: */
H A Dtilcdc_slave.c294 priv->connectors[priv->num_connectors++] = connector;
H A Dtilcdc_tfp410.c294 priv->connectors[priv->num_connectors++] = connector;
H A Dtilcdc_panel.c286 priv->connectors[priv->num_connectors++] = connector;
/drivers/gpu/drm/
H A Ddrm_plane_helper.c47 * Returns the connectors currently associated with a CRTC. This function
234 /* Find current connectors for CRTC */
243 set.connectors = connector_list;
249 * connectors that were already in use, so we shouldn't need the extra
250 * cross-CRTC fb refcounting to accomodate stealing connectors.
H A Ddrm_crtc_helper.c189 * disconnected connectors. Then it will disable all unused encoders and crtcs
232 * Try to set @mode on @crtc. Give @crtc and its associated connectors a chance
282 /* Pass our mode to the connectors and the CRTC to give them a chance to
358 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
406 /* Decouple all encoders and their attached connectors from this crtc */
473 DRM_DEBUG_KMS("[CRTC:%d] [FB:%d] #connectors=%d (x y) (%i %i)\n",
556 if (set->connectors[ro] == connector) {
601 if (set->connectors[ro] == connector)
647 DRM_DEBUG_KMS("\t[CONNECTOR:%d:%s] set DPMS on\n", set->connectors[i]->base.id,
648 set->connectors[
[all...]
H A Ddrm_fb_helper.c75 * encoders and connectors. To finish up the fbdev helper initialization, the
83 * drm_fb_helper_single_add_all_connectors() - add all connectors to fbdev
87 * This functions adds all the available connectors for use with the given
89 * connectors to the fbdev, e.g. if some are reserved for special purposes or
476 * For each CRTC in this fb, turn the connectors on/off.
490 /* Walk the connectors & encoders on this fb turning them on/off */
542 kfree(helper->crtc_info[i].mode_set.connectors);
608 fb_helper->crtc_info[i].mode_set.connectors =
613 if (!fb_helper->crtc_info[i].mode_set.connectors)
1459 remaining connectors */
[all...]
H A Ddrm_crtc.c98 * Non-global properties, but "required" for certain connectors.
309 * for tracking modes, CRTCs and connectors. Note that despite the _get postfix
930 * device's list of connectors.
1313 * Standard properties (apply to all connectors)
1466 * connectors.
1491 * connectors.
1518 * connectors.
2467 * connectors from it), hence we need to refcount the fbs across all
2625 DRM_DEBUG_KMS("Count connectors is 0 but mode set\n");
2631 DRM_DEBUG_KMS("Count connectors i
[all...]
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c233 DRM_ERROR("to many connectors\n");
238 set->connectors[0] != &ldu->base.connector) {
240 set->connectors[0], &ldu->base.connector);
H A Dvmwgfx_scrn.c276 DRM_ERROR("to many connectors\n");
281 set->connectors[0] != &sou->base.connector) {
283 set->connectors[0], &sou->base.connector);
H A Dvmwgfx_drv.c1101 set.connectors = NULL;
/drivers/gpu/drm/msm/
H A Dmsm_drv.h117 struct drm_connector *connectors[8]; member in struct:msm_drm_private
/drivers/gpu/drm/omapdrm/
H A Domap_drv.c181 BUG_ON(priv->num_connectors >= ARRAY_SIZE(priv->connectors));
184 priv->connectors[priv->num_connectors++] = connector;
302 DBG("registered %d planes, %d crtcs, %d encoders and %d connectors\n",
H A Domap_drv.h102 struct drm_connector *connectors[8]; member in struct:omap_drm_private
/drivers/video/fbdev/aty/
H A Dradeon_monitor.c256 int offset, chips, connectors, tmp, i, conn, type; local
280 connectors = tmp & 0x0f;
281 pr_debug(" - chip %d has %d connectors\n", tmp >> 4, connectors);
/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c229 priv->connectors[priv->num_connectors++] = hdmi->connector;
/drivers/gpu/drm/msm/mdp/mdp4/
H A Dmdp4_kms.c296 priv->connectors[priv->num_connectors++] = connector;
/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c550 gma_crtc->mode_set.connectors = (struct drm_connector **)(gma_crtc + 1);
/drivers/gpu/drm/radeon/
H A Dradeon_display.c674 radeon_crtc->mode_set.connectors = (struct drm_connector **)(radeon_crtc + 1);
1598 /* okay we should have all the bios connectors */
/drivers/gpu/drm/i915/
H A Dintel_display.c542 * the given connectors.
5151 /* there is no real hw state for MST connectors */
10408 * can be changed by the connectors in the below retry loop.
10422 /* Pass our mode to the connectors and the CRTC to give them a chance to
10875 * for MST connectors if we unplug the connector is gone
11205 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
11342 if (WARN_ON(set->connectors == NULL))
11346 if (set->connectors[i]->encoder &&
11347 set->connectors[i]->encoder->crtc == set->crtc &&
11348 set->connectors[
[all...]

Completed in 2555 milliseconds