[Intel-gfx] [PATCH] drm/i915: Fix using BIT_ULL() vs. BIT() for power domain masks
Joonas Lahtinen
joonas.lahtinen at linux.intel.com
Tue Jan 9 14:40:15 UTC 2018
On Tue, 2018-01-09 at 14:20 +0200, Imre Deak wrote:
> 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>
Those are some strange misses, surrounded by code that was touched.
Reviewed-by: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
Regards, Joonas
--
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
More information about the Intel-gfx
mailing list