]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/skl: Don't try to store the wrong central frequency
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 7 May 2015 17:38:47 +0000 (18:38 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 29 May 2015 08:15:26 +0000 (10:15 +0200)
commit57f9c13ff7dad1d7277269a66a1146b8236848c7
tree6a439be709ddafb87b8d61328c3a630fecb7d697
parent9723ce6c31393ceac6750f9352d4d18f289e4673
drm/i915/skl: Don't try to store the wrong central frequency

The orignal code started by storing the actual central frequency (in Hz,
using a uint64_t) in a uint32_t which codes for the register value. That
can't be right.

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