From 0a00d23117a80157e1028f24c529205ca13e6ddb Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Tue, 17 Jun 2014 15:49:44 +1000 Subject: [PATCH] hack lower rate --- drivers/gpu/drm/nouveau/core/engine/disp/dport.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/nouveau/core/engine/disp/dport.c b/drivers/gpu/drm/nouveau/core/engine/disp/dport.c index 5a5b59b..83b6474 100644 --- a/drivers/gpu/drm/nouveau/core/engine/disp/dport.c +++ b/drivers/gpu/drm/nouveau/core/engine/disp/dport.c @@ -310,12 +310,14 @@ static const struct dp_rates { u8 bw; u8 nr; } nouveau_dp_rates[] = { +#if 0 { 2160000, 0x14, 4 }, { 1080000, 0x0a, 4 }, { 1080000, 0x14, 2 }, { 648000, 0x06, 4 }, { 540000, 0x0a, 2 }, { 540000, 0x14, 1 }, +#endif { 324000, 0x06, 2 }, { 270000, 0x0a, 1 }, { 162000, 0x06, 1 }, -- 1.9.3