diff options
author | Joonas Lahtinen <[email protected]> | 2016-10-12 10:18:54 +0300 |
---|---|---|
committer | Joonas Lahtinen <[email protected]> | 2016-10-12 10:49:17 +0300 |
commit | 40006c4355e3469330317a77dfff300802265d20 (patch) | |
tree | a1b6854f725e900dcb72ce1c1cac17c2c183afb0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c0c8b9ed1b0c14d91ff73624df6d918bb47c8a5e (diff) |
drm/i915: Remove unused BSM_MASK causing warning
Remove never used BSM{,_MASK}. BSM_MASK #define also causes a warning.
include/drm/i915_drm.h:96:34: warning: result of β65535 << 20β
requires 37 bits to represent, but βintβ only has 32 bits
[-Wshiftoverflow=]
#define INTEL_BSM_MASK (0xFFFF << 20)
Reported-by: Linus Torvalds <[email protected]>
Signed-off-by: Joonas Lahtinen <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions