Lines Matching defs:psb_ops
559 struct psb_ops { struct
560 const char *name;
561 int pipes; /* Number of output pipes */
562 int crtcs; /* Number of CRTCs */
563 int sgx_offset; /* Base offset of SGX device */
564 int hdmi_mask; /* Mask of HDMI CRTCs */
565 int lvds_mask; /* Mask of LVDS CRTCs */
566 int sdvo_mask; /* Mask of SDVO CRTCs */
567 int cursor_needs_phys; /* If cursor base reg need physical address */
570 struct drm_crtc_helper_funcs const *crtc_helper;
571 const struct gma_clock_funcs *clock_funcs;
574 int (*chip_setup)(struct drm_device *dev);
575 void (*chip_teardown)(struct drm_device *dev);
577 void (*errata)(struct drm_device *dev);
580 int (*output_init)(struct drm_device *dev);
581 int (*hotplug)(struct drm_device *dev);
582 void (*hotplug_enable)(struct drm_device *dev, bool on);
584 void (*init_pm)(struct drm_device *dev);
585 int (*save_regs)(struct drm_device *dev);
586 int (*restore_regs)(struct drm_device *dev);
587 void (*save_crtc)(struct drm_crtc *crtc);
588 void (*restore_crtc)(struct drm_crtc *crtc);
589 int (*power_up)(struct drm_device *dev);
590 int (*power_down)(struct drm_device *dev);
591 void (*update_wm)(struct drm_device *dev, struct drm_crtc *crtc);
592 void (*disable_sr)(struct drm_device *dev);
594 void (*lvds_bl_power)(struct drm_device *dev, bool on);
597 int (*backlight_init)(struct drm_device *dev);
598 void (*backlight_set)(struct drm_device *dev, int level);
599 int (*backlight_get)(struct drm_device *dev);
600 const char *backlight_name;
602 int i2c_bus; /* I2C bus identifier for Moorestown */