Lines Matching defs:psb_ops
624 struct psb_ops { struct
625 const char *name;
626 unsigned int accel_2d:1;
627 int pipes; /* Number of output pipes */
628 int crtcs; /* Number of CRTCs */
629 int sgx_offset; /* Base offset of SGX device */
630 int hdmi_mask; /* Mask of HDMI CRTCs */
631 int lvds_mask; /* Mask of LVDS CRTCs */
632 int sdvo_mask; /* Mask of SDVO CRTCs */
633 int cursor_needs_phys; /* If cursor base reg need physical address */
636 struct drm_crtc_helper_funcs const *crtc_helper;
637 struct drm_crtc_funcs const *crtc_funcs;
638 const struct gma_clock_funcs *clock_funcs;
641 int (*chip_setup)(struct drm_device *dev);
642 void (*chip_teardown)(struct drm_device *dev);
644 void (*errata)(struct drm_device *dev);
647 int (*output_init)(struct drm_device *dev);
648 int (*hotplug)(struct drm_device *dev);
649 void (*hotplug_enable)(struct drm_device *dev, bool on);
651 void (*init_pm)(struct drm_device *dev);
652 int (*save_regs)(struct drm_device *dev);
653 int (*restore_regs)(struct drm_device *dev);
654 int (*power_up)(struct drm_device *dev);
655 int (*power_down)(struct drm_device *dev);
656 void (*update_wm)(struct drm_device *dev, struct drm_crtc *crtc);
657 void (*disable_sr)(struct drm_device *dev);
659 void (*lvds_bl_power)(struct drm_device *dev, bool on);
662 int (*backlight_init)(struct drm_device *dev);
664 int i2c_bus; /* I2C bus identifier for Moorestown */