]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Clean up WRPLL/SPLL #defines
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 25 Jun 2014 19:01:48 +0000 (22:01 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 10 Jul 2014 20:04:45 +0000 (22:04 +0200)
commit73db53d327c16c9ff363ea04d2f7533f08c0cc37
tree0032235c208aa5f98b6f55ea96aae7fa4e625d52
parent8e5415dde65c7c01fc52618b92a28b99597d45c7
drm/i915: Clean up WRPLL/SPLL #defines

Luckily the bit definitions match, but it's still confusing
to use one when handling the other. So sprinkle some OCD over
the #defines to make them match and use the right version in
each place.

Maybe we should unify these definitions completely, but that
can always be done sometime in the future.

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_ddi.c