Lines Matching refs:drm_framebuffer
14 struct drm_framebuffer;
36 bool intel_fb_is_ccs_aux_plane(const struct drm_framebuffer *fb, int color_plane);
37 int intel_fb_rc_ccs_cc_plane(const struct drm_framebuffer *fb);
50 bool is_surface_linear(const struct drm_framebuffer *fb, int color_plane);
52 int main_to_ccs_plane(const struct drm_framebuffer *fb, int main_plane);
53 int skl_ccs_to_main_plane(const struct drm_framebuffer *fb, int ccs_plane);
54 int skl_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane);
57 unsigned int intel_tile_width_bytes(const struct drm_framebuffer *fb, int color_plane);
58 unsigned int intel_tile_height(const struct drm_framebuffer *fb, int color_plane);
59 unsigned int intel_tile_row_size(const struct drm_framebuffer *fb, int color_plane);
60 unsigned int intel_fb_align_height(const struct drm_framebuffer *fb,
63 unsigned int intel_surf_alignment(const struct drm_framebuffer *fb,
67 const struct drm_framebuffer *fb,
89 struct drm_framebuffer *
94 bool intel_fb_uses_dpt(const struct drm_framebuffer *fb);