summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-11-15Enable the LVDS if we find it and assign it to a pipe (oops).Eric Anholt
2006-11-14Disable setup of the second SDVO device until we fix it.Eric Anholt
2006-11-10Fix clock range for single-channel LVDS.Eric Anholt
2006-11-10Fill in some of the high bits of mode timings for SDVO.Eric Anholt
2006-11-09Expose the DDC-probed EDID data as the EDID_DATA output property.Eric Anholt
2006-11-08Create RandR 1.2 objects in I830PreInit.Keith Packard
2006-11-08Adapt to RandR updates that split object creation from screen association.Keith Packard
2006-11-08Merge branch 'modesetting-keithp' into modesettingKeith Packard
2006-11-08Change the output and pipe "is it on/off" field name to "enabled".Eric Anholt
2006-11-08Clean up i830_crt_detect_load() a bit more.Eric Anholt
2006-11-08Go back to only setting up outputs that have a display connected.Eric Anholt
2006-11-08Fix i830DisableUnusedFunctions after pipe structure change.Eric Anholt
2006-11-07Eliminate operatingDevices member and PIPE_* values.Keith Packard
2006-11-07Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhereKeith Packard
2006-11-06Restore PFIT_CONTROL before turning the LVDS back on in the restore method.Eric Anholt
2006-11-06Move PFIT_CONTROL disable for G965 up before post_set_mode.Eric Anholt
2006-11-05DSPSURF must be page aligned. Place intra-screen offset in DSPBASE.Keith Packard
2006-11-05Don't allocate stuff in the first 256K of video memory (GATT?)Keith Packard
2006-11-05Fix CRT output on 965 chipset.Keith Packard
2006-11-05Avoid crashing when disabling sdvo output. XXXKeith Packard
2006-11-05Move remaining pipe mode setting logic to i830PipeSetModeKeith Packard
2006-11-04Rename availablePipes to num_pipesKeith Packard
2006-11-04Eliminate operatingDevices member and PIPE_* values.Keith Packard
2006-11-03Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhereKeith Packard
2006-11-03Finish removing persistant vbe dataKeith Packard
2006-11-03Oops, martian memset of randr modes pointerKeith Packard
2006-11-03Use VBE only temporarily to fetch BIOS rom imageKeith Packard
2006-11-03Report pipe status (and status mismatches) in i830DescribeOutputConfiguration()Eric Anholt
2006-11-03Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-11-03Add support for load-based CRT detection.Eric Anholt
2006-11-03Print out modelines as info, not error (which had been used for debugging).Eric Anholt
2006-11-03Don't memset the modes pointer on init, which was dereferencing NULL.Eric Anholt
2006-11-03Create I830PipeRec to hold pipe-specific data. Remove unused I830 members.Keith Packard
2006-11-03Fix a pasteo in I965 register restore.Eric Anholt
2006-11-02set the v_sync_off_high to zero. XXX should check docsKeith Packard
2006-11-02Disable the panel fitter when not using it. Cleans up SDVO DVI output.Keith Packard
2006-11-02Add another couple of new registersKeith Packard
2006-11-02Remove duplicated register defs that were just added.Eric Anholt
2006-11-02Add airlied's I2C code, ifdeffed out.Eric Anholt
2006-11-02Remove dead specifiedMonitor field.Eric Anholt
2006-11-02Dump more registers for debug purposesKeith Packard
2006-11-02Add a few more registers from the 965 specKeith Packard
2006-11-02ch7xxxSaveRegs receives real type instead of void *Keith Packard
2006-11-01Remove dead VESARec struct.Eric Anholt
2006-11-01Remove the refresh rate appended to some mode names.Eric Anholt
2006-11-01Attempt to pull monitor physical size information out of DDC EDID data.Eric Anholt
2006-11-01Move mode lists from per-pipe to per-output.Eric Anholt
2006-11-01Update for the move of RandR phyiscal size information.Eric Anholt
2006-10-31Give each output a get_modes function and expose those modes through RandR.Eric Anholt
2006-10-31Add compat definitions for M_T_PREFERRED and M_T_DRIVER for older X Servers.Eric Anholt