Searched refs:drm_fb (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/arm/nvidia/drm2/
H A Dtegra_fb.c46 fb_destroy(struct drm_framebuffer *drm_fb) argument
52 fb = container_of(drm_fb, struct tegra_fb, drm_fb);
59 drm_framebuffer_cleanup(drm_fb);
64 fb_create_handle(struct drm_framebuffer *drm_fb, struct drm_file *file, argument
70 fb = container_of(drm_fb, struct tegra_fb, drm_fb);
103 drm_helper_mode_fill_fb_struct(&fb->drm_fb, mode_cmd);
106 rv = drm_framebuffer_init(drm, &fb->drm_fb, &fb_funcs);
171 helper->fb = &fb->drm_fb;
[all...]
H A Dtegra_dc.c157 switch (fb->drm_fb.pixel_format) {
265 win->bits_per_pixel = fb->drm_fb.bits_per_pixel;
269 nplanes = drm_format_num_planes(fb->drm_fb.pixel_format);
272 win->base[i] = bo->pbase + fb->drm_fb.offsets[i];
273 win->stride[i] = fb->drm_fb.pitches[i];
508 struct drm_framebuffer *drm_fb,
520 fb = container_of(drm_fb, struct tegra_fb, drm_fb);
537 fb->drm_fb.pixel_format);
624 win.src_w = fb->drm_fb
507 dc_plane_update(struct drm_plane *drm_plane, struct drm_crtc *drm_crtc, struct drm_framebuffer *drm_fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
945 dc_page_flip(struct drm_crtc *drm_crtc, struct drm_framebuffer *drm_fb, struct drm_pending_vblank_event *event) argument
[all...]
H A Dtegra_drm.h49 struct drm_framebuffer drm_fb; member in struct:tegra_fb

Completed in 281 milliseconds