summaryrefslogtreecommitdiff
path: root/linux-core/nv50_connector.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-07-20 15:40:40 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-07-20 15:40:40 +0200
commit685bca02fe6b7406bb157a1a4e0f147b47ba28f8 (patch)
treeb43a7644a3c59f374c7a758e39078ad7620d0770 /linux-core/nv50_connector.h
parente51cd78cac24df15e32e23d8db73614524e6ff0d (diff)
NV50: delay changing gpu<->non-gpu scaling modes until next modeset
Diffstat (limited to 'linux-core/nv50_connector.h')
-rw-r--r--linux-core/nv50_connector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-core/nv50_connector.h b/linux-core/nv50_connector.h
index 02b1561e..aac94457 100644
--- a/linux-core/nv50_connector.h
+++ b/linux-core/nv50_connector.h
@@ -47,7 +47,8 @@ struct nv50_connector {
struct nv50_i2c_channel *i2c_chan;
struct nv50_output *output;
- int scaling_mode;
+ int requested_scaling_mode;
+
bool use_dithering;
bool (*detect) (struct nv50_connector *connector);