Searched defs:psb_ops (Results 1 – 3 of 3) sorted by relevance
556 struct psb_ops { struct557 const char *name;558 int pipes; /* Number of output pipes */559 int crtcs; /* Number of CRTCs */560 int sgx_offset; /* Base offset of SGX device */561 int hdmi_mask; /* Mask of HDMI CRTCs */562 int lvds_mask; /* Mask of LVDS CRTCs */563 int sdvo_mask; /* Mask of SDVO CRTCs */564 int cursor_needs_phys; /* If cursor base reg need physical address */567 struct drm_crtc_helper_funcs const *crtc_helper;[all …]
616 struct psb_ops { struct617 const char *name;618 unsigned int accel_2d:1;619 int pipes; /* Number of output pipes */620 int crtcs; /* Number of CRTCs */621 int sgx_offset; /* Base offset of SGX device */622 int hdmi_mask; /* Mask of HDMI CRTCs */623 int lvds_mask; /* Mask of LVDS CRTCs */624 int sdvo_mask; /* Mask of SDVO CRTCs */625 int cursor_needs_phys; /* If cursor base reg need physical address */[all …]
106 static const struct backlight_ops psb_ops = { variable