Home
last modified time | relevance | path

Searched refs:PLANE_3 (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_display_limits.h76 PLANE_3, enumerator
H A Dintel_sprite_uapi.c78 to_intel_plane(plane)->id >= PLANE_3 && in intel_sprite_set_colorkey_ioctl()
H A Dintel_display_irq.c1135 { .fault = GEN9_PIPE_PLANE3_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_3, },
1148 { .fault = GEN9_PIPE_PLANE3_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_3, },
1160 { .fault = GEN9_PIPE_PLANE3_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_3, },
1169 { .fault = GEN9_PIPE_PLANE3_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_3, },
H A Dskl_universal_plane.c253 return BIT(PLANE_1) | BIT(PLANE_2) | BIT(PLANE_3); in icl_hdr_plane_mask()