commit | 877f61d947b6666205fee4ea7a04faf187a4ede5 | [log] [tgz] |
---|---|---|
author | Damien Lespiau <damien.lespiau@intel.com> | Thu May 07 18:38:47 2015 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri May 29 10:15:26 2015 +0200 |
tree | 6a439be709ddafb87b8d61328c3a630fecb7d697 | |
parent | 6358298337abfabcf1e2b211c433f2093e5e9b28 [diff] |
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>