Home
last modified time | relevance | path

Searched defs:psb_ops (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/gma500/
A Dpsb_drv.h577 struct psb_ops { struct
578 const char *name;
579 int pipes; /* Number of output pipes */
580 int crtcs; /* Number of CRTCs */
582 int hdmi_mask; /* Mask of HDMI CRTCs */
583 int lvds_mask; /* Mask of LVDS CRTCs */
584 int sdvo_mask; /* Mask of SDVO CRTCs */
589 struct drm_crtc_funcs const *crtc_funcs;
596 void (*errata)(struct drm_device *dev);
600 int (*hotplug)(struct drm_device *dev);
[all …]
A Dpsb_device.c106 static const struct backlight_ops psb_ops = { variable

Completed in 13 milliseconds