Lines Matching refs:drm_framebuffer
672 bool intel_fb_is_ccs_aux_plane(const struct drm_framebuffer *fb, int color_plane) in intel_fb_is_ccs_aux_plane()
687 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()
703 int intel_fb_rc_ccs_cc_plane(const struct drm_framebuffer *fb) in intel_fb_rc_ccs_cc_plane()
715 static bool is_gen12_ccs_cc_plane(const struct drm_framebuffer *fb, int color_plane) in is_gen12_ccs_cc_plane()
720 bool is_surface_linear(const struct drm_framebuffer *fb, int color_plane) in is_surface_linear()
727 int main_to_ccs_plane(const struct drm_framebuffer *fb, int main_plane) in main_to_ccs_plane()
735 int skl_ccs_to_main_plane(const struct drm_framebuffer *fb, int ccs_plane) in skl_ccs_to_main_plane()
755 int skl_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane) in skl_main_to_aux_plane()
775 intel_tile_width_bytes(const struct drm_framebuffer *fb, int color_plane) in intel_tile_width_bytes()
844 unsigned int intel_tile_height(const struct drm_framebuffer *fb, int color_plane) in intel_tile_height()
856 static void intel_tile_dims(const struct drm_framebuffer *fb, int color_plane, in intel_tile_dims()
872 static void intel_tile_block_dims(const struct drm_framebuffer *fb, int color_plane, in intel_tile_block_dims()
882 unsigned int intel_tile_row_size(const struct drm_framebuffer *fb, int color_plane) in intel_tile_row_size()
892 intel_fb_align_height(const struct drm_framebuffer *fb, in intel_fb_align_height()
905 bool intel_fb_uses_dpt(const struct drm_framebuffer *fb) in intel_fb_uses_dpt()
914 const struct drm_framebuffer *fb, in intel_fb_plane_get_subsampling()
1013 const struct drm_framebuffer *fb, in intel_adjust_aligned_offset()
1080 const struct drm_framebuffer *fb, in intel_compute_aligned_offset()
1139 const struct drm_framebuffer *fb = plane_state->hw.fb; in intel_plane_compute_aligned_offset()
1150 const struct drm_framebuffer *fb, in intel_fb_offset_to_xy()
1192 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()
1244 const struct drm_framebuffer *fb = plane_state->hw.fb; in intel_plane_can_remap()
1659 static unsigned int intel_fb_min_alignment(const struct drm_framebuffer *fb) in intel_fb_min_alignment()
1685 static unsigned int intel_fb_vtd_guard(const struct drm_framebuffer *fb) in intel_fb_vtd_guard()
1803 unsigned int intel_fb_view_vtd_guard(const struct drm_framebuffer *fb, in intel_fb_view_vtd_guard()
1837 struct drm_framebuffer *fb = plane_state->hw.fb; in intel_plane_remap_gtt()
1953 const struct drm_framebuffer *fb = plane_state->hw.fb; in intel_fb_xy_to_linear()
1994 intel_fb_stride_alignment(const struct drm_framebuffer *fb, int color_plane) in intel_fb_stride_alignment()
2043 const struct drm_framebuffer *fb = plane_state->hw.fb; in intel_plane_check_stride()
2105 static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb) in intel_user_framebuffer_destroy()
2121 static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb, in intel_user_framebuffer_create_handle()
2152 static int intel_user_framebuffer_dirty(struct drm_framebuffer *fb, in intel_user_framebuffer_dirty()
2214 struct drm_framebuffer *fb = &intel_fb->base; in intel_framebuffer_init()
2325 struct drm_framebuffer *
2331 struct drm_framebuffer *fb; in intel_user_framebuffer_create()
2345 struct drm_framebuffer *
2368 struct drm_gem_object *intel_fb_bo(const struct drm_framebuffer *fb) in intel_fb_bo()