drm/i915: Use BIT() when dealing with output types
Most places that deal with output types already use BIT() but a few places still use manual shifts. Convert the stragglers over to BIT(). Signed-off-by: NVille Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220912111814.17466-5-ville.syrjala@linux.intel.comReviewed-by: NLuca Coelho <luciano.coelho@intel.com> Reviewed-by: NJani Nikula <jani.nikula@intel.com>
Showing
想要评论请 注册 或 登录