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

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 510 fifo_state->plane[PLANE_CURSOR] = 63;
830 if (plane->id == PLANE_CURSOR)
969 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) |
977 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) |
1000 (wm->ddl[pipe].plane[PLANE_CURSOR] << DDL_CURSOR_SHIFT) |
1019 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) |
1024 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) |
1038 FW_WM(wm->pipe[PIPE_C].plane[PLANE_CURSOR], CURSORC));
1096 case PLANE_CURSOR:
1160 if (plane->id == PLANE_CURSOR) {
    [all...]
i915_debugfs.c 2899 entry = &crtc_state->wm.skl.plane_ddb_y[PLANE_CURSOR];
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bw.c 315 return hweight8(crtc_state->active_planes & ~BIT(PLANE_CURSOR));
329 if (plane_id == PLANE_CURSOR)
intel_display.h 202 PLANE_CURSOR,
intel_sprite.c 827 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR);
1120 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR);
1234 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR);
2933 if (plane_id == PLANE_CURSOR)
intel_display.c 2522 if (intel_plane->id == PLANE_CURSOR)
2803 if (plane->id == PLANE_CURSOR)
6232 WARN_ON(!(crtc_state->active_planes & ~BIT(PLANE_CURSOR)));
7808 if (!(crtc_state->active_planes & ~BIT(PLANE_CURSOR)))
9976 BIT(PLANE_CURSOR))) == 0)
12147 if (INTEL_GEN(dev_priv) >= 9 && plane->id != PLANE_CURSOR) {
12193 if (plane->id != PLANE_CURSOR)
12200 if (plane->id != PLANE_CURSOR)
12246 if (plane->id != PLANE_CURSOR &&
13850 hw_plane_wm = &hw->wm.planes[PLANE_CURSOR];
    [all...]

Completed in 30 milliseconds