summaryrefslogtreecommitdiff
path: root/src/rhd_connector.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-22Consolidate prefixes for ATOM_*.Matthias Hopf1-1/+1
2009-03-02Byebye novell.Luc Verhaegen1-1/+1
2008-11-06ASIC_Support: Add AtomBIOS support for RV730/710 chipsets.Egbert Eich1-2/+3
2008-11-03Use RhdParseBooleanOption for HDMI config optionChristian Koenig1-8/+12
2008-10-27HDMI: Add HDMI support.Christian Koenig1-0/+22
2008-10-09Output: hook up AtomBIOS Backlight control if native method is not supported.Egbert Eich1-1/+0
2008-09-20AtomBIOS: Adding support for an override AtomBIOS deviceID table.Egbert Eich1-5/+4
2008-09-20Connector: beautify print message.Egbert Eich1-1/+1
2008-08-27AtomBIOS: Add option to enable/disable AtomBIOS use per subsystem.Egbert Eich1-1/+2
2008-08-12DDIA: Fix output type for DDIA subsystem.Egbert Eich1-1/+1
2008-08-12AtomBIOS: Implement AtomBIOS usage policy.Egbert Eich1-36/+39
2008-08-12Connector: Move DriverOutputPrivate initialization from rhd_connector.c to th...Egbert Eich1-16/+0
2008-08-12AtomBIOS: Reworked BIOS scratch register setting.Egbert Eich1-14/+16
2008-08-12Restructured OutputPrivates + numerous bug fixes.Egbert Eich1-10/+12
2008-08-12Provide infrastructure to update BIOS scratch registers.Egbert Eich1-1/+20
2008-08-12Pass AtomBIOS device table back in connector table information.Egbert Eich1-1/+1
2008-07-22HPD: Add support for HPD_3 found on RV620 and later hardware.Egbert Eich1-3/+7
2008-05-28connector: bad paste in cases of switch in rhdConnectorSynthName.Luc Verhaegen1-2/+1
2008-05-26Adding PCIEPHY support to the DIG Transmitter control functions.Egbert Eich1-0/+3
2008-05-26Add PCIE connector type.Egbert Eich1-1/+2
2008-05-20Fix connector name when it is obvious that it's not DVI but VGA.Egbert Eich1-9/+19
2008-04-15Fixed name "RHD_DDC_NONE" printed out to log message.Egbert Eich1-1/+1
2008-04-11Fix broken assert() in rhd_id.c. Use ASSERT() instead of assert() everywhere.Matthias Hopf1-1/+1
2008-04-07Provide more information on HPD detection and mode programming in verbose log.Egbert Eich1-3/+4
2008-03-26Make debugging output of HPD verbose about the result.Egbert Eich1-1/+8
2008-03-24Add support for RS690 DDIA digital block.Egbert Eich1-2/+8
2008-03-12Add KLDSKP_LVTMA and UNIPHYs to connector handling.Egbert Eich1-4/+10
2008-03-12Adding KLDSKP_LVTMA and UNIPYA/B as output types.Egbert Eich1-5/+5
2008-03-12Add RHD_CONNECTOR_DVI_SINGLE to be able to mark a single link connector.Egbert Eich1-1/+2
2008-01-16Add RHD_CARD_FLAG_HPDOFF flag, improve quirk entries for T60p.Matthias Hopf1-1/+3
2007-12-31Fix header inclusion order.Egbert Eich1-3/+2
2007-12-19Make the driver build with the latest ustream git server sources again.Egbert Eich1-2/+8
2007-12-17HPD pin swapping logic.Matthias Hopf1-5/+48
2007-11-23Keep EDID data for later usage.Matthias Hopf1-0/+1
2007-11-23Format the connector name for TVout better.Egbert Eich1-1/+10
2007-11-23Use more user friendly connector names.Egbert Eich1-1/+58
2007-10-31Improve the ConnectorType handling when sensing.Luc Verhaegen1-1/+1
2007-10-20Unify and sanitize AtomBIOS layer variable, function and type names.Egbert Eich1-2/+2
2007-10-17Use lookup table to find function and message information to AtomBIOS query.Egbert Eich1-1/+1
2007-10-09RHDConnectorsInit: fix allocation/freeing of ConnectorInfo and names.Luc Verhaegen1-15/+15
2007-10-09Fix more memory leaks.Egbert Eich1-3/+15
2007-10-09Rename ConnectorTable to ConnectorInfo.Luc Verhaegen1-28/+37
2007-10-07Change name of structure rhdConnectors (and friends) to rhdConnectorTable.Egbert Eich1-2/+2
2007-10-03If connector information from AtomBIOS cannot be obtained try to fall back to...Egbert Eich1-7/+7
2007-10-03Add connector table parsing for the SupportedDevices Table (R5xx).Egbert Eich1-24/+28
2007-10-03Add function to print connector table.Egbert Eich1-0/+33
2007-10-03Add framework for connector table parser.Egbert Eich1-0/+13
2007-10-03Prepare code for connector table parsing.Egbert Eich1-2/+3
2007-09-18Adding AMD Copyright. Fix build to build with atombios.h but without parser.Egbert Eich1-0/+1
2007-09-17Alter mode validation to properly catch fixed modes.Luc Verhaegen1-2/+0