Home
last modified time | relevance | path

Searched defs:psb_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/gma500/
Dpsb_drv.h572 struct psb_ops { struct
573 const char *name;
574 int pipes; /* Number of output pipes */
575 int crtcs; /* Number of CRTCs */
576 int sgx_offset; /* Base offset of SGX device */
577 int hdmi_mask; /* Mask of HDMI CRTCs */
578 int lvds_mask; /* Mask of LVDS CRTCs */
579 int sdvo_mask; /* Mask of SDVO CRTCs */
580 int cursor_needs_phys; /* If cursor base reg need physical address */
583 struct drm_crtc_helper_funcs const *crtc_helper;
[all …]
Dpsb_device.c106 static const struct backlight_ops psb_ops = { variable