aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/psb_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/gma500/psb_drv.h')
-rw-r--r--drivers/gpu/drm/gma500/psb_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/psb_drv.h b/drivers/gpu/drm/gma500/psb_drv.h
index a1b0c0bce972..1bd115ecefe1 100644
--- a/drivers/gpu/drm/gma500/psb_drv.h
+++ b/drivers/gpu/drm/gma500/psb_drv.h
@@ -655,6 +655,7 @@ struct psb_ops {
655 int sgx_offset; /* Base offset of SGX device */ 655 int sgx_offset; /* Base offset of SGX device */
656 int hdmi_mask; /* Mask of HDMI CRTCs */ 656 int hdmi_mask; /* Mask of HDMI CRTCs */
657 int lvds_mask; /* Mask of LVDS CRTCs */ 657 int lvds_mask; /* Mask of LVDS CRTCs */
658 int cursor_needs_phys; /* If cursor base reg need physical address */
658 659
659 /* Sub functions */ 660 /* Sub functions */
660 struct drm_crtc_helper_funcs const *crtc_helper; 661 struct drm_crtc_helper_funcs const *crtc_helper;