diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2019-08-21 20:30:33 +0300 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2019-08-23 21:36:01 +0300 |
commit | 0b14d96820d1fd05ea610a0f5f952b34e5a24f2c (patch) | |
tree | 985f96a6727055fa68a5c5722cf1048eaf6da7c2 /drivers/gpu/drm/i915/gt/intel_engine_pm.c | |
parent | c08e91323920ec4b3a4d889af3988e300b1902f1 (diff) |
drm/i915: Use hweight8() for 8bit masks
Use hweight8() instead of hweight32() for 8bit masks. Doesn't actually
matter for us since the arch code will go for hweight32() anyway, but
maybe we stil want to do this for documentation purposes?
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190821173033.24123-5-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/gt/intel_engine_pm.c')
0 files changed, 0 insertions, 0 deletions