Lines Matching refs:drm_framebuffer
11 struct drm_framebuffer;
19 bool is_ccs_plane(const struct drm_framebuffer *fb, int plane);
20 bool is_gen12_ccs_plane(const struct drm_framebuffer *fb, int plane);
21 bool is_gen12_ccs_cc_plane(const struct drm_framebuffer *fb, int plane);
22 bool is_semiplanar_uv_plane(const struct drm_framebuffer *fb, int color_plane);
24 bool is_surface_linear(const struct drm_framebuffer *fb, int color_plane);
26 int main_to_ccs_plane(const struct drm_framebuffer *fb, int main_plane);
27 int skl_ccs_to_main_plane(const struct drm_framebuffer *fb, int ccs_plane);
28 int skl_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane);
31 unsigned int intel_tile_height(const struct drm_framebuffer *fb, int color_plane);
32 unsigned int intel_tile_row_size(const struct drm_framebuffer *fb, int color_plane);
37 const struct drm_framebuffer *fb,