Home
last modified time | relevance | path

Searched refs:INTEL_PLANE_CAP_TILING_X (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_fb.h29 #define INTEL_PLANE_CAP_TILING_X BIT(3) macro
H A Dskl_universal_plane.c2721 u8 caps = INTEL_PLANE_CAP_TILING_X | in skl_plane_caps()
2740 u8 caps = INTEL_PLANE_CAP_TILING_X | in glk_plane_caps()
2753 return INTEL_PLANE_CAP_TILING_X | in icl_plane_caps()
2773 u8 caps = INTEL_PLANE_CAP_TILING_X | in tgl_plane_caps()
H A Dintel_fb.c239 #define INTEL_PLANE_CAP_TILING_MASK (INTEL_PLANE_CAP_TILING_X | \
353 .plane_caps = INTEL_PLANE_CAP_TILING_X,
410 case INTEL_PLANE_CAP_TILING_X: in intel_fb_modifier_to_tiling()
H A Di9xx_plane.c1045 modifiers = intel_fb_plane_get_modifiers(display, INTEL_PLANE_CAP_TILING_X); in intel_primary_plane_create()
H A Dintel_sprite.c1708 modifiers = intel_fb_plane_get_modifiers(display, INTEL_PLANE_CAP_TILING_X); in intel_sprite_plane_create()