Age | Commit message (Collapse) | Author |
|
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
|
|
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers
need to include dpmsconst.h if xextproto 7.1 is available.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
|
|
|
|
|
|
|
|
Revamp how the scaling code works. When a mode is set on a DVI output,
determine the current preferred mode and scale to that. Add a new scaling
option, "off", which disables scaling and scans out the actual timings in the
mode to be set.
|
|
|
|
Work around xf86DisableUnusedFunctions lameness by forcing DPMSModeOn at modeset
time.
|
|
Detect output status for paired outputs together and cache status until the
BlockHandler to avoid redundantly probing for EDIDs or performing load
detection.
|
|
Each pair of outputs shares an I2C rec. This will be used in a future change
for the detect and get_modes routines.
|
|
Mostly just rearranging code.
|