Searched refs:drm_framebuffer (Results 1 - 13 of 13) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc_helper.h72 struct drm_framebuffer *old_fb);
76 struct drm_framebuffer *old_fb);
78 struct drm_framebuffer *fb, int x, int y,
136 struct drm_framebuffer *old_fb);
144 extern int drm_helper_mode_fill_fb_struct(struct drm_framebuffer *fb,
H A Ddrm_crtc.h41 struct drm_framebuffer;
225 void (*destroy)(struct drm_framebuffer *framebuffer);
226 int (*create_handle)(struct drm_framebuffer *fb,
241 int (*dirty)(struct drm_framebuffer *framebuffer,
247 struct drm_framebuffer { struct
366 struct drm_framebuffer *fb,
414 struct drm_framebuffer *fb;
418 struct drm_framebuffer *old_fb;
643 struct drm_crtc *crtc, struct drm_framebuffer *fb,
679 struct drm_framebuffer *f
[all...]
H A Ddrm_fb_helper.h85 struct drm_framebuffer *fb;
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_drv.h83 struct drm_framebuffer base;
342 struct drm_framebuffer *fb,
537 struct drm_framebuffer *fb;
625 int x, int y, struct drm_framebuffer *old_fb);
686 struct drm_framebuffer *release_fb;
H A Dintel_fb.c49 struct drm_framebuffer *fb;
H A Dintel_sprite.c41 vlv_update_plane(struct drm_plane *dplane, struct drm_framebuffer *fb,
209 ivb_update_plane(struct drm_plane *plane, struct drm_framebuffer *fb,
400 ilk_update_plane(struct drm_plane *plane, struct drm_framebuffer *fb,
604 struct drm_framebuffer *fb, int crtc_x, int crtc_y,
H A Dintel_display.c1869 static int i9xx_update_plane(struct drm_crtc *crtc, struct drm_framebuffer *fb,
1970 struct drm_framebuffer *fb, int x, int y)
2062 intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb,
2114 intel_finish_fb(struct drm_framebuffer *old_fb)
2165 struct drm_framebuffer *fb)
2170 struct drm_framebuffer *old_fb;
4849 struct drm_framebuffer *fb)
5700 struct drm_framebuffer *fb)
5949 struct drm_framebuffer *fb)
6064 struct drm_framebuffer *f
[all...]
H A Di915_drv.h378 struct drm_framebuffer *old_fb);
387 struct drm_framebuffer *fb,
389 int (*update_plane)(struct drm_crtc *crtc, struct drm_framebuffer *fb,
H A Dintel_pm.c84 struct drm_framebuffer *fb = crtc->fb;
134 struct drm_framebuffer *fb = crtc->fb;
203 struct drm_framebuffer *fb = crtc->fb;
275 struct drm_framebuffer *fb = crtc->fb;
464 struct drm_framebuffer *fb;
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c357 int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb,
385 struct drm_framebuffer *fb =
386 container_of(kref, struct drm_framebuffer, refcount);
390 static struct drm_framebuffer *__drm_framebuffer_lookup(struct drm_device *dev,
394 struct drm_framebuffer *fb;
416 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
419 struct drm_framebuffer *fb;
436 void drm_framebuffer_unreference(struct drm_framebuffer *fb)
445 void drm_framebuffer_reference(struct drm_framebuffer *fb)
457 static void __drm_framebuffer_unreference(struct drm_framebuffer *f
1323 list_for_each_entry(fb, struct drm_framebuffer, &file->fbs, filp_head) argument
2682 list_for_each_entry_safe(fb, tfb, struct drm_framebuffer, &priv->fbs, filp_head) argument
3930 list_for_each_entry_safe(fb, fbt, struct drm_framebuffer, &dev->mode_config.fb_list, head) argument
[all...]
H A Ddrm_crtc_helper.c387 struct drm_framebuffer *old_fb)
552 struct drm_framebuffer *old_fb = NULL;
901 int drm_helper_mode_fill_fb_struct(struct drm_framebuffer *fb,
H A Ddrm_fb_helper.c160 static struct drm_framebuffer *drm_mode_config_fb(struct drm_crtc *crtc)
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c1808 struct drm_framebuffer fb;
1834 if (mdb_vread(&fb, sizeof (struct drm_framebuffer),

Completed in 3614 milliseconds