]> 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)
commit7766322042176f81cc74470ed9f35312398f1cae
tree0032235c208aa5f98b6f55ea96aae7fa4e625d52
parentfc3273b32cd02c7151535000132619bb8992aa45
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