Lines Matching refs:drm_framebuffer
14 bool is_ccs_plane(const struct drm_framebuffer *fb, int plane) in is_ccs_plane()
22 bool is_gen12_ccs_plane(const struct drm_framebuffer *fb, int plane) in is_gen12_ccs_plane()
27 bool is_gen12_ccs_cc_plane(const struct drm_framebuffer *fb, int plane) in is_gen12_ccs_cc_plane()
33 bool is_semiplanar_uv_plane(const struct drm_framebuffer *fb, int color_plane) in is_semiplanar_uv_plane()
39 bool is_surface_linear(const struct drm_framebuffer *fb, int color_plane) in is_surface_linear()
45 int main_to_ccs_plane(const struct drm_framebuffer *fb, int main_plane) in main_to_ccs_plane()
53 int skl_ccs_to_main_plane(const struct drm_framebuffer *fb, int ccs_plane) in skl_ccs_to_main_plane()
64 int skl_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane) in skl_main_to_aux_plane()
82 unsigned int intel_tile_height(const struct drm_framebuffer *fb, int color_plane) in intel_tile_height()
92 static void intel_tile_dims(const struct drm_framebuffer *fb, int color_plane, in intel_tile_dims()
103 unsigned int intel_tile_row_size(const struct drm_framebuffer *fb, int color_plane) in intel_tile_row_size()
125 const struct drm_framebuffer *fb, in intel_fb_plane_get_subsampling()
207 const struct drm_framebuffer *fb, in intel_adjust_aligned_offset()
276 const struct drm_framebuffer *fb, in intel_compute_aligned_offset()
335 const struct drm_framebuffer *fb = state->hw.fb; in intel_plane_compute_aligned_offset()
351 const struct drm_framebuffer *fb, in intel_fb_offset_to_xy()
406 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()
454 const struct drm_framebuffer *fb = plane_state->hw.fb; in intel_plane_can_remap()
851 struct drm_framebuffer *fb = plane_state->hw.fb; in intel_plane_remap_gtt()
924 const struct drm_framebuffer *fb = plane_state->hw.fb; in intel_plane_check_stride()