Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dhsw_ips.c27 !(crtc_state->active_planes & ~BIT(PLANE_CURSOR))); in hsw_ips_enable()
233 if (!(crtc_state->active_planes & ~BIT(PLANE_CURSOR))) in hsw_ips_compute_config()
Dintel_atomic_plane.c215 if (plane->id == PLANE_CURSOR) in intel_plane_relative_data_rate()
442 if (DISPLAY_VER(dev_priv) >= 9 && plane->id != PLANE_CURSOR) { in intel_plane_atomic_calc_changes()
487 if (plane->id != PLANE_CURSOR) in intel_plane_atomic_calc_changes()
494 if (plane->id != PLANE_CURSOR) in intel_plane_atomic_calc_changes()
540 if (plane->id != PLANE_CURSOR && in intel_plane_atomic_calc_changes()
Dskl_watermark.c758 if (plane_id == PLANE_CURSOR) { in skl_ddb_get_hw_plane_state()
1344 if (plane_id == PLANE_CURSOR) in skl_total_relative_data_rate()
1420 (IS_DISPLAY_VER(i915, 12, 13) && plane_id == PLANE_CURSOR); in icl_need_wm1_wa()
1487 skl_ddb_entry_init(&crtc_state->wm.skl.plane_ddb[PLANE_CURSOR], in skl_crtc_allocate_plane_ddb()
1502 if (plane_id == PLANE_CURSOR) { in skl_crtc_allocate_plane_ddb()
1550 if (plane_id == PLANE_CURSOR) in skl_crtc_allocate_plane_ddb()
2839 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
2847 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
2855 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
2864 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
[all …]
Dintel_fb_pin.c246 plane->id == PLANE_CURSOR && in intel_plane_pin_fb()
Dintel_bw.c651 return hweight8(crtc_state->active_planes & ~BIT(PLANE_CURSOR)); in intel_bw_crtc_num_active_planes()
666 if (plane_id == PLANE_CURSOR) in intel_bw_crtc_data_rate()
834 if (plane_id == PLANE_CURSOR) in skl_crtc_calc_dbuf_bw()
Dintel_display_trace.h199 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR];
246 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR];
Dintel_sprite.c240 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in vlv_plane_ratio()
533 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in ivb_plane_ratio()
647 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in hsw_plane_ratio()
Dintel_display.h185 PLANE_CURSOR, enumerator
Dintel_cursor.c770 cursor->id = PLANE_CURSOR; in intel_cursor_plane_create()
Dintel_fb.c1028 if (intel_plane->id == PLANE_CURSOR) in intel_plane_compute_aligned_offset()
1143 if (plane->id == PLANE_CURSOR) in intel_plane_can_remap()
Dintel_display.c288 ~(icl_hdr_plane_mask() | BIT(PLANE_CURSOR))) == 0; in is_hdr_mode()
792 if ((crtc_state->active_planes & ~BIT(PLANE_CURSOR)) == 0 && in intel_plane_disable_noatomic()
1174 crtc_state->active_planes & BIT(PLANE_CURSOR) && in needs_cursorclk_wa()
6272 old_active_planes = old_crtc_state->active_planes & ~BIT(PLANE_CURSOR); in intel_atomic_check_planes()
6273 new_active_planes = new_crtc_state->active_planes & ~BIT(PLANE_CURSOR); in intel_atomic_check_planes()
Dintel_display_debugfs.c1015 entry = &crtc_state->wm.skl.plane_ddb[PLANE_CURSOR]; in i915_ddb_info()
Dintel_psr.c1549 if (plane->id == PLANE_CURSOR) { in intel_psr2_program_plane_sel_fetch()
/linux-6.1.9/drivers/gpu/drm/i915/
Dintel_pm.c499 fifo_state->plane[PLANE_CURSOR] = 63; in vlv_get_fifo_size()
819 if (plane->id == PLANE_CURSOR) in intel_wm_plane_visible()
955 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in g4x_write_wm_values()
963 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in g4x_write_wm_values()
986 (wm->ddl[pipe].plane[PLANE_CURSOR] << DDL_CURSOR_SHIFT) | in vlv_write_wm_values()
1005 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in vlv_write_wm_values()
1010 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in vlv_write_wm_values()
1024 FW_WM(wm->pipe[PIPE_C].plane[PLANE_CURSOR], CURSORC)); in vlv_write_wm_values()
1082 case PLANE_CURSOR: in g4x_plane_fifo_size()
1141 if (plane->id == PLANE_CURSOR) { in g4x_compute_wm()
[all …]