summaryrefslogtreecommitdiff
path: root/src/i810_reg.h
AgeCommit message (Expand)Author
2007-05-12Deal with i830 CRT load detection which cannot use FORCE_BORDER.Keith Packard
2007-05-02Add DVO[ABC] register debugging.Eric Anholt
2007-04-30Allow physical-memory allocations within stolen memory.Eric Anholt
2007-04-30Disable some clock gating functions documented to work incorrectly.Eric Anholt
2007-03-20Set the panel fitter to the right pipe on Crestline.Eric Anholt
2007-03-20Merge branch 'master' into crestlineEric Anholt
2007-03-20Attempt to fix single/dual-channel issues on i9xx LVDS panels.Eric Anholt
2007-03-03LVDS dither control moved from PFIT to LVDS register for CrestlineKeith Packard
2007-03-02Add a WIP UploadToScreen implementation. This almost displays right.Eric Anholt
2007-02-28Many fixes to mode_get, mode_set, clock limits, and register dumps on i855.Eric Anholt
2007-02-23Rework the video memory allocation.Eric Anholt
2007-02-15Print the correct meaning of bit 30 of pipeconf for 965 in debug output.Eric Anholt
2007-02-15Detect core clock frequencies, to avoid double-wide mode when possible.Eric Anholt
2007-02-01Improve register debugging output.Eric Anholt
2007-01-16Add a settable backlight property for LVDS.Eric Anholt
2007-01-03Add interlace defines for pipeconf regsKeith Packard
2006-12-12Extend the error state reporting to cover ESR and decode PGTBL_ERR for 945.Eric Anholt
2006-12-12More debugging output for SDVO.Eric Anholt
2006-12-05Add a bunch of per-register debug code to i830DumpRegs().Eric Anholt
2006-11-30Preserve some GPIO bits that the docs tell us to.Eric Anholt
2006-11-30Merge branch 'restructure-outputs' into modesetting.Keith Packard
2006-11-29Properly detect the GTT size on the G965.Eric Anholt
2006-11-27Move crtc/output config to sub-structure.Keith Packard
2006-11-19Fix TV color key.Keith Packard
2006-11-19Preliminary 945 TV output. Color key is broken. Fixed mode.Keith Packard
2006-11-05Fix CRT output on 965 chipset.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-02Add a few more registers from the 965 specKeith Packard
2006-10-31Move SDVOB_PRESERVE_MASK next to SDVOC_PRESERVE_MASK.Eric Anholt
2006-10-30Use the new fields for SDVO pixel multiply on the G965.Eric Anholt
2006-10-23Add work-in-progress integrated TV-out support.Eric Anholt
2006-09-27Merge branch 'master' into modesettingEric Anholt
2006-09-27Attempt to make the ACPI hotkey support a little more modesetting-compatible.Eric Anholt
2006-08-29Fix bug with probing info of DFP2 and LFP2 connectedAlan Hourihane
2006-08-09Merge branch 'textured-video', bringing in fixed-up i915 textured video.Eric Anholt
2006-08-03Merge branch 'broadwater-video-rehash' into broadwaterEric Anholt
2006-08-03Add current Tungsten Graphics code drop for i965 support.Alan Hourihane
2006-07-18Merge branch 'master' into textured-videoEric Anholt
2006-07-07Initial add of DVO support code. Probes my sil164.Eric Anholt
2006-06-21Fix SDVO output at low pixel clocks.Eric Anholt
2006-06-20Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-06-20Add CRT detection function by testing for load, and clean up hotplug version.Eric Anholt
2006-06-19Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-06-19Add backlight control to DPMS logic.Keith Packard
2006-06-04Get sDVO output working on mac mini.Keith Packard
2006-05-28dump out piles of debug. Create VS thread just to see how it worksKeith his master's voice Packard
2006-05-27Push all of the obvious Mesa state setting into the video codeKeith his master's voice Packard
2006-05-27Rename BRW instructions, check video instruction generation. Doesnt lock up, ...Keith his master's voice Packard