drm/msm: add MSM_BO_CACHED_COHERENT
[linux-2.6-microblaze.git] / drivers / gpu / drm / msm / msm_drv.h
index c33fc12..2f72eab 100644 (file)
@@ -167,6 +167,7 @@ struct msm_drm_private {
        struct msm_file_private *lastctx;
        /* gpu is only set on open(), but we need this info earlier */
        bool is_a2xx;
+       bool has_cached_coherent;
 
        struct drm_fb_helper *fbdev;