Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_pm.c536 fifo_state->plane[PLANE_CURSOR] = 63; in vlv_get_fifo_size()
856 if (plane->id == PLANE_CURSOR) in intel_wm_plane_visible()
995 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in g4x_write_wm_values()
1003 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in g4x_write_wm_values()
1026 (wm->ddl[pipe].plane[PLANE_CURSOR] << DDL_CURSOR_SHIFT) | in vlv_write_wm_values()
1045 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in vlv_write_wm_values()
1050 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in vlv_write_wm_values()
1064 FW_WM(wm->pipe[PIPE_C].plane[PLANE_CURSOR], CURSORC)); in vlv_write_wm_values()
1122 case PLANE_CURSOR: in g4x_plane_fifo_size()
1186 if (plane->id == PLANE_CURSOR) { in g4x_compute_wm()
[all …]
Di915_trace.h202 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR];
249 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR];
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_bw.c432 return hweight8(crtc_state->active_planes & ~BIT(PLANE_CURSOR)); in intel_bw_crtc_num_active_planes()
446 if (plane_id == PLANE_CURSOR) in intel_bw_crtc_data_rate()
Dintel_fb.c340 if (intel_plane->id == PLANE_CURSOR) in intel_plane_compute_aligned_offset()
458 if (plane->id == PLANE_CURSOR) in intel_plane_can_remap()
Dintel_sprite.c236 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in vlv_plane_ratio()
532 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in ivb_plane_ratio()
646 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in hsw_plane_ratio()
Dintel_display.h182 PLANE_CURSOR, enumerator
Dintel_cursor.c763 cursor->id = PLANE_CURSOR; in intel_cursor_plane_create()
Dintel_psr.c1497 val &= plane->id == PLANE_CURSOR ? val : PLANE_SEL_FETCH_CTL_ENABLE; in intel_psr2_program_plane_sel_fetch()
1499 if (!val || plane->id == PLANE_CURSOR) in intel_psr2_program_plane_sel_fetch()
Dintel_display.c2697 drm_WARN_ON(dev, !(crtc_state->active_planes & ~BIT(PLANE_CURSOR))); in hsw_enable_ips()
4374 if (!(crtc_state->active_planes & ~BIT(PLANE_CURSOR))) in hsw_compute_ips_config()
5875 BIT(PLANE_CURSOR))) == 0) in bdw_set_pipemisc()
7001 if (DISPLAY_VER(dev_priv) >= 9 && plane->id != PLANE_CURSOR) { in intel_plane_atomic_calc_changes()
7046 if (plane->id != PLANE_CURSOR) in intel_plane_atomic_calc_changes()
7053 if (plane->id != PLANE_CURSOR) in intel_plane_atomic_calc_changes()
7099 if (plane->id != PLANE_CURSOR && in intel_plane_atomic_calc_changes()
9673 old_active_planes = old_crtc_state->active_planes & ~BIT(PLANE_CURSOR); in intel_atomic_check_planes()
9674 new_active_planes = new_crtc_state->active_planes & ~BIT(PLANE_CURSOR); in intel_atomic_check_planes()
11156 plane->id == PLANE_CURSOR && in intel_plane_pin_fb()
Dskl_universal_plane.c1828 if (plane_id == PLANE_CURSOR) in skl_plane_has_ccs()
Dintel_display_debugfs.c1221 entry = &crtc_state->wm.skl.plane_ddb_y[PLANE_CURSOR]; in i915_ddb_info()