Home
last modified time | relevance | path

Searched refs:PLANE_CURSOR (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_pm.c529 fifo_state->plane[PLANE_CURSOR] = 63; in vlv_get_fifo_size()
840 if (plane->id == PLANE_CURSOR) in intel_wm_plane_visible()
959 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in g4x_write_wm_values()
967 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in g4x_write_wm_values()
990 (wm->ddl[pipe].plane[PLANE_CURSOR] << DDL_CURSOR_SHIFT) | in vlv_write_wm_values()
1009 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in vlv_write_wm_values()
1014 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in vlv_write_wm_values()
1028 FW_WM(wm->pipe[PIPE_C].plane[PLANE_CURSOR], CURSORC)); in vlv_write_wm_values()
1086 case PLANE_CURSOR: in g4x_plane_fifo_size()
1148 if (plane->id == PLANE_CURSOR) in g4x_compute_wm()
[all …]
Di915_trace.h201 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR];
248 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR];
Di915_debugfs.c2982 entry = &crtc_state->wm.skl.plane_ddb_y[PLANE_CURSOR]; in i915_ddb_info()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_bw.c262 return hweight8(crtc_state->active_planes & ~BIT(PLANE_CURSOR)); in intel_bw_crtc_num_active_planes()
276 if (plane_id == PLANE_CURSOR) in intel_bw_crtc_data_rate()
Dintel_display.h176 PLANE_CURSOR, enumerator
Dintel_display.c2377 if (intel_plane->id == PLANE_CURSOR) in intel_plane_compute_aligned_offset()
2567 if (plane->id == PLANE_CURSOR) in intel_plane_can_remap()
5683 WARN_ON(!(crtc_state->active_planes & ~BIT(PLANE_CURSOR))); in hsw_enable_ips()
7351 if (!(crtc_state->active_planes & ~BIT(PLANE_CURSOR))) in hsw_compute_ips_config()
9487 BIT(PLANE_CURSOR))) == 0) in bdw_set_pipemisc()
11516 if (INTEL_GEN(dev_priv) >= 9 && plane->id != PLANE_CURSOR) { in intel_plane_atomic_calc_changes()
11568 if (plane->id != PLANE_CURSOR) in intel_plane_atomic_calc_changes()
11575 if (plane->id != PLANE_CURSOR) in intel_plane_atomic_calc_changes()
11621 if (plane->id != PLANE_CURSOR && in intel_plane_atomic_calc_changes()
12968 hw_plane_wm = &hw->wm.planes[PLANE_CURSOR]; in verify_wm_state()
[all …]
Dintel_sprite.c2415 if (plane_id == PLANE_CURSOR) in skl_plane_has_ccs()