Lines Matching defs:psb_ops
572 struct psb_ops { struct
573 const char *name;
574 int pipes; /* Number of output pipes */
575 int crtcs; /* Number of CRTCs */
576 int sgx_offset; /* Base offset of SGX device */
577 int hdmi_mask; /* Mask of HDMI CRTCs */
578 int lvds_mask; /* Mask of LVDS CRTCs */
579 int sdvo_mask; /* Mask of SDVO CRTCs */
580 int cursor_needs_phys; /* If cursor base reg need physical address */
583 struct drm_crtc_helper_funcs const *crtc_helper;
584 struct drm_crtc_funcs const *crtc_funcs;
585 const struct gma_clock_funcs *clock_funcs;
588 int (*chip_setup)(struct drm_device *dev);
589 void (*chip_teardown)(struct drm_device *dev);
591 void (*errata)(struct drm_device *dev);
594 int (*output_init)(struct drm_device *dev);
595 int (*hotplug)(struct drm_device *dev);
596 void (*hotplug_enable)(struct drm_device *dev, bool on);
598 void (*init_pm)(struct drm_device *dev);
599 int (*save_regs)(struct drm_device *dev);
600 int (*restore_regs)(struct drm_device *dev);
601 void (*save_crtc)(struct drm_crtc *crtc);
602 void (*restore_crtc)(struct drm_crtc *crtc);
603 int (*power_up)(struct drm_device *dev);
604 int (*power_down)(struct drm_device *dev);
605 void (*update_wm)(struct drm_device *dev, struct drm_crtc *crtc);
606 void (*disable_sr)(struct drm_device *dev);
608 void (*lvds_bl_power)(struct drm_device *dev, bool on);
611 int (*backlight_init)(struct drm_device *dev);
613 int i2c_bus; /* I2C bus identifier for Moorestown */