Lines Matching refs:fb
64 int exynos_check_plane(struct drm_plane *plane, struct drm_framebuffer *fb) in exynos_check_plane() argument
70 nr = exynos_drm_fb_get_buf_cnt(fb); in exynos_check_plane()
72 struct exynos_drm_gem_buf *buffer = exynos_drm_fb_buffer(fb, i); in exynos_check_plane()
79 exynos_plane->dma_addr[i] = buffer->dma_addr + fb->offsets[i]; in exynos_check_plane()
89 struct drm_framebuffer *fb, int crtc_x, int crtc_y, in exynos_plane_mode_set() argument
122 exynos_plane->fb_width = fb->width; in exynos_plane_mode_set()
123 exynos_plane->fb_height = fb->height; in exynos_plane_mode_set()
124 exynos_plane->bpp = fb->bits_per_pixel; in exynos_plane_mode_set()
125 exynos_plane->pitch = fb->pitches[0]; in exynos_plane_mode_set()
126 exynos_plane->pixel_format = fb->pixel_format; in exynos_plane_mode_set()
149 struct drm_framebuffer *fb, int crtc_x, int crtc_y, in exynos_update_plane() argument
159 ret = exynos_check_plane(plane, fb); in exynos_update_plane()
163 exynos_plane_mode_set(plane, crtc, fb, crtc_x, crtc_y, in exynos_update_plane()