Lines Matching defs:fb

668 bool intel_fb_is_ccs_aux_plane(const struct drm_framebuffer *fb, int color_plane)  in intel_fb_is_ccs_aux_plane()
683 static bool intel_fb_is_gen12_ccs_aux_plane(const struct drm_framebuffer *fb, int color_plane) in intel_fb_is_gen12_ccs_aux_plane()
699 int intel_fb_rc_ccs_cc_plane(const struct drm_framebuffer *fb) in intel_fb_rc_ccs_cc_plane()
711 static bool is_gen12_ccs_cc_plane(const struct drm_framebuffer *fb, int color_plane) in is_gen12_ccs_cc_plane()
716 bool is_surface_linear(const struct drm_framebuffer *fb, int color_plane) in is_surface_linear()
723 int main_to_ccs_plane(const struct drm_framebuffer *fb, int main_plane) in main_to_ccs_plane()
731 int skl_ccs_to_main_plane(const struct drm_framebuffer *fb, int ccs_plane) in skl_ccs_to_main_plane()
742 static unsigned int gen12_ccs_aux_stride(struct intel_framebuffer *fb, int ccs_plane) in gen12_ccs_aux_stride()
751 int skl_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane) in skl_main_to_aux_plane()
771 intel_tile_width_bytes(const struct drm_framebuffer *fb, int color_plane) in intel_tile_width_bytes()
839 unsigned int intel_tile_height(const struct drm_framebuffer *fb, int color_plane) in intel_tile_height()
849 static void intel_tile_dims(const struct drm_framebuffer *fb, int color_plane, in intel_tile_dims()
865 static void intel_tile_block_dims(const struct drm_framebuffer *fb, int color_plane, in intel_tile_block_dims()
875 unsigned int intel_tile_row_size(const struct drm_framebuffer *fb, int color_plane) in intel_tile_row_size()
885 intel_fb_align_height(const struct drm_framebuffer *fb, in intel_fb_align_height()
898 bool intel_fb_uses_dpt(const struct drm_framebuffer *fb) in intel_fb_uses_dpt()
905 const struct drm_framebuffer *fb, in intel_fb_plane_get_subsampling()
946 static void intel_fb_plane_dims(const struct intel_framebuffer *fb, int color_plane, int *w, int *h) in intel_fb_plane_dims()
1004 const struct drm_framebuffer *fb, in intel_adjust_aligned_offset()
1071 const struct drm_framebuffer *fb, in intel_compute_aligned_offset()
1130 const struct drm_framebuffer *fb = state->hw.fb; in intel_plane_compute_aligned_offset() local
1141 const struct drm_framebuffer *fb, in intel_fb_offset_to_xy()
1183 static int intel_fb_check_ccs_xy(const struct drm_framebuffer *fb, int ccs_plane, int x, int y) in intel_fb_check_ccs_xy()
1236 const struct drm_framebuffer *fb = plane_state->hw.fb; in intel_plane_can_remap() local
1272 bool intel_fb_needs_pot_stride_remap(const struct intel_framebuffer *fb) in intel_fb_needs_pot_stride_remap()
1280 static int intel_fb_pitch(const struct intel_framebuffer *fb, int color_plane, unsigned int rotatio… in intel_fb_pitch()
1293 const struct intel_framebuffer *fb = to_intel_framebuffer(plane_state->hw.fb); in intel_plane_needs_remap() local
1318 static int convert_plane_offset_to_xy(const struct intel_framebuffer *fb, int color_plane, in convert_plane_offset_to_xy()
1356 static u32 calc_plane_aligned_offset(const struct intel_framebuffer *fb, int color_plane, int *x, i… in calc_plane_aligned_offset()
1375 static void init_plane_view_dims(const struct intel_framebuffer *fb, int color_plane, in init_plane_view_dims()
1386 plane_view_src_stride_tiles(const struct intel_framebuffer *fb, int color_plane, in plane_view_src_stride_tiles()
1394 plane_view_dst_stride_tiles(const struct intel_framebuffer *fb, int color_plane, in plane_view_dst_stride_tiles()
1409 plane_view_scanout_stride(const struct intel_framebuffer *fb, int color_plane, in plane_view_scanout_stride()
1426 plane_view_width_tiles(const struct intel_framebuffer *fb, int color_plane, in plane_view_width_tiles()
1434 plane_view_height_tiles(const struct intel_framebuffer *fb, int color_plane, in plane_view_height_tiles()
1442 plane_view_linear_tiles(const struct intel_framebuffer *fb, int color_plane, in plane_view_linear_tiles()
1466 static u32 calc_plane_remap_info(const struct intel_framebuffer *fb, int color_plane, in calc_plane_remap_info()
1595 calc_plane_normal_size(const struct intel_framebuffer *fb, int color_plane, in calc_plane_normal_size()
1628 bool intel_fb_supports_90_270_rotation(const struct intel_framebuffer *fb) in intel_fb_supports_90_270_rotation()
1637 static unsigned int intel_fb_min_alignment(const struct drm_framebuffer *fb) in intel_fb_min_alignment()
1663 int intel_fill_fb_info(struct drm_i915_private *i915, struct intel_framebuffer *fb) in intel_fill_fb_info()
1754 struct drm_framebuffer *fb = plane_state->hw.fb; in intel_plane_remap_gtt() local
1813 void intel_fb_fill_view(const struct intel_framebuffer *fb, unsigned int rotation, in intel_fb_fill_view()
1844 intel_fb_stride_alignment(const struct drm_framebuffer *fb, int color_plane) in intel_fb_stride_alignment()
1892 const struct drm_framebuffer *fb = plane_state->hw.fb; in intel_plane_check_stride() local
1924 const struct intel_framebuffer *fb = in intel_plane_compute_gtt() local
1954 static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb) in intel_user_framebuffer_destroy()
1970 static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb, in intel_user_framebuffer_create_handle()
2001 static int intel_user_framebuffer_dirty(struct drm_framebuffer *fb, in intel_user_framebuffer_dirty()
2062 struct drm_framebuffer *fb = &intel_fb->base; in intel_framebuffer_init() local
2180 struct drm_framebuffer *fb; in intel_user_framebuffer_create() local
2217 struct drm_gem_object *intel_fb_bo(const struct drm_framebuffer *fb) in intel_fb_bo()