summaryrefslogtreecommitdiff
path: root/src/rhd_atomout.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-25Fix DVI DualLink detection.Matthias Hopf1-1/+1
2009-12-28Bugfixing and a bit cleanupChristian König1-1/+0
2009-12-28HDMI audio support for RV710 and RV730.Christian König1-21/+18
2009-10-19Fix backlight readout thru AtomBIOS.Egbert Eich1-1/+1
2009-10-08Silence audio stream option.Christian König1-0/+10
2009-10-07Properites: Get HW for Backlight setting on every query.Egbert Eich1-15/+47
2009-07-21Reenabling AtomBIOS controlled backlight.Egbert Eich1-2/+1
2009-03-05Remove no interlaced modes limitation from TMDS outputs.Christian Koenig1-3/+0
2009-03-05Randr HDMI propertyChristian Koenig1-54/+93
2009-03-02Byebye novell.Luc Verhaegen1-1/+1
2008-11-15AtomBIOS/BacklightControl: Add destroy function for data structure and fixes.Egbert Eich1-0/+10
2008-11-06ASIC_Support: Add AtomBIOS support for RV730/710 chipsets.Egbert Eich1-5/+96
2008-11-05AtomBIOS/Backlight Control: Fix AtomBIOS based BL control for hardcoded outputs.Egbert Eich1-2/+37
2008-11-03Fix and improve RhdParseBooleanOption.Christian Koenig1-0/+1
2008-10-31Add config option for coherent settings on digital outputs.Egbert Eich1-1/+14
2008-10-28AtomBIOS/Output: consolidated handling on UNIPHYA and UNIPHYB.Egbert Eich1-51/+11
2008-10-28DCE3.0: Properly map DCE3.0 DIG encoders.Egbert Eich1-8/+76
2008-10-27HDMI: Add HDMI support.Christian Koenig1-5/+53
2008-10-09Output: hook up AtomBIOS Backlight control if native method is not supported.Egbert Eich1-5/+10
2008-10-09Fix two warnings.Luc Verhaegen1-0/+2
2008-09-20AtomBIOS/Output: minor code cleanup.Egbert Eich1-5/+3
2008-08-27AtomBIOS/Output: Fix DVO Output setting.Egbert Eich1-10/+17
2008-08-12AtomBIOS: Dump parameter space in verbose mode.Egbert Eich1-1/+7
2008-08-12AtomBIOS: Fix build when built with different build options.Egbert Eich1-2/+2
2008-08-12AtomBIOS: Add call to transmitter SETUP.Egbert Eich1-1/+10
2008-08-12AtomBIOS/Output: Initialize some variables properly.Egbert Eich1-10/+13
2008-08-12AtomBIOS/Output: Release the pointer to the save collection bucket.Egbert Eich1-1/+2
2008-08-12BIOSScratch: Hook up call to set accelerator mode.Egbert Eich1-2/+2
2008-08-12BIOSScratch: Move BIOSScratch save/restore from the output layer to the main ...Egbert Eich1-6/+0
2008-08-12AtomBIOS/Output: Fix backlight control handling for panels.Egbert Eich1-8/+8
2008-08-12AtomBIOS/Output/BIOSScratch: Move DACSense() to the biosscratch subsystem.Egbert Eich1-105/+2
2008-08-12AtomBIOS/Output: Create wrapper for Output Power/Mode instead of calling rhdB...Egbert Eich1-81/+15
2008-08-12Output/BIOSScratch: Move rhdAtomSetDeviceForOutput() to rhd_biosscratch.c.Egbert Eich1-57/+0
2008-08-12AtomBIOS: Reworked BIOS scratch register setting.Egbert Eich1-17/+205
2008-08-12AtomBIOS/Output: Add support for ENCODER_CONFIG_LINK_AB/BA to rhd_atomout.c.Egbert Eich1-3/+10
2008-08-12AtomBIOS: Some fixes for PANEL support.Egbert Eich1-11/+15
2008-08-12Outputs/AtomBIOS: Add function to set up AtomBIOS based BL control for non-st...Egbert Eich1-0/+15
2008-08-12AtomBIOS/Outputs: Add property control for Outputs.Egbert Eich1-41/+186
2008-08-12AtomBIOS: Various fixes for AtomBIOS based programming of DCE3 PLLs and Outputs.Egbert Eich1-5/+12
2008-08-12AtomBIOS/Output: Fixed Dual Link support and a few other minor issues.Egbert Eich1-1/+7
2008-08-12AtomBIOS: Distinguish between TV and normal DAC when reading out sensed status.Egbert Eich1-5/+6
2008-08-12AtomBIOS: Make sure the OutputDriverPrivate is always set.Egbert Eich1-3/+13
2008-08-12AtomBIOS: Fix segfault due to freeing the wrong pointer.Egbert Eich1-6/+6
2008-08-12AtomBIOS: NULL the save list after setup after call to AtomBIOS table.Egbert Eich1-1/+1
2008-08-12AtomBIOS: Fix segfault on save after returning from text console.Egbert Eich1-2/+1
2008-08-12AtomBIOS: Save/Restore output related BIOS scratch registers.Egbert Eich1-1/+6
2008-08-12Hook in Save/Restore functions into Outputs for AtomBIOS based mode setting.Egbert Eich1-4/+27
2008-08-12Add feature needed by the AtomBIOS to the RandR code path.Egbert Eich1-0/+3
2008-08-12Add AtomBIOS support for DVO outputs.Egbert Eich1-16/+60
2008-08-12Restructured OutputPrivates + numerous bug fixes.Egbert Eich1-46/+107