summaryrefslogtreecommitdiff
path: root/src/g80_display.h
AgeCommit message (Collapse)Author
2010-03-02Bug #26612: Separate LUTs per output.Aaron Plattner
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>
2007-07-24G80: Allow DVI scaling.Aaron Plattner
Revamp how the scaling code works. When a mode is set on a DVI output, determine the current preferred mode and scale to that. Add a new scaling option, "off", which disables scaling and scans out the actual timings in the mode to be set.
2007-07-13G80: Add an LVDS flat panel scaling property.Aaron Plattner
This property controls how non-native resolutions are scaled to the native resolution. Valid values are: * center: 1:1 pixel ratio with black borders to center the image. * fill: Scale image to the native resolution. * aspect: Scale image to fit the screen, adding black bars to preserve square pixels. Defaults to "aspect". Change with "xrandr --output LVDS --set scale <foo>".
2007-07-10G80: Add a dithering property and corresponding config file option.Aaron Plattner
2007-06-05G80: Rearrange HW video timing computations.Aaron Plattner
Compute the HW parameters in G80CrtcModeFixup and stash them in adjusted_mode. Move some register writes into G80CreateSor.
2007-04-20G80: Remove AdjustFrame printout.Aaron Plattner
2007-03-11Initial RandR 1.2 support for G80.root
Mostly just rearranging code.
2007-03-09Use DAC load detection to decide which OR to use instead of trusting the EDID.Aaron Plattner
2007-03-08Initial G80 support. Bump to 1.99.1.Aaron Plattner