Searched defs:psb_ops (Results 1 – 1 of 1) sorted by relevance
551 struct psb_ops { struct552 const char *name;553 int pipes; /* Number of output pipes */554 int crtcs; /* Number of CRTCs */555 int sgx_offset; /* Base offset of SGX device */556 int hdmi_mask; /* Mask of HDMI CRTCs */557 int lvds_mask; /* Mask of LVDS CRTCs */558 int sdvo_mask; /* Mask of SDVO CRTCs */559 int cursor_needs_phys; /* If cursor base reg need physical address */562 struct drm_crtc_helper_funcs const *crtc_helper;[all …]