Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
Dpsb_drv.h616 struct psb_ops { struct
617 const char *name;
618 unsigned int accel_2d:1;
619 int pipes; /* Number of output pipes */
620 int crtcs; /* Number of CRTCs */
621 int sgx_offset; /* Base offset of SGX device */
622 int hdmi_mask; /* Mask of HDMI CRTCs */
623 int lvds_mask; /* Mask of LVDS CRTCs */
624 int sdvo_mask; /* Mask of SDVO CRTCs */
625 int cursor_needs_phys; /* If cursor base reg need physical address */
[all …]
Dpsb_device.c106 static const struct backlight_ops psb_ops = { variable
/kernel/linux/linux-4.19/drivers/gpu/drm/gma500/
Dpsb_drv.h627 struct psb_ops { struct
628 const char *name;
629 unsigned int accel_2d:1;
630 int pipes; /* Number of output pipes */
631 int crtcs; /* Number of CRTCs */
632 int sgx_offset; /* Base offset of SGX device */
633 int hdmi_mask; /* Mask of HDMI CRTCs */
634 int lvds_mask; /* Mask of LVDS CRTCs */
635 int sdvo_mask; /* Mask of SDVO CRTCs */
636 int cursor_needs_phys; /* If cursor base reg need physical address */
[all …]
Dpsb_device.c118 static const struct backlight_ops psb_ops = { variable