Searched refs:PLANE_CURSOR (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_dpt_common.c | 21 if (plane_id == PLANE_CURSOR) in intel_dpt_configure()
|
| H A D | intel_display_irq.c | 746 { .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 D | hsw_ips.c | 33 !(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 D | intel_display_limits.h | 82 PLANE_CURSOR, enumerator
|
| H A D | intel_plane.c | 177 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 D | skl_watermark.c | 690 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 D | intel_dbuf_bw.c | 134 if (plane_id == PLANE_CURSOR) in skl_crtc_calc_dbuf_bw()
|
| H A D | intel_crtc.c | 824 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 D | intel_wm.c | 136 if (plane->id == PLANE_CURSOR) in intel_wm_plane_visible()
|
| H A D | intel_display_trace.h | 290 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR]; 340 __entry->cursor = wm->pipe[crtc->pipe].plane[PLANE_CURSOR];
|
| H A D | intel_fb.c | 1247 if (plane->id == PLANE_CURSOR) in intel_plane_can_remap()
|
| H A D | intel_display.c | 147 ~(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 D | intel_psr.c | 2750 if (plane->id != PLANE_CURSOR) in intel_psr2_sel_fetch_et_alignment()
|