Searched defs:on (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_cp.c1216 /* Turn on bus mastering */
1296 /* Enable or disable PCI-E GART on the chip */
1297 static void radeon_set_pciegart(drm_radeon_private_t *dev_priv, int on) argument
1300 if (on) {
1325 /* Enable or disable PCI GART on the chip */
1326 static void radeon_set_pcigart(drm_radeon_private_t *dev_priv, int on) argument
1331 radeon_set_pciegart(dev_priv, on);
1337 if (on) {
1364 DRM_ERROR("Cannot initialise DRM on this card\n"
1583 DRM_INFO("Setting GART location based on ne
[all...]
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c208 Bool on; member in struct:_con_output
837 /* not on the list, can't clone */
845 /* Check if the output is to be turned on */
1086 * Reset other outputs based on this one using the best crtc
1397 con_outputs[i].on = False;
1434 con_outputs[ncon].on = True;
1450 con_outputs[ncon].on = False;
1485 i = con_outputs[2].on * 4 + con_outputs[1].on * 2 + con_outputs[0].on;
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c41 static void intel_crtc_update_cursor(struct drm_crtc *crtc, bool on);
434 * Returns whether any output on the specified pipe is of the specified type
474 /* XXX: We may need to be checking "Dot clock" depending on the multiplier,
494 * For LVDS just rely on its current settings for dual-channel.
555 * For LVDS just rely on its current settings for dual-channel.
630 /* based on hardware requirement prefer smaller n to precision */
632 /* based on hardware requirement prefer larger m1,m2 */
681 /* based on hardware requirement, prefer smaller n to precision */
689 /* based on hardware requirement, prefer bigger m1,m2 values */
749 * intel_wait_for_vblank - wait for vblank on
6484 intel_crtc_update_cursor(struct drm_crtc *crtc, bool on) argument
[all...]
H A Di915_drv.h151 int active; /* count of number of active CRTCs (i.e. DPMS on) */
152 bool on; /* is the PLL actually active? Disabled during modeset */ member in struct:intel_shared_dpll
194 * 1.6: - New ioctl for scheduling buffer swaps on vertical blank
195 * - Support vertical blank on secondary display pipe
360 * Returns true on success, false on failure.
541 FBC_BAD_PLANE, /* fbc not supported on plane */
828 * mappings on resume */
852 * A reference is held on the buffer while on thi
[all...]

Completed in 55 milliseconds