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