Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpt_common.c21 if (plane_id == PLANE_CURSOR) in intel_dpt_configure()
H A Dintel_display_irq.c746 { .fault = ERR_INT_CURSOR_A_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
749 { .fault = ERR_INT_CURSOR_B_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
752 { .fault = ERR_INT_CURSOR_C_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
865 { .fault = GTT_FAULT_CURSOR_A_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
866 { .fault = GTT_FAULT_CURSOR_B_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
1186 { .fault = GEN9_PIPE_CURSOR_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
1199 { .fault = GEN9_PIPE_CURSOR_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
1211 { .fault = GEN9_PIPE_CURSOR_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
1220 { .fault = GEN9_PIPE_CURSOR_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_CURSOR, },
1227 { .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()
264 if (!(crtc_state->active_planes & ~BIT(PLANE_CURSOR))) in hsw_ips_compute_config()
H A Dintel_display_limits.h82 PLANE_CURSOR, enumerator
H A Dintel_plane.c177 return plane->id == PLANE_CURSOR && in intel_plane_needs_physical()
268 if (plane->id == PLANE_CURSOR) in intel_plane_relative_data_rate()
512 if (plane->id == PLANE_CURSOR) in i9xx_must_disable_cxsr()
551 if (plane->id == PLANE_CURSOR) in ilk_must_disable_cxsr()
611 if (DISPLAY_VER(display) >= 9 && plane->id != PLANE_CURSOR) { in intel_plane_atomic_calc_changes()
1760 old_active_planes = old_crtc_state->active_planes & ~BIT(PLANE_CURSOR); in intel_plane_atomic_check()
1761 new_active_planes = new_crtc_state->active_planes & ~BIT(PLANE_CURSOR); in intel_plane_atomic_check()
H A Dskl_watermark.c690 if (plane_id == PLANE_CURSOR) { in skl_ddb_get_hw_plane_state()
1303 if (plane_id == PLANE_CURSOR) in skl_total_relative_data_rate()
1456 skl_ddb_entry_init(&crtc_state->wm.skl.plane_ddb[PLANE_CURSOR], in skl_crtc_allocate_plane_ddb()
1471 if (plane_id == PLANE_CURSOR) { in skl_crtc_allocate_plane_ddb()
1522 if (plane_id == PLANE_CURSOR) in skl_crtc_allocate_plane_ddb()
1790 return DISPLAY_VER(display) >= 30 && level == 0 && plane->id != PLANE_CURSOR; in xe3_auto_min_alloc_capable()
2990 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
2998 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
3006 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
3013 if (plane_id != PLANE_CURSOR) in skl_pipe_wm_get_hw_state()
[all …]
H A Dintel_dbuf_bw.c134 if (plane_id == PLANE_CURSOR) in skl_crtc_calc_dbuf_bw()
H A Dintel_crtc.c824 return hweight8(crtc_state->active_planes & ~BIT(PLANE_CURSOR)); in intel_crtc_bw_num_active_planes()
839 if (plane_id == PLANE_CURSOR) in intel_crtc_bw_data_rate()
H A Dintel_wm.c136 if (plane->id == PLANE_CURSOR) in intel_wm_plane_visible()
H A Dintel_display_trace.h290 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR];
340 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR];
H A Dintel_fb.c1247 if (plane->id == PLANE_CURSOR) in intel_plane_can_remap()
H A Dintel_display.c147 ~(icl_hdr_plane_mask() | BIT(PLANE_CURSOR))) == 0; in is_hdr_mode()
638 if ((crtc_state->active_planes & ~BIT(PLANE_CURSOR)) == 0 && in intel_plane_disable_noatomic()
816 crtc_state->active_planes & BIT(PLANE_CURSOR) && in needs_cursorclk_wa()
H A Dintel_psr.c2750 if (plane->id != PLANE_CURSOR) in intel_psr2_sel_fetch_et_alignment()