[PATCH] Add yet another AGP quirk for RV280

Alex Deucher alexdeucher at gmail.com
Tue Jan 13 17:33:08 PST 2009


committed: 0e69068a8ed82e3fb7349d8224933451955e5f16

Thanks!

On Tue, Jan 13, 2009 at 5:43 PM, Tormod Volden <debian.tormod at gmail.com> wrote:
> https://bugs.launchpad.net/bugs/312693 reported by warjowuch:
>  AGPMode needed: 4
>  Model: Self-built computer, MSI K6V-LSR mobo, Sempron 2400+
>  Host Bridge: 00:00.0 Host bridge [0600]: VIA Technologies, Inc. VT8377
>              [KT400/KT600 AGP] Host Bridge [1106:3189] (rev 80)
>  Graphics Card: 01:00.0 VGA compatible controller [0300]: ATI Technologies
>                Inc RV280 [Radeon 9200 PRO] [1002:5960] (rev 01)
>  Subsystem: Micro-Star International Co., Ltd. Device [1462:0380]
>  HW changes: None
>  BIOS: AGP-mode setting to AUTO
> ---
>  src/radeon_dri.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/src/radeon_dri.c b/src/radeon_dri.c
> index 9de178f..02e1f6a 100644
> --- a/src/radeon_dri.c
> +++ b/src/radeon_dri.c
> @@ -760,6 +760,8 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = {
>     { 0x1106,0x0305,            PCI_VENDOR_ATI,0x514c,  0x1002,0x013a,           2 },
>     /* VIA VT8377 Host Bridge / R200 QM [Radeon 9100] Needs AGPMode 4 (deb #461144) */
>     { 0x1106,0x3189,            PCI_VENDOR_ATI,0x514d,  0x174b,0x7149,           4 },
> +    /* VIA VT8377 Host Bridge / RV280 [Radeon 9200 PRO] Needs AGPMode 4 (lp #312693) */
> +    { 0x1106,0x3189,            PCI_VENDOR_ATI,0x5960,  0x1462,0x0380,           4 },
>     /* VIA VT8377 Host Bridge / RV280 Needs AGPMode 4 (ati ML) */
>     { 0x1106,0x3189,            PCI_VENDOR_ATI,0x5964,  0x148c,0x2073,           4 },
>     /* VIA VT82C693A Host Bridge / RV280 [Radeon 9200 PRO] Needs AGPMode 2 */
> --
> 1.5.4.3
>
> _______________________________________________
> xorg-driver-ati mailing list
> xorg-driver-ati at lists.x.org
> http://lists.x.org/mailman/listinfo/xorg-driver-ati
>


More information about the xorg-driver-ati mailing list