Searched defs:psb_ops (Results 1 – 2 of 2) sorted by relevance
626 struct psb_ops { struct627 const char *name;628 unsigned int accel_2d:1;629 int pipes; /* Number of output pipes */630 int crtcs; /* Number of CRTCs */631 int sgx_offset; /* Base offset of SGX device */632 int hdmi_mask; /* Mask of HDMI CRTCs */633 int lvds_mask; /* Mask of LVDS CRTCs */634 int sdvo_mask; /* Mask of SDVO CRTCs */635 int cursor_needs_phys; /* If cursor base reg need physical address */[all …]
118 static const struct backlight_ops psb_ops = { variable