Lines Matching refs:intel_framebuffer
746 static unsigned int gen12_ccs_aux_stride(struct intel_framebuffer *fb, int ccs_plane) in gen12_ccs_aux_stride()
954 static void intel_fb_plane_dims(const struct intel_framebuffer *fb, int color_plane, int *w, int *h) in intel_fb_plane_dims()
1194 const struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); in intel_fb_check_ccs_xy()
1279 bool intel_fb_needs_pot_stride_remap(const struct intel_framebuffer *fb) in intel_fb_needs_pot_stride_remap()
1297 static int intel_fb_pitch(const struct intel_framebuffer *fb, int color_plane, unsigned int rotatio… in intel_fb_pitch()
1310 const struct intel_framebuffer *fb = to_intel_framebuffer(plane_state->hw.fb); in intel_plane_needs_remap()
1335 static int convert_plane_offset_to_xy(const struct intel_framebuffer *fb, int color_plane, in convert_plane_offset_to_xy()
1374 static u32 calc_plane_aligned_offset(const struct intel_framebuffer *fb, int color_plane, int *x, i… in calc_plane_aligned_offset()
1393 static void init_plane_view_dims(const struct intel_framebuffer *fb, int color_plane, in init_plane_view_dims()
1404 plane_view_src_stride_tiles(const struct intel_framebuffer *fb, int color_plane, in plane_view_src_stride_tiles()
1412 plane_view_dst_stride_tiles(const struct intel_framebuffer *fb, int color_plane, in plane_view_dst_stride_tiles()
1427 plane_view_scanout_stride(const struct intel_framebuffer *fb, int color_plane, in plane_view_scanout_stride()
1444 plane_view_width_tiles(const struct intel_framebuffer *fb, int color_plane, in plane_view_width_tiles()
1452 plane_view_height_tiles(const struct intel_framebuffer *fb, int color_plane, in plane_view_height_tiles()
1460 plane_view_linear_tiles(const struct intel_framebuffer *fb, int color_plane, in plane_view_linear_tiles()
1484 static u32 calc_plane_remap_info(const struct intel_framebuffer *fb, int color_plane, in calc_plane_remap_info()
1613 calc_plane_normal_size(const struct intel_framebuffer *fb, int color_plane, in calc_plane_normal_size()
1647 bool intel_fb_supports_90_270_rotation(const struct intel_framebuffer *fb) in intel_fb_supports_90_270_rotation()
1700 int intel_fill_fb_info(struct intel_display *display, struct intel_framebuffer *fb) in intel_fill_fb_info()
1837 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); in intel_plane_remap_gtt()
1931 void intel_fb_fill_view(const struct intel_framebuffer *fb, unsigned int rotation, in intel_fb_fill_view()
2075 const struct intel_framebuffer *fb = in intel_plane_compute_gtt()
2107 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); in intel_user_framebuffer_destroy()
2208 int intel_framebuffer_init(struct intel_framebuffer *intel_fb, in intel_framebuffer_init()
2360 struct intel_framebuffer *intel_framebuffer_alloc(void) in intel_framebuffer_alloc()
2362 struct intel_framebuffer *intel_fb; in intel_framebuffer_alloc()
2376 struct intel_framebuffer *intel_fb; in intel_framebuffer_create()