0aed4944f4
It contains numerous fixes to 6.12.2 backported from master over the last few months, along with PCI IDs for some new hardware. Adam Jackson (1): Fix misleading filenames in DRI setup failure messages Alex Deucher (42): R6xx/R7xx: set proper 3D client driver name for r600 radeon: chip family typo R6xx/R7xx: cleanup macro radeon: remove old crtc size heuristics radeon: fix tmds_pll randr property Revert "DCE3/3.2: cleanup dpms after previous changes" Remove old messages Endian fixes for object table RS690: add quirk for acer board AVIVO: fix for cursor corruption issue r2xx/r3xx/r4xx: further i2c fixups AVIVO: make sure cursor width isn't negative RV410: SE variants only have 1 quad pipe AVIVO: fix cursor corruption/flickering issues R6xx/r7xx: fix CURSOR_SWAPPING_* macros AVIVO: better fix for cursor flickering/corruption issues radeon: fix several dpms issues r2xx-r4xx: fix typo in last i2c fix and clarify hw i2c pin sel AVIVO: move cusor offscreen when disabling AVIVO: fix cursor corruption bands for real AVIVO: set default cursor mode in cursor init RS690/RS740: fix connector enumeration in some cases RS690: gpio/connector fixes R3xx-R5xx: don't set TX_OFFSET_RS in RS_INST_COUNT r3xx-r5xx: switch to 1/12 subpixel precision R3xx/R4xx tex vid: increase the guardband limit for rendering with a tri RV770: add missing pci id radeon: try harder when checking if a card is posted r4xx: Add some missing pci ids Add RV740 (HD4770) support atom: connector quirk Add some missing M96 pci ids RV280: Add an AGP quirk RV280: another AGP quirk Add an r420 AGP quirk radeon: Set PCI/PCIE bus type properly per asic radeon: fix typo in object header to connector type conversion radeon: add some new r7xx pci ids RS880: enable accel RV280: add agp quirk RV740: disable small DFS transfers RV280: add agp quirk Bryce Harrington (3): radeon: AGPMode quirk needed for HP Omnibook 6200 radeon: AGPMode quirk needed for IBM Thinkpad T40 with Mobility M7 LW radeon: AGPMode quirk needed for SiS Dave Airlie (13): radeon: fix DDC on rv410 VGA ports for non-atom use. radeon: tweak ddc fix for all r300s. radeon: fix r600 shadow fb mode with cursor allocation in wrong place radeon/tv: fix typo in crtc register modifications r100/r200: dont emit wrong clamp modes. atom/tvout: set the correct scaler up for tv out atombios: store dac detect result into save register. atom: recall crtc source script after tv dpms on radeon: move detected monitor type debugging. r600: fix bad unit in texture setup ati: update for resources/RAC API removal ati: change to using ABI version check ati 6.12.3 Fredrik Höglund (1): Check if the composite op is supported in R200CheckComposite. Markus Gapp (1): Add quirk for asus hd3450 board Michel Dänzer (2): Clear the framebuffer before initializing modes. Pre-R600 EXA: Fix coordinate limits off-by-one error. Roland Scheidegger (1): R6xx/R7xx: fix pixel centers
21 lines
802 B
Text
21 lines
802 B
Text
$NetBSD: patch-ac,v 1.4 2009/09/11 06:38:36 hasso Exp $
|
|
|
|
--- configure.orig 2009-09-10 06:00:38 +0300
|
|
+++ configure 2009-09-10 21:07:01 +0300
|
|
@@ -23340,16 +23340,8 @@ $as_echo_n "checking for $XORG_SGML_PATH
|
|
if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
- test "$cross_compiling" = yes &&
|
|
- { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
|
|
-$as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
|
|
- { (exit 1); exit 1; }; }
|
|
-if test -r "$XORG_SGML_PATH/X11/defs.ent"; then
|
|
- eval "$as_ac_File=yes"
|
|
-else
|
|
eval "$as_ac_File=no"
|
|
fi
|
|
-fi
|
|
ac_res=`eval 'as_val=${'$as_ac_File'}
|
|
$as_echo "$as_val"'`
|
|
{ $as_echo "$as_me:$LINENO: result: $ac_res" >&5
|