Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/gma500/
Dpsb_drv.h624 struct psb_ops { struct
625 const char *name;
626 unsigned int accel_2d:1;
627 int pipes; /* Number of output pipes */
628 int crtcs; /* Number of CRTCs */
629 int sgx_offset; /* Base offset of SGX device */
630 int hdmi_mask; /* Mask of HDMI CRTCs */
631 int lvds_mask; /* Mask of LVDS CRTCs */
632 int sdvo_mask; /* Mask of SDVO CRTCs */
633 int cursor_needs_phys; /* If cursor base reg need physical address */
[all …]
Dpsb_device.c118 static const struct backlight_ops psb_ops = { variable