summaryrefslogtreecommitdiff
path: root/src/i830_lvds.c
AgeCommit message (Expand)Author
2006-12-01Don't try to write the read-only PP_STATUS register.Eric Anholt
2006-11-27Move crtc/output config to sub-structure.Keith Packard
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard
2006-11-02Disable the panel fitter when not using it. Cleans up SDVO DVI output.Keith Packard
2006-11-01Move mode lists from per-pipe to per-output.Eric Anholt
2006-10-31Give each output a get_modes function and expose those modes through RandR.Eric Anholt
2006-10-31Move output connection detection to a per-output method.Eric Anholt
2006-10-25Move LVDS initialization and blacklisting damage to the LVDS support file.Eric Anholt
2006-10-16Add a per-output mode-valid method.Eric Anholt
2006-10-09Fix LVDS restore path, and move pipe assignment for outputs to the right place.Eric Anholt
2006-10-09Move per-output mode setting code to per-output methods.Eric Anholt
2006-10-05Give each output type an init method in its file, making other methods static.Eric Anholt
2006-10-04Move the save, restore, and DPMS per-output settings to per-output files.Eric Anholt