summaryrefslogtreecommitdiff
path: root/linux-core/intel_sdvo.c
AgeCommit message (Collapse)Author
2007-04-20Clean up and return if no outputs are found.Kristian Høgsberg
2007-04-19backout SDVO control bus check and comment why this is a bad ideaDave Airlie
2007-04-18Fix return statusAlan Hourihane
2007-04-18Merge remote branch 'origin/modesetting-101' into modesetting-101Alan Hourihane
2007-04-18Support the RGB outputs of SDVO cards, which are essentiallyAlan Hourihane
VGA outs. The drm_initial_config path has specific handling code to name match for VGA, TMDS or LVDS. This is pretty restrictive and should probably be dealt with to be more generic.
2007-04-18Check status after SDVO command for sdvo_set_control_bus_switchAlan Hourihane
2007-04-18Move SDVO PENDING check to read_response so all SDVO commandsAlan Hourihane
benefit from the spin loop.
2007-04-18backout alanh's broken commitDave Airlie
2007-04-17Fix a register read that was swapped SDVOB/SDVOCAlan Hourihane
Check for the PENDING message when reading the attached displays. Ensures the command has completed before continuing. (probably need to check PENDING in other SDVO calls too)
2007-04-10add sdvo debugging outputDavid Airlie
2007-04-10fixup true/false in intel_sdvo.cDavid Airlie
2007-04-05Add required permission notices for code copied from X.Org source.Eric Anholt
2007-04-05Initial import of modesetting for intel driver in DRMDave Airlie