drm/i915: remove transcoder PLL mashing from mode_set per specs
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 13 Oct 2011 17:08:34 +0000 (10:08 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 21 Oct 2011 06:21:58 +0000 (23:21 -0700)
commita487928908226df493a3ce145ecf4bb39296714e
tree8b967adcac68bff3383dbefab246ce7541f4b265
parent4c9c18c29347a8bfce1dcd28271bf782aab16639
drm/i915: remove transcoder PLL mashing from mode_set per specs

Belongs in PCH enable instead.  The duplication is worrying and the
specs explicitly list transcoder select *after* actual PLL enable, which
doesn't occur until later.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Tested-By: Eugeni Dodonov <eugeni.dodonov@intel.com>
Reviewed-By: Eugeni Dodonov <eugeni.dodonov@intel.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_display.c