summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-21make modesetting-keithp compile against recent servermodesetting-keithpKeith Packard
2006-11-06Typo when adjusting physical size during randr startupKeith Packard
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-03Create I830PipeRec to hold pipe-specific data. Remove unused I830 members.Keith Packard
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
2006-10-31Connect output detection up to RandR.Eric Anholt
2006-10-31Move output connection detection to a per-output method.Eric Anholt
2006-10-31Move SDVOB_PRESERVE_MASK next to SDVOC_PRESERVE_MASK.Eric Anholt
2006-10-31i830SetLVDSPanelPower is now a static function in i830_lvds.c, so remove it.Eric Anholt
2006-10-31Fix many inconsistencies in the SDVO code compared to the spec.Eric Anholt
2006-10-30Remove some dead code from BIOS modesetting.Eric Anholt
2006-10-30Remove GetBIOSVersion().Eric Anholt
2006-10-30Warning fix.Eric Anholt
2006-10-30Remove SetPipeAccess and now-unnecessary VBE reinit.Eric Anholt
2006-10-30Use the new fields for SDVO pixel multiply on the G965.Eric Anholt
2006-10-30Return and use valid status bits for i830_sdvo_get_trained_inputs().Eric Anholt
2006-10-30Clean up whitespace in i830_randr.c.Eric Anholt
2006-10-25Move vbeInfo out of the driver struct to the one place it's used.Eric Anholt
2006-10-25Remove dead memsize reporting.Eric Anholt
2006-10-25Remove disabled I830DetectMonitorChange().Eric Anholt
2006-10-25Move LVDS initialization and blacklisting damage to the LVDS support file.Eric Anholt
2006-10-25Clean up the SDVO code.Eric Anholt
2006-10-25Nuke trailing whitespace in SDVO code not already cleaned up.Eric Anholt
2006-10-25Clean up SDVO code, moving the private structure internal and cleaning up caps.Eric Anholt
2006-10-24Merge branch 'modesetting-origin' into modesettingKeith Packard