Lines Matching defs:psb_ops
614 struct psb_ops { struct
615 const char *name;
616 unsigned int accel_2d:1;
617 int pipes; /* Number of output pipes */
618 int crtcs; /* Number of CRTCs */
619 int sgx_offset; /* Base offset of SGX device */
620 int hdmi_mask; /* Mask of HDMI CRTCs */
621 int lvds_mask; /* Mask of LVDS CRTCs */
622 int sdvo_mask; /* Mask of SDVO CRTCs */
623 int cursor_needs_phys; /* If cursor base reg need physical address */
626 struct drm_crtc_helper_funcs const *crtc_helper;
627 struct drm_crtc_funcs const *crtc_funcs;
628 const struct gma_clock_funcs *clock_funcs;
631 int (*chip_setup)(struct drm_device *dev);
632 void (*chip_teardown)(struct drm_device *dev);
634 void (*errata)(struct drm_device *dev);
637 int (*output_init)(struct drm_device *dev);
638 int (*hotplug)(struct drm_device *dev);
639 void (*hotplug_enable)(struct drm_device *dev, bool on);
641 void (*init_pm)(struct drm_device *dev);
642 int (*save_regs)(struct drm_device *dev);
643 int (*restore_regs)(struct drm_device *dev);
644 void (*save_crtc)(struct drm_crtc *crtc);
645 void (*restore_crtc)(struct drm_crtc *crtc);
646 int (*power_up)(struct drm_device *dev);
647 int (*power_down)(struct drm_device *dev);
648 void (*update_wm)(struct drm_device *dev, struct drm_crtc *crtc);
649 void (*disable_sr)(struct drm_device *dev);
651 void (*lvds_bl_power)(struct drm_device *dev, bool on);
654 int (*backlight_init)(struct drm_device *dev);
656 int i2c_bus; /* I2C bus identifier for Moorestown */