summaryrefslogtreecommitdiff
path: root/linux-core/nv50_display.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-07-20 13:49:18 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-07-20 13:49:18 +0200
commit65803e53a696347e38d7f6c2c8dc186c6764ff03 (patch)
tree18fe7abbb93a8fa76529c099db4f214a82fe654b /linux-core/nv50_display.h
parente2ffee839ed7ae6c55a0a8c6bb8ee872ae8a2a70 (diff)
modesetting-101: implement optional scaling and dithering properties
Diffstat (limited to 'linux-core/nv50_display.h')
-rw-r--r--linux-core/nv50_display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/nv50_display.h b/linux-core/nv50_display.h
index f20e67da..3c2ee1c9 100644
--- a/linux-core/nv50_display.h
+++ b/linux-core/nv50_display.h
@@ -68,7 +68,7 @@ struct nv50_display {
};
enum scaling_modes {
- SCALE_PANEL,
+ SCALE_NON_GPU,
SCALE_FULLSCREEN,
SCALE_ASPECT,
SCALE_NOSCALE,