Lines Matching defs:fb

72 	const struct drm_framebuffer *fb = plane_state->hw.fb;
101 if (!fb->format->is_yuv)
144 const struct drm_framebuffer *fb = plane_state->hw.fb;
149 if (fb->format->is_yuv &&
184 const struct drm_framebuffer *fb = plane_state->hw.fb;
185 unsigned int cpp = fb->format->cpp[0];
270 const struct drm_framebuffer *fb = plane_state->hw.fb;
277 switch (fb->format->format) {
321 MISSING_CASE(fb->format->format);
328 if (fb->modifier == I915_FORMAT_MOD_X_TILED)
347 const struct drm_framebuffer *fb = plane_state->hw.fb;
354 if (!fb->format->is_yuv)
477 const struct drm_framebuffer *fb = plane_state->hw.fb;
478 unsigned int cpp = fb->format->cpp[0];
513 const struct drm_framebuffer *fb = plane_state->hw.fb;
514 unsigned int cpp = fb->format->cpp[0];
591 const struct drm_framebuffer *fb = plane_state->hw.fb;
592 unsigned int cpp = fb->format->cpp[0];
647 const struct drm_framebuffer *fb = plane_state->hw.fb;
649 return fb->format->cpp[0] == 8 &&
658 const struct drm_framebuffer *fb = plane_state->hw.fb;
668 switch (fb->format->format) {
700 MISSING_CASE(fb->format->format);
713 if (fb->modifier == I915_FORMAT_MOD_X_TILED)
898 const struct drm_framebuffer *fb = plane_state->hw.fb;
928 if (!fb->format->is_yuv)
986 const struct drm_framebuffer *fb = plane_state->hw.fb;
996 switch (fb->format->format) {
1028 MISSING_CASE(fb->format->format);
1038 if (fb->modifier == I915_FORMAT_MOD_X_TILED)
1056 const struct drm_framebuffer *fb = plane_state->hw.fb;
1062 if (!fb->format->is_yuv)
1086 const struct drm_framebuffer *fb = plane_state->hw.fb;
1092 if (!fb->format->is_yuv)
1216 static bool g4x_fb_scalable(const struct drm_framebuffer *fb)
1218 if (!fb)
1221 switch (fb->format->format) {
1238 const struct drm_framebuffer *fb = plane_state->hw.fb;
1245 unsigned int cpp = fb->format->cpp[0];
1305 if (g4x_fb_scalable(plane_state->hw.fb)) {