Lines Matching defs:cursor
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... */
5960 /* Ensure that the cursor is valid for the new mode before changing... */
6414 * the cursor is disabled.
6483 /* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
6554 /* if we want to turn off the cursor ignore width and height */
6556 DRM_DEBUG_KMS("cursor off\n");
6579 /* we only need to pin inside GTT if cursor is non-phy */
6585 DRM_ERROR("cursor cannot be tiled\n");
6593 * cursor preventing the VT-d warning.
6601 DRM_ERROR("failed to move cursor bo into the GTT\n");
6607 DRM_ERROR("failed to release fence for cursor");
10111 } cursor[I915_MAX_PIPES];
10168 error->cursor[i].control = I915_READ(CURCNTR(i));
10169 error->cursor[i].position = I915_READ(CURPOS(i));
10170 error->cursor[i].base = I915_READ(CURBASE(i));
10172 error->cursor[i].control = I915_READ(CURCNTR_IVB(i));
10173 error->cursor[i].position = I915_READ(CURPOS_IVB(i));
10174 error->cursor[i].base = I915_READ(CURBASE_IVB(i));
10255 err_printf(m, " CNTR: %08x\n", error->cursor[i].control);
10256 err_printf(m, " POS: %08x\n", error->cursor[i].position);
10257 err_printf(m, " BASE: %08x\n", error->cursor[i].base);