Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-23 | Add work-in-progress integrated TV-out support. | Eric Anholt | |
This is the TV connector on board for the 915GM and 945GM. It is currently not hooked up to output initialization as it's entirely untested. However, I think this is a reasonable starting point for getting TV-out actually working. | |||
2006-10-23 | Add some MergedFB checks for accelerator limitations | Alan Hourihane | |
2006-10-23 | Merge branch 'master' of ↵ | Alan Hourihane | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel | |||
2006-10-23 | Fix manpage to report 8160 instead of 6144 for LinearAlloc. | Alan Hourihane | |
2006-10-17 | Don't crash if SetCursorPosition is called with pScrn->currentMode == NULL. | Michel Dänzer | |
This allows the driver to work with servers that don't have the fix for this that was only recently pushed to git. | |||
2006-10-16 | Add a per-output mode-valid method. | Eric Anholt | |
This is currently disconnected, but will be used in more overhaul work. This should be where any output limitations, such as clocks, resolution, scaling limits, or other options, are validated. Other limitations, such as chipset resolution limits, CRTC clock limits, etc. should be elsewhere. | |||
2006-10-13 | Advertise textured video adapter first | Keith Packard | |
2006-10-13 | Make VIDEO_DEBUG into a configure option | Alan Hourihane | |
2006-10-13 | Bump to 1.7.2 | Alan Hourihane | |
2006-10-13 | Ugh. Turn off debugging. | Alan Hourihane | |
2006-10-13 | Bump to 1.7.1 | Alan Hourihane | |
2006-10-13 | Fix bug #8553 & #8542 - suspend/resume regression from 1.5 driver | Alan Hourihane | |
2006-10-13 | Fix some warnings | Alan Hourihane | |
2006-10-10 | Only disable the output when marked disabled. | Eric Anholt | |
Also, remove a couple of dead variables. | |||
2006-10-10 | Mark current ps kernel is experimential with little test. | Wang Zhenyu | |
2006-10-10 | Use sf_prog.h instead | Wang Zhenyu | |
2006-10-09 | Fix LVDS restore path, and move pipe assignment for outputs to the right place. | Eric Anholt | |
2006-10-09 | Add a function for describing the output connection configuration. | Eric Anholt | |
2006-10-09 | Move per-output mode setting code to per-output methods. | Eric Anholt | |
This is not a very clean interface, as a number of outputs require tweaks to the DPLL registers. When possible, the DPLLs are just adjusted in the per-output post_set_mode, which happens just after the DPLL is enabled. However, this seems better than the previous method of having all outputs programmed in the same function. | |||
2006-10-07 | Expand the check for AOpen Mini-PC. | Adam Jackson | |
Just match on subsystem vendor, don't bother inspecting the subsystem device ID, since apparently they're all busted. | |||
2006-10-06 | Compute LVDS resolution from server DPI and native panel size. | Keith Packard | |
I was unable to find the native LVDS panel physical size in the BDB information. I would prefer to report accurate information through RandR if possible though. | |||
2006-10-06 | Fix server regeneration problem mapping the aperture | Alan Hourihane | |
2006-10-05 | Don't require MonitorLayout when two monitors are plugged in. | Keith Packard | |
With randr12 working, we can just leave the second monitor off for now. | |||
2006-10-05 | Remove checks for output privates in various bits of code. | Eric Anholt | |
Now, the output is only set up if it fully initializes, so it will never exist if the private it requires doesn't. | |||
2006-10-05 | Give each output type an init method in its file, making other methods static. | Eric Anholt | |
2006-10-05 | Fix DPI at startup in RandR 1.2 code. | Keith Packard | |
Use requested monitor resolution to compute the appropriate screen size when resizing the screen during RandR initialization. | |||
2006-10-04 | Remove mode origins, add preferred mode count. | Keith Packard | |
Just tracking changes in the 1.2 protocol spec. | |||
2006-10-04 | Move the save, restore, and DPMS per-output settings to per-output files. | Eric Anholt | |
2006-10-04 | Merge branch 'modesetting-guitar' into modesetting | Keith Packard | |
2006-10-04 | Add mode origins for randr | Keith Packard | |
2006-10-04 | Fix bug #5795, VT switching fails because of a bad test on some platforms. | Alan Hourihane | |
2006-10-03 | Enable XV_PORT attribute even when not in Clone mode. | Keith Packard | |
As Clone mode is now something that can change after server startup, always enable the XV_PORT attribute as we cannot change the list of reported attributes. (cherry picked from 1bc1cedbcdf6ea4d2a3e8b07b553ac50b3c126f4 commit) | |||
2006-10-03 | Merge branch 'modesetting-origin' into modesetting | Keith Packard | |
2006-10-03 | Enable XV_PORT attribute even when not in Clone mode. | Keith Packard | |
As Clone mode is now something that can change after server startup, always enable the XV_PORT attribute as we cannot change the list of reported attributes. | |||
2006-10-03 | Always register list of modes for outputs, even when disabled. | Keith Packard | |
2006-10-02 | Move cursor base address register setting to a separate function. | Eric Anholt | |
2006-10-02 | silence warning | Alan Hourihane | |
2006-10-02 | bump to 1.7.0 | Alan Hourihane | |
2006-09-30 | Missing gamma bit | Alan Hourihane | |
2006-09-30 | Fix issues with Xv locking up the engine. bug #7915. | Alan Hourihane | |
2006-09-28 | Always call I830UpdateXineramaScreenInfo() unconditionally, and document why. | Michel Dänzer | |
2006-09-28 | Fix picture's transform checking | Wang Zhenyu | |
2006-09-28 | Fallback in mask picture for now | Wang Zhenyu | |
Do it later after finish wm kernel program. | |||
2006-09-28 | Fix compile, add wm header file. | Wang Zhenyu | |
2006-09-28 | Add simplest wm kernel program for no mask picture composite | Wang Zhenyu | |
This is a try to use new gen4asm language, and will finish composite program for mask picture with or without CA case later. | |||
2006-09-27 | Merge branch 'master' into modesetting | Eric 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-27 | Re-disable broken load-based CRT detection. | Eric Anholt | |
2006-09-27 | Merge branch 'randr-1.2' into modesetting | Eric Anholt | |
2006-09-27 | Merge branch 'acpi-hotkey' into modesetting | Eric Anholt | |
Conflicts: src/i830.h src/i830_driver.c | |||
2006-09-27 | Attempt 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. |