Searched refs:I915_FORMAT_MOD_Y_TILED (Results 1 – 6 of 6) sorted by relevance
354 case I915_FORMAT_MOD_Y_TILED: in skl_plane_max_width()382 case I915_FORMAT_MOD_Y_TILED: in glk_plane_max_width()532 case I915_FORMAT_MOD_Y_TILED: in tgl_plane_min_alignment()581 case I915_FORMAT_MOD_Y_TILED: in skl_plane_min_alignment()948 case I915_FORMAT_MOD_Y_TILED: in skl_plane_ctl_tiling()2350 modifier == I915_FORMAT_MOD_Y_TILED) in skl_plane_format_mod_supported()2404 modifier == I915_FORMAT_MOD_Y_TILED) in icl_plane_format_mod_supported()2824 fb->modifier = I915_FORMAT_MOD_Y_TILED; in skl_get_initial_plane_config()
347 .modifier = I915_FORMAT_MOD_Y_TILED,809 case I915_FORMAT_MOD_Y_TILED: in intel_tile_width_bytes()1633 return fb->base.modifier == I915_FORMAT_MOD_Y_TILED || in intel_fb_supports_90_270_rotation()
6532 case I915_FORMAT_MOD_Y_TILED: in intel_async_flip_check_hw()
228 case I915_FORMAT_MOD_Y_TILED: in vgpu_create_gem()285 info->drm_format_mod = I915_FORMAT_MOD_Y_TILED; in vgpu_get_plane_info()
151 case I915_FORMAT_MOD_Y_TILED: in intel_alloc_initial_plane_obj()
535 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) macro