Searched refs:detect (Results 1 - 18 of 18) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo.h123 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo); member in struct:intel_dvo_dev_ops
H A Dintel_crt.c301 DRM_DEBUG_KMS("trigger hotplug detect cycle: adpa=0x%x\n", adpa);
340 DRM_DEBUG_KMS("trigger hotplug detect cycle: adpa=0x%x\n", adpa);
368 * Uses CRT_HOTPLUG_EN and CRT_HOTPLUG_STAT to detect CRT presence.
390 * On 4 series desktop, CRT detect sequence need to be done twice
513 DRM_DEBUG_KMS("starting load-detect on CRT\n");
550 int count, detect; local
582 detect = 0;
589 detect++;
601 status = detect * 4 > count * 3 ?
645 /* for pre-945g platforms use load detect */
[all...]
H A Ddvo_sil164.c141 /* this will detect the SIL164 chip on the specified i2c bus */
282 .detect = sil164_detect,
H A Dintel_dvo.c342 return intel_dvo->dev.dev_ops->detect(&intel_dvo->dev);
385 .detect = intel_dvo_detect,
H A Ddvo_ch7xxx.c208 /* this will detect the CH7xxx chip on the specified i2c bus */
369 .detect = ch7xxx_detect,
H A Ddvo_ivch.c264 DRM_DEBUG_KMS("ivch detect failed due to address mismatch "
439 .detect = ivch_detect,
H A Ddvo_tfp410.c179 /* this will detect the tfp410 chip on the specified i2c bus */
323 .detect = tfp410_detect,
H A Ddvo_ch7017.c415 .detect = ch7017_detect,
H A Dintel_lvds.c420 connector->status = connector->funcs->detect(connector, false);
513 .detect = intel_lvds_detect,
H A Ddvo_ns2501.c229 /* this will detect the NS2501 chip on the specified i2c bus */
589 .detect = ns2501_detect,
H A Dintel_hdmi.c1132 .detect = intel_hdmi_detect,
H A Dintel_tv.c1186 /* Disable TV interrupts around load detect or we'll recurse */
1505 .detect = intel_tv_detect,
H A Dintel_dp.c2764 .detect = intel_dp_detect,
H A Dintel_sdvo.c134 * This is set if we detect output of sdvo device as LVDS.
2172 .detect = intel_sdvo_detect,
H A Di915_irq.c525 connector->status = connector->funcs->detect(connector, false);
2964 /* We detect FlipDone by looking for the change in PendingFlip from '1'
3139 /* We detect FlipDone by looking for the change in PendingFlip from '1'
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc_helper.h109 /* detect for DAC style encoders */
110 enum drm_connector_status (*detect)(struct drm_encoder *encoder, member in struct:drm_encoder_helper_funcs
H A Ddrm_crtc.h455 * @detect: is this connector active?
477 enum drm_connector_status (*detect)(struct drm_connector *connector, member in struct:drm_connector_funcs
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc_helper.c103 * Based on @dev's mode_config layout, scan all the connectors and try to detect
141 connector->status = connector->funcs->detect(connector, true);
1000 connector->status = connector->funcs->detect(connector, false);

Completed in 4268 milliseconds