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