OSDN Git Service

drm/i915: Fix coding style on DPLL*_ENABLE defines
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 20 Jan 2023 19:34:51 +0000 (11:34 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 27 Jan 2023 16:52:09 +0000 (08:52 -0800)
commit6d8d5c6b643062a0dfc7632f7a73057e75fca057
tree320377fb493eea7e7afd00c698be5c702892ef09
parent357513233d6456c9f99e34794897efd4ae907e83
drm/i915: Fix coding style on DPLL*_ENABLE defines

Abide by the rules in the top of the header: 2 spaces for bitfield,
prefix offsets with underscore and prefer the use of REG_BIT().

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230120193457.3295977-3-lucas.demarchi@intel.com
drivers/gpu/drm/i915/i915_reg.h