Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Dintel_pm.c521 fifo_state->plane[PLANE_CURSOR] = 63; in vlv_get_fifo_size()
841 if (plane->id == PLANE_CURSOR) in intel_wm_plane_visible()
980 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in g4x_write_wm_values()
988 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in g4x_write_wm_values()
1011 (wm->ddl[pipe].plane[PLANE_CURSOR] << DDL_CURSOR_SHIFT) | in vlv_write_wm_values()
1030 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in vlv_write_wm_values()
1035 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in vlv_write_wm_values()
1049 FW_WM(wm->pipe[PIPE_C].plane[PLANE_CURSOR], CURSORC)); in vlv_write_wm_values()
1107 case PLANE_CURSOR: in g4x_plane_fifo_size()
1171 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];
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_bw.c332 return hweight8(crtc_state->active_planes & ~BIT(PLANE_CURSOR)); in intel_bw_crtc_num_active_planes()
346 if (plane_id == PLANE_CURSOR) in intel_bw_crtc_data_rate()
Dintel_sprite.c848 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in vlv_plane_ratio()
1144 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in ivb_plane_ratio()
1258 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in hsw_plane_ratio()
2998 if (plane_id == PLANE_CURSOR) in skl_plane_has_ccs()
Dintel_display.h181 PLANE_CURSOR, enumerator
Dintel_display.c2528 if (intel_plane->id == PLANE_CURSOR) in intel_plane_compute_aligned_offset()
2812 if (plane->id == PLANE_CURSOR) in intel_plane_can_remap()
6371 drm_WARN_ON(dev, !(crtc_state->active_planes & ~BIT(PLANE_CURSOR))); in hsw_enable_ips()
7997 if (!(crtc_state->active_planes & ~BIT(PLANE_CURSOR))) in hsw_compute_ips_config()
10205 BIT(PLANE_CURSOR))) == 0) in bdw_set_pipemisc()
12392 if (INTEL_GEN(dev_priv) >= 9 && plane->id != PLANE_CURSOR) { in intel_plane_atomic_calc_changes()
12437 if (plane->id != PLANE_CURSOR) in intel_plane_atomic_calc_changes()
12444 if (plane->id != PLANE_CURSOR) in intel_plane_atomic_calc_changes()
12490 if (plane->id != PLANE_CURSOR && in intel_plane_atomic_calc_changes()
14177 hw_plane_wm = &hw->wm.planes[PLANE_CURSOR]; in verify_wm_state()
[all …]
Dintel_display_debugfs.c1052 entry = &crtc_state->wm.skl.plane_ddb_y[PLANE_CURSOR]; in i915_ddb_info()