In article <13557.1527729...@jinx.noi.kre.to>,
Robert Elz  <k...@munnari.oz.au> wrote:
>    Date:        Wed, 30 May 2018 11:39:50 +0000 (UTC)
>    From:        chris...@astron.com (Christos Zoulas)
>    Message-ID:  <pem2i6$brn$1...@blaine.gmane.org>
>
>  | Looks like a bug to me; it overflows 32 bits. Try changing them from
>  |
>https://nxr.netbsd.org/xref/src/sys/external/bsd/drm2/dist/drm/i915/i915_reg.h#5429
>  |
>  | (3 << 29) -> (3ULL << 29)
>
>The LL would be wrong, it looks to be a 32 bit (4 byte) register.   Just the 
>'U' is needed.
>

Indeed, only U is needed.

christos

Reply via email to