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