Searched defs:psb_ops (Results 1 – 2 of 2) sorted by relevance
569 struct psb_ops { struct570 const char *name;571 int pipes; /* Number of output pipes */572 int crtcs; /* Number of CRTCs */573 int sgx_offset; /* Base offset of SGX device */574 int hdmi_mask; /* Mask of HDMI CRTCs */575 int lvds_mask; /* Mask of LVDS CRTCs */576 int sdvo_mask; /* Mask of SDVO CRTCs */577 int cursor_needs_phys; /* If cursor base reg need physical address */580 struct drm_crtc_helper_funcs const *crtc_helper;[all …]
106 static const struct backlight_ops psb_ops = { variable