summaryrefslogtreecommitdiff
path: root/src/g80_display.h
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2010-03-01 14:26:51 -0800
committerAaron Plattner <aplattner@nvidia.com>2010-03-02 08:19:08 -0800
commit7b01fc8f4ba1182370980f54a34bdb959e291e02 (patch)
tree3bf49f2f8f0648e76b2b5b0eaac508795ade0406 /src/g80_display.h
parente6f4c9c6379b20b9fee50489d6afd05867c35967 (diff)
Bug #26612: Separate LUTs per output.
Wire up the RandR 1.2 gamma_set hook. Call it from G80SetPalette like the Intel driver does. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Andy Ritger <aritger@nvidia.com> Reviewed-by: Christian Zander <chzander@nvidia.com>
Diffstat (limited to 'src/g80_display.h')
-rw-r--r--src/g80_display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/g80_display.h b/src/g80_display.h
index 2031fed..43c6e12 100644
--- a/src/g80_display.h
+++ b/src/g80_display.h
@@ -22,5 +22,6 @@ void G80CrtcSetCursorPosition(xf86CrtcPtr, int x, int y);
void G80CrtcSkipModeFixup(xf86CrtcPtr);
void G80CrtcSetDither(xf86CrtcPtr, Bool dither, Bool update);
void G80CrtcSetScale(xf86CrtcPtr, DisplayModePtr, enum G80ScaleMode);
+void G80LoadPalette(ScrnInfoPtr, int numColors, int *indices, LOCO *, VisualPtr);
void G80DispCreateCrtcs(ScrnInfoPtr pScrn);