[Intel-gfx] [PATCH] drm/i915: Fix using BIT_ULL() vs. BIT() for power domain masks
Chris Wilson
chris at chris-wilson.co.uk
Tue Jan 9 13:36:27 UTC 2018
Quoting Imre Deak (2018-01-09 12:20:40)
> The power domain masks are 64 bit wide, so we need BIT_ULL() when
> setting bits in them, these ones were missed during converting from 32
> to 64 bit masks. All 3 enums are <32 atm, so this didn't cause a real
> problem.
>
> Fixes: d8fc70b7367b ("drm/i915: Make power domain masks 64 bit long")
> Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
> Reported-by: Fengguang Wu <fengguang.wu at intel.com>
> Signed-off-by: Imre Deak <imre.deak at intel.com>
And they are the only 3.
Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>
-Chris
More information about the Intel-gfx
mailing list