commit | 81c97f522e41c022f96cd009feacb9acb994f115 | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Tue Mar 22 15:35:23 2016 +0200 |
committer | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Wed Mar 23 14:23:29 2016 +0200 |
tree | 48cf48bbed35f81a67f92761f01b53c7ce0dc749 | |
parent | 65b3d6a976490bc731ad56e287965223030abe89 [diff] |
drm/i915: Split i8xx_crtc_compute_clock() Split a GEN2 specific version from i9xx_crtc_compute_clock(). With this there is no need for i9xx_get_refclk() anymore, and the differences between platforms become more obvious. v2: Use i8xx as prefix instead of gen2. (Ville and Daniel) Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1458653723-17951-1-git-send-email-ander.conselvan.de.oliveira@intel.com