Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Di9xx_wm.c298 fifo_state->plane[PLANE_CURSOR] = 63; in vlv_get_fifo_size()
721 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in g4x_write_wm_values()
729 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in g4x_write_wm_values()
752 (wm->ddl[pipe].plane[PLANE_CURSOR] << DDL_CURSOR_SHIFT) | in vlv_write_wm_values()
771 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in vlv_write_wm_values()
776 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in vlv_write_wm_values()
790 FW_WM(wm->pipe[PIPE_C].plane[PLANE_CURSOR], CURSORC)); in vlv_write_wm_values()
848 case PLANE_CURSOR: in g4x_plane_fifo_size()
907 if (plane->id == PLANE_CURSOR) { in g4x_compute_wm()
1059 g4x_raw_plane_wm_is_valid(crtc_state, PLANE_CURSOR, level); in g4x_raw_crtc_wm_is_valid()
[all …]
H A Dintel_display_limits.h70 PLANE_CURSOR, enumerator
H A Dhsw_ips.c28 !(crtc_state->active_planes & ~BIT(PLANE_CURSOR))); in hsw_ips_enable()
237 if (!(crtc_state->active_planes & ~BIT(PLANE_CURSOR))) in hsw_ips_compute_config()
H A Dintel_atomic_plane.c217 if (plane->id == PLANE_CURSOR) in intel_plane_relative_data_rate()
446 if (plane->id == PLANE_CURSOR) in i9xx_must_disable_cxsr()
490 if (DISPLAY_VER(dev_priv) >= 9 && plane->id != PLANE_CURSOR) { in intel_plane_atomic_calc_changes()
584 if (plane->id != PLANE_CURSOR && in intel_plane_atomic_calc_changes()
H A Dskl_watermark.c784 if (plane_id == PLANE_CURSOR) { in skl_ddb_get_hw_plane_state()
1370 if (plane_id == PLANE_CURSOR) in skl_total_relative_data_rate()
1519 skl_ddb_entry_init(&crtc_state->wm.skl.plane_ddb[PLANE_CURSOR], in skl_crtc_allocate_plane_ddb()
1534 if (plane_id == PLANE_CURSOR) { in skl_crtc_allocate_plane_ddb()
1582 if (plane_id == PLANE_CURSOR) in skl_crtc_allocate_plane_ddb()
2957 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
2965 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
2973 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
2980 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
3240 hw_ddb_entry = &hw->ddb[PLANE_CURSOR]; in intel_wm_state_verify()
[all …]
H A Dintel_fb_pin.c245 plane->id == PLANE_CURSOR && in intel_plane_pin_fb()
H A Dintel_bw.c688 return hweight8(crtc_state->active_planes & ~BIT(PLANE_CURSOR)); in intel_bw_crtc_num_active_planes()
703 if (plane_id == PLANE_CURSOR) in intel_bw_crtc_data_rate()
1075 if (plane_id == PLANE_CURSOR) in skl_crtc_calc_dbuf_bw()
H A Dintel_dpt.c330 if (plane_id == PLANE_CURSOR) in intel_dpt_configure()
H A Dintel_wm.c140 if (plane->id == PLANE_CURSOR) in intel_wm_plane_visible()
H A Dintel_display_trace.h218 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR];
268 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR];
H A Dintel_sprite.c176 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in vlv_plane_ratio()
469 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in ivb_plane_ratio()
583 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in hsw_plane_ratio()
H A Dintel_cursor.c773 cursor->id = PLANE_CURSOR; in intel_cursor_plane_create()
H A Dintel_fb.c1082 if (intel_plane->id == PLANE_CURSOR) in intel_plane_compute_aligned_offset()
1197 if (plane->id == PLANE_CURSOR) in intel_plane_can_remap()
H A Dintel_psr.c1817 if (plane->id == PLANE_CURSOR) in intel_psr2_program_plane_sel_fetch_arm()
1839 if (plane->id == PLANE_CURSOR) in intel_psr2_program_plane_sel_fetch_noarm()
H A Dintel_display.c187 ~(icl_hdr_plane_mask() | BIT(PLANE_CURSOR))) == 0; in is_hdr_mode()
655 if ((crtc_state->active_planes & ~BIT(PLANE_CURSOR)) == 0 && in intel_plane_disable_noatomic()
863 crtc_state->active_planes & BIT(PLANE_CURSOR) && in needs_cursorclk_wa()
5709 old_active_planes = old_crtc_state->active_planes & ~BIT(PLANE_CURSOR); in intel_atomic_check_planes()
5710 new_active_planes = new_crtc_state->active_planes & ~BIT(PLANE_CURSOR); in intel_atomic_check_planes()
H A Dintel_display_debugfs.c724 entry = &crtc_state->wm.skl.plane_ddb[PLANE_CURSOR]; in i915_ddb_info()