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