Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/gma500/
Dpsb_drv.h614 struct psb_ops { struct
615 const char *name;
616 unsigned int accel_2d:1;
617 int pipes; /* Number of output pipes */
618 int crtcs; /* Number of CRTCs */
619 int sgx_offset; /* Base offset of SGX device */
620 int hdmi_mask; /* Mask of HDMI CRTCs */
621 int lvds_mask; /* Mask of LVDS CRTCs */
622 int sdvo_mask; /* Mask of SDVO CRTCs */
623 int cursor_needs_phys; /* If cursor base reg need physical address */
[all …]
Dpsb_device.c106 static const struct backlight_ops psb_ops = { variable