Searched refs:PLANE_1 (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_limits.h | 74 PLANE_1, enumerator 87 PLANE_PRIMARY = PLANE_1,
|
| H A D | skl_universal_plane.c | 253 return BIT(PLANE_1) | BIT(PLANE_2) | BIT(PLANE_3); in icl_hdr_plane_mask() 2430 return plane_id == PLANE_1; in skl_plane_has_fbc() 2454 if (plane_id != PLANE_1 && plane_id != PLANE_2) in skl_plane_has_planar() 2715 (plane_id == PLANE_1 || plane_id == PLANE_2); in skl_plane_has_rc_ccs() 2864 if (HAS_ASYNC_FLIPS(display) && plane_id == PLANE_1) { in skl_universal_plane_create() 2895 if (plane_id == PLANE_1) in skl_universal_plane_create()
|
| H A D | intel_display_irq.c | 1137 { .fault = GEN9_PIPE_PLANE1_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_1, }, 1150 { .fault = GEN9_PIPE_PLANE1_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_1, }, 1162 { .fault = GEN9_PIPE_PLANE1_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_1, }, 1171 { .fault = GEN9_PIPE_PLANE1_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_1, },
|
| H A D | intel_crtc.c | 322 primary = skl_universal_plane_create(display, pipe, PLANE_1); in intel_crtc_init()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_reg.h | 2206 REG_BIT(((plane_id) >= PLANE_5 ? 16 - PLANE_5 : 3 - PLANE_1) + (plane_id)) /* skl+ */
|