Re: [Intel-gfx] [PATCH v2] drm/i915: Fix pointer-to-int conversion

2017-10-06 Thread Chris Wilson
Quoting Chris Wilson (2017-10-06 14:16:55) > Quoting Michal Wajdeczko (2017-10-06 14:08:44) > > Commit faf654864b25 ("drm/i915: Unify uC variable types to avoid > > flooding checkpatch.pl") breaks 32-bit kernel builds. Lets use > > cast helper to make compiler happy. > > > > v2: introduce

Re: [Intel-gfx] [PATCH v2] drm/i915: Fix pointer-to-int conversion

2017-10-06 Thread Chris Wilson
Quoting Michal Wajdeczko (2017-10-06 14:08:44) > Commit faf654864b25 ("drm/i915: Unify uC variable types to avoid > flooding checkpatch.pl") breaks 32-bit kernel builds. Lets use > cast helper to make compiler happy. > > v2: introduce ptr_to_u64 (Chris) > > Signed-off-by: Michal Wajdeczko

[Intel-gfx] [PATCH v2] drm/i915: Fix pointer-to-int conversion

2017-10-06 Thread Michal Wajdeczko
Commit faf654864b25 ("drm/i915: Unify uC variable types to avoid flooding checkpatch.pl") breaks 32-bit kernel builds. Lets use cast helper to make compiler happy. v2: introduce ptr_to_u64 (Chris) Signed-off-by: Michal Wajdeczko Cc: Joonas Lahtinen