Searched defs:psb_ops (Results 1 – 1 of 1) sorted by relevance
560 struct psb_ops { struct561 const char *name;562 int pipes; /* Number of output pipes */563 int crtcs; /* Number of CRTCs */565 int hdmi_mask; /* Mask of HDMI CRTCs */566 int lvds_mask; /* Mask of LVDS CRTCs */567 int sdvo_mask; /* Mask of SDVO CRTCs */578 void (*errata)(struct drm_device *dev);582 int (*hotplug)(struct drm_device *dev);585 void (*init_pm)(struct drm_device *dev);[all …]
Completed in 12 milliseconds