Lines Matching defs:psb_ops

555 struct psb_ops {  struct
556 const char *name;
557 int pipes; /* Number of output pipes */
558 int crtcs; /* Number of CRTCs */
559 int sgx_offset; /* Base offset of SGX device */
560 int hdmi_mask; /* Mask of HDMI CRTCs */
561 int lvds_mask; /* Mask of LVDS CRTCs */
562 int sdvo_mask; /* Mask of SDVO CRTCs */
563 int cursor_needs_phys; /* If cursor base reg need physical address */
566 struct drm_crtc_helper_funcs const *crtc_helper;
567 const struct gma_clock_funcs *clock_funcs;
570 int (*chip_setup)(struct drm_device *dev);
571 void (*chip_teardown)(struct drm_device *dev);
573 void (*errata)(struct drm_device *dev);
576 int (*output_init)(struct drm_device *dev);
577 int (*hotplug)(struct drm_device *dev);
578 void (*hotplug_enable)(struct drm_device *dev, bool on);
580 void (*init_pm)(struct drm_device *dev);
581 int (*save_regs)(struct drm_device *dev);
582 int (*restore_regs)(struct drm_device *dev);
583 void (*save_crtc)(struct drm_crtc *crtc);
584 void (*restore_crtc)(struct drm_crtc *crtc);
585 int (*power_up)(struct drm_device *dev);
586 int (*power_down)(struct drm_device *dev);
587 void (*update_wm)(struct drm_device *dev, struct drm_crtc *crtc);
588 void (*disable_sr)(struct drm_device *dev);
590 void (*lvds_bl_power)(struct drm_device *dev, bool on);
593 int (*backlight_init)(struct drm_device *dev);
594 void (*backlight_set)(struct drm_device *dev, int level);
595 int (*backlight_get)(struct drm_device *dev);
596 const char *backlight_name;
598 int i2c_bus; /* I2C bus identifier for Moorestown */