diff options
Diffstat (limited to 'linux-core/drm_ttm.h')
| -rw-r--r-- | linux-core/drm_ttm.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_ttm.h b/linux-core/drm_ttm.h index 796f2317..a7858549 100644 --- a/linux-core/drm_ttm.h +++ b/linux-core/drm_ttm.h @@ -46,7 +46,7 @@  #define DRM_BE_FLAG_NEEDS_FREE     0x00000001  #define DRM_BE_FLAG_BOUND_CACHED   0x00000002 -#define DRM_BE_FLAG_CBA            0x00000004 +#define DRM_BE_FLAG_CMA            0x00000004 /* Don't map through aperture */  typedef struct drm_ttm_backend {  	unsigned long aperture_base;  | 
