HomeSort by: relevance | last modified time | path
    Searched refs:CURPOS (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
fb_decoder.c 386 val = vgpu_vreg_t(vgpu, CURPOS(pipe));
handlers.c 2011 MMIO_D(CURPOS(PIPE_A), D_ALL);
2012 MMIO_D(CURPOS(PIPE_B), D_ALL);
2013 MMIO_D(CURPOS(PIPE_C), D_ALL);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 11339 I915_WRITE_FW(CURPOS(PIPE_A), pos);
11346 I915_WRITE_FW(CURPOS(PIPE_A), pos);
11562 * cause CURPOS to be armed by the CURBASE write.
11563 * Without the CURCNTR write the CURPOS write would
11565 * CURPOS.
11567 * On other platforms CURPOS always requires the
11571 * the CURBASE write after CURPOS could lead to a
11589 I915_WRITE_FW(CURPOS(pipe), pos);
11596 I915_WRITE_FW(CURPOS(pipe), pos);
18676 error->cursor[i].position = I915_READ(CURPOS(i))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h 6333 #define CURPOS(pipe) _CURSOR2(pipe, _CURAPOS)

Completed in 173 milliseconds