summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-04Move the save, restore, and DPMS per-output settings to per-output files.Eric Anholt
2006-10-02Move cursor base address register setting to a separate function.Eric Anholt
2006-09-27Merge branch 'master' into modesettingEric Anholt
This reverts most of the mergedfb code. This will instead be done in device- independent RandR code. Conflicts: src/Makefile.am src/i810_driver.c src/i810_reg.h src/i830.h src/i830_cursor.c src/i830_driver.c src/i830_modes.c src/i830_video.c
2006-09-27Re-disable broken load-based CRT detection.Eric Anholt
2006-09-27Merge branch 'randr-1.2' into modesettingEric Anholt
2006-09-27Merge branch 'acpi-hotkey' into modesettingEric Anholt
Conflicts: src/i830.h src/i830_driver.c
2006-09-27Attempt to make the ACPI hotkey support a little more modesetting-compatible.Eric Anholt
Previously, we watched for the BIOS to have changed the layout, and repaired the resulting configuration. Now, we request that the BIOS make no changes, but leave a note in a register for when the key has been pressed. When we notice this, we reprobe monitors and turn on/off the things we find. This is a temporary solution until we can get the hotkey hooked up as an input key to external applications to control the change using RandR 1.2. It is also untested as neither of my laptops do anything with the hotkey. However, this code does result in many fewer BIOS calls.
2006-09-23Oops, duplicated CRT-redetect code.Keith Packard
2006-09-23Construct default monitor description for hotplug non-DDC monitor.Keith Packard
When detecting a monitor that doesn't support DDC, construct a default monitor with "sensible" values instead of using whatever the builtin LCD screen uses. Clearly we need a way to set the monitor parameters when we cannot detect them.
2006-09-22Restructure i830_bios.c so we don't leak a copy of the BIOS per generation.Eric Anholt
2006-09-22Remove some dead code related to clock ranges.Eric Anholt
2006-09-22Remove the GetDevicePresence BIOS call which just printed BIOS information.Eric Anholt
Because we aren't using the BIOS to set modes any more, what the BIOS thinks is present is probably even less important than before.
2006-09-22Remove the no-longer-connected VBERestore option.Eric Anholt
2006-09-22Remove unused display{Attached,Present} fields.Eric Anholt
2006-09-22Remove empty SAVERESTORE_HWSTATE code.Eric Anholt
2006-09-22Remove BIOS from non-BIOS related names.Keith Packard
Lots of names included BIOS for no apparent reason; as we try to eliminate BIOS calls from the driver, these only serve to confuse us. (cherry picked from 8e5d280d94ad3d3ba3c75871c17abec9da62ed34 commit)
2006-09-21Make planeEnabled track pipes controlled by randr.Keith Packard
Also add code to deal with disabling pipes.
2006-09-21Consistently use Cursor A on Pipe 0 and Cursor B on Pipe 1.Keith Packard
Mixing random cursors and pipes didn't work very well. I'm left wondering whether the palette stuff will work on pre-9xx series hardware though; it is special cased everwhere else.
2006-09-20Merge branch 'modesetting' into randr-1.2Keith Packard
2006-09-20Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-09-20Merge branch 'modesetting' into randr-1.2Keith Packard
2006-09-20Update driver for RandR 1.2 X server API.Keith Packard
This is not entirely what I'd like to see, but it's at least functional. Limitations: Can't disable/enable crtcs Can't move outputs on/off crtcs But, it does handle monitor hot-plug, detecting changes in VGA and SDVO status on-the fly. Which makes for good demo material.
2006-09-20Add standard C headers to fix build on some systems after xf86_ansic.h removal.Linus Torvals
This appears to have been hidden for others by header pollution in X Server headers.
2006-09-19Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-09-15Add model-specific tweaks for some funky 945GM boards.Adam Jackson
For the Aopen Mini-PC, ignore the claimed attached 800x600 LVDS panel. Likewise for the Apple Mac Mini, but done slightly differently since it shares PCI IDs with the Macbook Pro.
2006-09-08Remove xf86_ansic.h usage.Eric Anholt
2006-09-08Fix a compile failure from the last commit.Eric Anholt
2006-09-07Merge branch 'master' of ↵Alan Hourihane
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
2006-09-07When in MergedFB mode, fix offscreen memory allocation.Alan Hourihane
2006-09-01Add a check for intel-gen4asm, and rules to compile {wm,sf}_prog.h using it.Eric Anholt
This adds assembly source for the two programs used in the textured video implementation on the 965, which should make them easier to modify in the future. The compiled versions are also included, so that intel-gen4asm isn't a build requirement for people that aren't modifying these programs. There are minor differences in the compiled versions of these programs compared to their previous versions which were compiled with a different tool. I believe the changes should be harmless, and video continues to work on my system.
2006-08-31verbose debug message for panel sync dataKeith Packard
2006-08-29Fix bug with probing info of DFP2 and LFP2 connectedAlan Hourihane
devices (Aaron Ridout)
2006-08-28Fix SetVBlank to operate all the timeAlan Hourihane
2006-08-24Bug #7957: Fix distcheck.Ross Burton
2006-08-22fix typoAlan Hourihane
2006-08-21remove GL* usageAlan Hourihane
2006-08-21Merge branch 'master' of ↵Alan Hourihane
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
2006-08-21Fix bug #7930, i810 doesn't compile without DRIAlan Hourihane
(Samuel Thibault)
2006-08-17Bug #7905: Mark DRI state as dirty in 965 textured video, fixing hangs with 3d.Eric Anholt
2006-08-16Disable device check when mergedfb in operation.Alan Hourihane
2006-08-16Fix bug #5150. Disable LVDS usage on i915G, i945G and i965G.Alan Hourihane
2006-08-11Fix undefined alloc type for agp memoryWang Zhenyu
This shuts up the nonfatal warning that type 3 for alloc agp memory is undefined for intel-agp.
2006-08-10Bump to 1.6.5 for release.xf86-video-intel-1.6.5xf86-video-i810-1.6.5Eric Anholt
2006-08-10Fix README typos from in the generated file.Eric Anholt
2006-08-10Bug #7829: Fix reported driver version.Eric Anholt
The driver now reports itself as the PACKAGE_VERSION from autoconf. The DRI DDX -> client interface version is dissociated from this so that we can do appropriate major/minor versioning of the interface that's not tied to the package version. Bumped the i830 ddx dri version patchlevel to note the fix in the previous commit.
2006-08-10Bug #7835: Restore unused fields in I830DRIRec to avoid i915 DRI breakage.Eric Anholt
As it was, 1.6.4 broke compatibility with the released DRI driver.
2006-08-09Correct typos in README source.Eric Anholt
2006-08-09Clean up warnings.Eric Anholt
2006-08-09Merge branch 'textured-video', bringing in fixed-up i915 textured video.Eric Anholt
Conflicts: src/i830_video.c
2006-08-09Bump to 1.6.4 for release.xf86-video-intel-1.6.4xf86-video-i810-1.6.4Eric Anholt