Age | Commit message (Collapse) | Author |
|
RS482_5975 is actually RS485. see bug 12048
|
|
fixes bug 12048
|
|
|
|
Surprisingly easy, thanks to George's pci-rework changes.
|
|
|
|
|
|
|
|
It's only called by RADEONSave(), so just move its
contents into RADEONSave(). this mirrors RADEONRestore().
|
|
|
|
It seems that on quite a few laptops the LVDS H/V timing
from the bios tables are way off or just doesn't work period.
Either we are using it wrong or we need some additional checks
when we parse it. Only the dot clock seems to really matter,
so use cvt modes and update the dotclock. This seems to work
correctly in all cases.
|
|
- The panel timing from the bios tables is for the crtc,
not the native panel mode, so add cvt modes for the panel
and fix up the crtc values in mode_fixup().
- rename and reconfigure RADEONValidateFPModes() to what it
really does: add screen modes. I suppose for backwards
compatibility we ought to add the screen modes to every
reasonable output, but everyone should really use xrandr
or an output monitor section to add custom modes. Hopefully
this will go away at some point.
|
|
Should fix bug 12490
|
|
|
|
This probably won't work on all chips as the various gpio lines
seem to need special magic to to actually talk to the i2c slave
chips.
|
|
|
|
Hopefully this will fix up the weird mode issues with LVDS and
native and RMX modes, but I can't seem to get quite the right
combo to fix everyone.
|
|
|
|
This was accidentally broken when moving away from using pixmap data pointers
directly.
|
|
The combined pitch/offset registers only support pitches up to 16320 bytes.
With EXA >= 2.3, set the maxPitchBytes field accordingly. With older versions,
limit maxX such that the pitch of 32bpp pixmaps doesn't exceed the limit.
Also check the limit in RADEONGetOffsetPitch just in case.
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12551 .
|
|
Fixes segfault with current xserver master without AccelDFS.
|
|
also print out LVDS mode info from bios for both
legacy and atom bioses
|
|
The old validation code wasn't really well suited to randr.
This fixes several issues:
- missing display size for panels with edid
- broken duplicate modes
|
|
|
|
|
|
|
|
This reverts commit 9109e62e3be7f96b41b534ab517fdf1baf458806.
This breaks ABI. better fix to come.
|
|
This should prevent people from mistakenly trying to run
zaphod mode
|
|
Option "MacModel" "mini"
may not be 100% correct yet
|
|
LVDS + RMX doesn't seem to like having the crtc values tweaked.
|
|
Should fix bug 12175
|
|
- add option to turn off RMX
- turn off RMX by default on DVI
- add infrastructure to support more RMX modes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 4000a710c93dd2d82891e4082bc7fa922ba9c5f4.
This needs to be reworked and needs more soak time. so revert
for now.
|
|
previous fix seemed to break other chips. Lets see how
this goes.
|
|
|
|
some chips seem to be pickier than others. fixes bug 12467
|
|
|
|
|
|
it's just too unreliable and even when it is most people
don't want it. enable it via output attribute or force
the outputs on with xrandr
|
|
besides specifying the pimary DAC (which they don't have),
most seem to specify DDC_CRT2 for DDC, which does not seem
to ever work. Some have reported success with DDC_MONID so
lets give that a try.
|
|
Some monitors have this bit set even on analog ports
|
|
- Based on Dave Airlie's initial work and the dvo support
in the intel driver.
- Only sil164 is supported at the moment.
- Once we get some testing and such, we ought to move the dvo
drivers out of the drivers so they can be shared among all drivers
- Doesn't seem to work on my card (r4xx ATOM) card ATM
- Legacy bios table programming sequence not implemented yet
|
|
Leave them as programmed by the bios
fixes bug 12424
|
|
libpciaccess added subrange mappings and mtrr handling.
compile-tested only.
|
|
Make sure the DRI lock is held though, as these can be called asynchronously.
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12245 .
|