On Thu, 18 Nov 2010 09:32:58 +0800, Eric Anholt wrote:
> The pipe is always set to 8BPC, but here we were leaving whatever
> previous bits were set by the BIOS in place.
This series has now been tested on a DP system. We got flashing garbage
due to the BIOS having configured 6BPC, until this pat
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
---
drivers/gpu/drm/i915/i915_reg.h |1 +
drivers/gpu/drm/i915/intel_display.c |4 +++-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --