Searched defs:fbdev (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_fb_helper.h54 * struct drm_fb_helper_funcs - driver callbacks for the fbdev emulation library
57 * save the current lut when force-restoring the fbdev for e.g.
59 * @fb_probe: - Driver callback to allocate and initialize the fbdev info
61 * framebuffer used to back the fbdev.
63 * Driver callbacks used by the fbdev emulation helper library.
92 struct fb_info *fbdev; member in struct:drm_fb_helper
96 /* we got a hotplug but fbdev wasn't running the console
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c1807 struct intel_fbdev fbdev; local
1827 if (mdb_vread(&fbdev, sizeof (struct intel_fbdev),
1828 (uintptr_t)dev_priv->fbdev) == -1) {
1835 (uintptr_t)fbdev.helper.fb) == -1) {
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drv.h1175 /* list of fbdev register on this device */
1176 struct intel_fbdev *fbdev; member in struct:drm_i915_private

Completed in 42 milliseconds