]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Always set the DP transcoder config to 8BPC.
authorEric Anholt <eric@anholt.net>
Thu, 18 Nov 2010 01:32:58 +0000 (09:32 +0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 2 Dec 2010 22:31:20 +0000 (22:31 +0000)
commit1f01422f64804fee52ddbf6e91986b6f5509e728
treecb4b192fcd9d6b1187ea6c98517f35e08989437c
parentaadb08294c335423a2bcac06a756e2a9c231fd0a
drm/i915: Always set the DP transcoder config to 8BPC.

The pipe is always set to 8BPC, but here we were leaving whatever
previous bits were set by the BIOS in place.

Signed-off-by: Eric Anholt <eric@anholt.net>
Tested-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: stable@kernel.org
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c