Lines Matching defs:psb_ops

545 struct psb_ops {  struct
546 const char *name;
547 int pipes; /* Number of output pipes */
548 int crtcs; /* Number of CRTCs */
549 int sgx_offset; /* Base offset of SGX device */
550 int hdmi_mask; /* Mask of HDMI CRTCs */
551 int lvds_mask; /* Mask of LVDS CRTCs */
552 int sdvo_mask; /* Mask of SDVO CRTCs */
553 int cursor_needs_phys; /* If cursor base reg need physical address */
556 struct drm_crtc_helper_funcs const *crtc_helper;
557 const struct gma_clock_funcs *clock_funcs;
560 int (*chip_setup)(struct drm_device *dev);
561 void (*chip_teardown)(struct drm_device *dev);
563 void (*errata)(struct drm_device *dev);
566 int (*output_init)(struct drm_device *dev);
567 int (*hotplug)(struct drm_device *dev);
568 void (*hotplug_enable)(struct drm_device *dev, bool on);
570 void (*init_pm)(struct drm_device *dev);
571 int (*save_regs)(struct drm_device *dev);
572 int (*restore_regs)(struct drm_device *dev);
573 void (*save_crtc)(struct drm_crtc *crtc);
574 void (*restore_crtc)(struct drm_crtc *crtc);
575 int (*power_up)(struct drm_device *dev);
576 int (*power_down)(struct drm_device *dev);
577 void (*update_wm)(struct drm_device *dev, struct drm_crtc *crtc);
578 void (*disable_sr)(struct drm_device *dev);
580 void (*lvds_bl_power)(struct drm_device *dev, bool on);
583 int (*backlight_init)(struct drm_device *dev);
584 void (*backlight_set)(struct drm_device *dev, int level);
585 int (*backlight_get)(struct drm_device *dev);
586 const char *backlight_name;
588 int i2c_bus; /* I2C bus identifier for Moorestown */