Lines Matching defs:drm_fb
151 switch (fb->drm_fb.pixel_format) {
259 win->bits_per_pixel = fb->drm_fb.bits_per_pixel;
263 nplanes = drm_format_num_planes(fb->drm_fb.pixel_format);
266 win->base[i] = bo->pbase + fb->drm_fb.offsets[i];
267 win->stride[i] = fb->drm_fb.pitches[i];
502 struct drm_framebuffer *drm_fb,
514 fb = container_of(drm_fb, struct tegra_fb, drm_fb);
531 fb->drm_fb.pixel_format);
618 win.src_w = fb->drm_fb.width;
619 win.src_h = fb->drm_fb.height;
622 win.dst_w = fb->drm_fb.width;
623 win.dst_h = fb->drm_fb.height;
628 fb->drm_fb.pixel_format);
650 fb = container_of(drm_crtc->fb, struct tegra_fb, drm_fb);
721 fb = container_of(drm_crtc->fb, struct tegra_fb, drm_fb);
881 fb = container_of(drm_crtc->fb, struct tegra_fb, drm_fb);
900 if (base == (bo->pbase + fb->drm_fb.offsets[0])) {
936 dc_page_flip(struct drm_crtc *drm_crtc, struct drm_framebuffer *drm_fb,
946 fb = container_of(drm_crtc->fb, struct tegra_fb, drm_fb);
959 drm_crtc->fb = drm_fb;