public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* include/drm/i915_drm.h:96: possible bad bitmask ?
@ 2016-08-08  9:31 David Binderman
  2016-08-08  9:40 ` [Intel-gfx] " Daniel Vetter
  0 siblings, 1 reply; 4+ messages in thread
From: David Binderman @ 2016-08-08  9:31 UTC (permalink / raw)
  To: daniel.vetter, jani.nikula, David Airlie, dcb314, intel-gfx,
	dri-devel, Linux Kernel Mailing List

Hello there,

Recent versions of gcc say this:

include/drm/i915_drm.h:96:34: warning: result of ‘65535 << 20’
requires 37 bits to represent, but ‘int’ only has 32 bits
[-Wshift-overflow=]

Source code is

#define   INTEL_BSM_MASK (0xFFFF << 20)

Maybe something like

#define   INTEL_BSM_MASK (0xFFFFUL<< 20)

might be better.


Regards

David Binderman

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-09 16:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08  9:31 include/drm/i915_drm.h:96: possible bad bitmask ? David Binderman
2016-08-08  9:40 ` [Intel-gfx] " Daniel Vetter
2016-08-09  2:59   ` Dave Airlie
2016-08-09 16:01     ` Dave Gordon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox