Searched refs:helper (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_fb.c43 static int intelfb_create(struct drm_fb_helper *helper, argument
46 struct intel_fbdev *ifbdev = (struct intel_fbdev *)helper;
47 struct drm_device *dev = ifbdev->helper.dev;
87 ifbdev->helper.fb = fb;
113 drm_fb_helper_fini(&ifbdev->helper);
134 ifbdev->helper.funcs = &intel_fb_helper_funcs;
136 ret = drm_fb_helper_init(dev, &ifbdev->helper,
144 (void) drm_fb_helper_single_add_all_connectors(&ifbdev->helper);
153 (void) drm_fb_helper_initial_config(&dev_priv->fbdev->helper, 16);
171 (void) drm_fb_helper_hotplug_event(&dev_priv->fbdev->helper);
[all...]
H A Dintel_drv.h88 struct drm_fb_helper helper; member in struct:intel_fbdev
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_fb_helper.h11 * DRM framebuffer helper functions
64 * Driver callbacks used by the fbdev emulation helper library.
72 int (*fb_probe)(struct drm_fb_helper *helper,
102 int drm_fb_helper_single_fb_probe(struct drm_fb_helper *helper,
106 struct drm_fb_helper *helper, int crtc_count,
108 void drm_fb_helper_fini(struct drm_fb_helper *helper);
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c10 * DRM framebuffer helper functions
44 * The fb helper functions are useful to provide an fbdev on top of a drm kernel
46 * helper functions used by many drivers to implement the kernel mode setting
56 * should also notify the fb helper code from updates to the output
61 * All other functions exported by the fb helper library can be used to
65 /* simple single crtc case helper function
67 * emulation helper
129 static void drm_fb_helper_save_lut_atomic(struct drm_crtc *crtc, struct drm_fb_helper *helper) argument
134 if (helper->funcs->gamma_get == NULL)
142 helper
209 struct drm_fb_helper *helper; local
246 drm_fb_helper_crtc_free(struct drm_fb_helper *helper) argument
[all...]
/solaris-x11-s12/open-src/kernel/mdb/modules/
H A Di915.c1837 (uintptr_t)fbdev.helper.fb) == -1) {

Completed in 43 milliseconds