summaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorDaniel Vetter2015-03-11 08:26:23 +0100
committerDaniel Vetter2015-03-17 22:30:18 +0100
commit8c4f83fb1e8bf317e894f62d17a63c32b7a6b75e (patch)
treec06c4d5400e0d4a33b8d0728ceebcf18e1f1065e /include/uapi/drm
parentdrm/i915: Don't assume primary & cursor are always on for wm calculation (v4) (diff)
downloadkernel-qcow2-linux-8c4f83fb1e8bf317e894f62d17a63c32b7a6b75e.tar.gz
kernel-qcow2-linux-8c4f83fb1e8bf317e894f62d17a63c32b7a6b75e.tar.xz
kernel-qcow2-linux-8c4f83fb1e8bf317e894f62d17a63c32b7a6b75e.zip
drm/fourcc: 64 #defines need ULL postfix
I have no idea about the exact rules, but this angered Dave's 32bit rhel gcc. Reported-by: Dave Airlie <airlied@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'include/uapi/drm')
-rw-r--r--include/uapi/drm/drm_fourcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/drm/drm_fourcc.h b/include/uapi/drm/drm_fourcc.h
index e6efac23c7ea..07735822a28f 100644
--- a/include/uapi/drm/drm_fourcc.h
+++ b/include/uapi/drm/drm_fourcc.h
@@ -151,7 +151,7 @@
/* add more to the end as needed */
#define fourcc_mod_code(vendor, val) \
- ((((u64)DRM_FORMAT_MOD_VENDOR_## vendor) << 56) | (val & 0x00ffffffffffffffL))
+ ((((u64)DRM_FORMAT_MOD_VENDOR_## vendor) << 56) | (val & 0x00ffffffffffffffULL))
/*
* Format Modifier tokens: