Age | Commit message (Expand) | Author |
2006-12-06 | Merge branch 'modesetting' into nonrandr-setupnonrandr-setup | Keith Packard |
2006-12-06 | Use xf86 structures for default config instead of RandR. | Keith Packard |
2006-12-05 | WIP code to move mode set sequencing to XFree86 handlers. | Eric Anholt |
2006-12-01 | Fix copy'n'paste-o from restructure-outputs that resulted in crashes. | Eric Anholt |
2006-11-30 | Merge branch 'restructure-outputs' into modesetting. | Keith Packard |
2006-11-27 | Move crtc/output config to sub-structure. | Keith Packard |
2006-11-27 | Postpone SDVO DDC bus creation until we've detected the SDVO device. | Eric Anholt |
2006-11-27 | Reduce the severity of many informational log messages. | Eric Anholt |
2006-11-26 | Start output/crtc restructuring work. It compiles. | Keith Packard |
2006-11-20 | Enable second SDVO channel. | Keith Packard |
2006-11-10 | Fill in some of the high bits of mode timings for SDVO. | Eric Anholt |
2006-11-05 | Avoid crashing when disabling sdvo output. XXX | Keith Packard |
2006-11-02 | set the v_sync_off_high to zero. XXX should check docs | Keith Packard |
2006-11-01 | Move mode lists from per-pipe to per-output. | Eric Anholt |
2006-10-31 | Give each output a get_modes function and expose those modes through RandR. | Eric Anholt |
2006-10-31 | Move output connection detection to a per-output method. | Eric Anholt |
2006-10-31 | Fix many inconsistencies in the SDVO code compared to the spec. | Eric Anholt |
2006-10-30 | Use the new fields for SDVO pixel multiply on the G965. | Eric Anholt |
2006-10-30 | Return and use valid status bits for i830_sdvo_get_trained_inputs(). | Eric Anholt |
2006-10-25 | Clean up the SDVO code. | Eric Anholt |
2006-10-25 | Nuke trailing whitespace in SDVO code not already cleaned up. | Eric Anholt |
2006-10-25 | Clean up SDVO code, moving the private structure internal and cleaning up caps. | Eric Anholt |
2006-10-16 | Add a per-output mode-valid method. | Eric Anholt |
2006-10-09 | Move per-output mode setting code to per-output methods. | Eric Anholt |
2006-10-05 | Remove checks for output privates in various bits of code. | Eric Anholt |
2006-10-05 | Give each output type an init method in its file, making other methods static. | Eric Anholt |
2006-10-04 | Move the save, restore, and DPMS per-output settings to per-output files. | Eric Anholt |
2006-09-20 | Add standard C headers to fix build on some systems after xf86_ansic.h removal. | Linus Torvals |
2006-09-08 | Remove xf86_ansic.h usage. | Eric Anholt |
2006-08-04 | Fix a problem creating the I2C bus for the SDVOC | Alan Hourihane |
2006-06-26 | Clean up warnings. | Eric Anholt |
2006-06-21 | Detect SDVO display presence at startup and default to displaying to it, too. | Eric Anholt |
2006-06-21 | Add decoding of SDVO command names for debug output. | Eric Anholt |
2006-06-04 | Get sDVO output working on mac mini. | Keith Packard |
2006-05-18 | fixup I830SDVOGetActiveInputs to use return values not args | Dave Airlie |
2006-05-12 | add sdvo capability reading support | Dave Airlie |
2006-04-24 | Save/restore the output's SDVO reg. Note that we might be programming the other | Eric Anholt |
2006-04-24 | Start trying to save/restore SDVO state on VT switches. | Eric Anholt |
2006-04-24 | Clean up some argument passing, and remove extra SetTarget{In,Out}Puts that had | Eric Anholt |
2006-04-24 | Only write out as many arguments as the commands need, and fix up the numbers in | Eric Anholt |
2006-04-24 | Start trying to implement DDC over SDVO. It's slightly tricky because the | Eric Anholt |
2006-04-20 | correct height parameter in sdvo packet | Dave Airlie |
2006-04-20 | cleanup sDVO for device on C only | Dave Airlie |
2006-04-19 | Clean up SDVO initialization, include config.h, and make it check the right | Eric Anholt |
2006-04-19 | Whine if SDVO I2C device init fails, rather than be silent. | Eric Anholt |
2006-04-19 | Add more SDVO code. It's taken from airlied's driver, but with magic numbers | Eric Anholt |
2006-04-19 | Start bringing in some SDVO code, mostly from airlied. | Eric Anholt |