Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Di9xx_wm.c310 fifo_state->plane[PLANE_CURSOR] = 63; in vlv_get_fifo_size()
806 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in g4x_write_wm_values()
814 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in g4x_write_wm_values()
837 (wm->ddl[pipe].plane[PLANE_CURSOR] << DDL_CURSOR_SHIFT) | in vlv_write_wm_values()
856 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | in vlv_write_wm_values()
861 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | in vlv_write_wm_values()
875 FW_WM(wm->pipe[PIPE_C].plane[PLANE_CURSOR], CURSORC)); in vlv_write_wm_values()
933 case PLANE_CURSOR: in g4x_plane_fifo_size()
992 if (plane->id == PLANE_CURSOR) { in g4x_compute_wm()
1144 g4x_raw_plane_wm_is_valid(crtc_state, PLANE_CURSOR, leve in g4x_raw_crtc_wm_is_valid()
[all...]
H A Dintel_dpt_common.c21 if (plane_id == PLANE_CURSOR) in intel_dpt_configure()
H A Dintel_display_limits.h82 PLANE_CURSOR, enumerator
H A Dintel_display_irq.c727 { .fault = ERR_INT_CURSOR_A_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
730 { .fault = ERR_INT_CURSOR_B_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
733 { .fault = ERR_INT_CURSOR_C_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
846 { .fault = GTT_FAULT_CURSOR_A_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
847 { .fault = GTT_FAULT_CURSOR_B_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
1120 { .fault = GEN9_PIPE_CURSOR_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
1133 { .fault = GEN9_PIPE_CURSOR_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
1145 { .fault = GEN9_PIPE_CURSOR_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
1154 { .fault = GEN9_PIPE_CURSOR_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
1161 { .fault = GEN8_PIPE_CURSOR_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
[all...]
H A Dhsw_ips.c33 !(crtc_state->active_planes & ~BIT(PLANE_CURSOR))); in hsw_ips_enable()
257 if (!(crtc_state->active_planes & ~BIT(PLANE_CURSOR))) in hsw_ips_compute_config()
H A Dintel_plane.c178 return plane->id == PLANE_CURSOR && in intel_plane_needs_physical()
265 if (plane->id == PLANE_CURSOR) in intel_plane_relative_data_rate()
493 if (plane->id == PLANE_CURSOR) in i9xx_must_disable_cxsr()
532 if (plane->id == PLANE_CURSOR) in ilk_must_disable_cxsr()
592 if (DISPLAY_VER(display) >= 9 && plane->id != PLANE_CURSOR) { in intel_plane_atomic_calc_changes()
1739 old_active_planes = old_crtc_state->active_planes & ~BIT(PLANE_CURSOR); in intel_plane_atomic_check()
1740 new_active_planes = new_crtc_state->active_planes & ~BIT(PLANE_CURSOR); in intel_plane_atomic_check()
H A Dskl_watermark.c681 if (plane_id == PLANE_CURSOR) { in skl_ddb_get_hw_plane_state()
1294 if (plane_id == PLANE_CURSOR) in skl_total_relative_data_rate()
1447 skl_ddb_entry_init(&crtc_state->wm.skl.plane_ddb[PLANE_CURSOR], in skl_crtc_allocate_plane_ddb()
1462 if (plane_id == PLANE_CURSOR) { in skl_crtc_allocate_plane_ddb()
1513 if (plane_id == PLANE_CURSOR) in skl_crtc_allocate_plane_ddb()
1796 return DISPLAY_VER(display) >= 30 && level == 0 && plane->id != PLANE_CURSOR; in xe3_auto_min_alloc_capable()
3017 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
3025 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
3033 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
3040 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
[all...]
H A Dintel_wm.c137 if (plane->id == PLANE_CURSOR) in intel_wm_plane_visible()
H A Dintel_sprite.c183 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in vlv_plane_ratio()
490 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in ivb_plane_ratio()
604 u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in hsw_plane_ratio()
H A Dintel_bw.c845 return hweight8(crtc_state->active_planes & ~BIT(PLANE_CURSOR)); in intel_bw_crtc_num_active_planes()
860 if (plane_id == PLANE_CURSOR) in intel_bw_crtc_data_rate()
1340 if (plane_id == PLANE_CURSOR) in skl_crtc_calc_dbuf_bw()
H A Dintel_cursor.c1025 cursor->id = PLANE_CURSOR; in intel_cursor_plane_create()
H A Dintel_display_debugfs.c674 entry = &crtc_state->wm.skl.plane_ddb[PLANE_CURSOR]; in i915_ddb_info()
H A Dintel_display.c205 ~(icl_hdr_plane_mask() | BIT(PLANE_CURSOR))) == 0; in is_hdr_mode()
686 if ((crtc_state->active_planes & ~BIT(PLANE_CURSOR)) == 0 && in intel_plane_disable_noatomic()
864 crtc_state->active_planes & BIT(PLANE_CURSOR) && in needs_cursorclk_wa()
H A Dintel_psr.c2603 if (plane->id != PLANE_CURSOR) in intel_psr2_sel_fetch_et_alignment()