]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6879b98efc43043d035cd380e204bc2795a10433
tree8b967adcac68bff3383dbefab246ce7541f4b265
parent033ca8b9c219daa05e676f0b0ecd3cbc1b7d8a7e
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