Searched defs:cursor (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s12/open-src/app/xlock/sun-src/ |
H A D | xlock.c | 128 * Removed cursor to avoid phosphor burn. 191 static Cursor mycursor; /* blank cursor */ 192 static Cursor passwdcursor; /* cursor used in getPassword */ 194 static Pixmap lockm; /* pixmaps for cursor and mask */ 195 static char no_bits[] = {0}; /* dummy array for the blank cursor */ 311 * just grab it again with a new cursor shape and ignore the return code. 314 XChangeGrabbedCursor(Cursor cursor) argument 318 GrabModeAsync, GrabModeAsync, None, cursor, CurrentTime);
|
/solaris-x11-s12/open-src/kernel/i915/src/ |
H A D | intel_pm.c | 1124 /* cursor SR */ 1142 /* cursor HPLL off SR */ 1166 const struct intel_watermark_params *cursor, 1178 *cursor_wm = cursor->guard_size; 1198 /* Use the large buffer method to calculate cursor watermark */ 1202 tlb_miss = cursor->fifo_size*cursor->cacheline_size - hdisplay * 8; 1205 entries = DIV_ROUND_UP(entries, cursor->cacheline_size); 1206 *cursor_wm = entries + cursor->guard_size; 1207 if (*cursor_wm > (int)cursor 1162 g4x_compute_wm0(struct drm_device *dev, int plane, const struct intel_watermark_params *display, int display_latency_ns, const struct intel_watermark_params *cursor, int cursor_latency_ns, int *plane_wm, int *cursor_wm) argument 1220 g4x_check_srwm(struct drm_device *dev, int display_wm, int cursor_wm, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor) argument 1248 g4x_compute_srwm(struct drm_device *dev, int plane, int latency_ns, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor, int *display_wm, int *cursor_wm) argument 1696 ironlake_check_srwm(struct drm_device *dev, int level, int fbc_wm, int display_wm, int cursor_wm, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor) argument 1743 ironlake_compute_srwm(struct drm_device *dev, int level, int plane, int latency_ns, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor, int *fbc_wm, int *display_wm, int *cursor_wm) argument [all...] |
H A D | intel_display.c | 3548 * cursor plane briefly if not already running after enabling the display 3671 /* The fixup needs to happen before cursor is enabled */ 4892 /* Ensure that the cursor is valid for the new mode before changing... */ 5744 /* Ensure that the cursor is valid for the new mode before changing... */ 5962 /* Ensure that the cursor is valid for the new mode before changing... */ 6416 * the cursor is disabled. 6485 /* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */ 6556 /* if we want to turn off the cursor ignore width and height */ 6558 DRM_DEBUG_KMS("cursor off\n"); 6581 /* we only need to pin inside GTT if cursor i 10114 } cursor[I915_MAX_PIPES]; member in struct:intel_display_error_state [all...] |
Completed in 72 milliseconds