On Sat, Apr 23, 2011 at 11:07:16PM -0400, Mark Peoples wrote:
> On Sun, Apr 03, 2011 at 08:37:08AM -0400, Mark Peoples wrote:
> > The following along with an update to xf86-video-ati-6.14.1 gets me some 
> > very sexy 1920x1080 on my Radeon HD5450
> 
> the xorg driver part getting updated probably isn't going to happen any time 
> soon, but can the pci bits go in? thanks!
> 
> Index: drm/radeon_drv.c
> ===================================================================
> RCS file: /cvs/src/sys/dev/pci/drm/radeon_drv.c,v
> retrieving revision 1.51
> diff -u drm/radeon_drv.c
> --- drm/radeon_drv.c    29 Sep 2010 13:32:22 -0000      1.51
> +++ drm/radeon_drv.c    3 Apr 2011 12:23:45 -0000
> @@ -526,6 +526,8 @@
>             CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP},
>         {PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD4200_M,
>             CHIP_RS880|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP},
> +       {PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD5450,
> +           CHIP_RS880|RADEON_NEW_MEMMAP},
>          {0, 0, 0}

While this has been commited this is actually wrong.

The chip is an evergreen (cedar, specifically) not a RS880. So it is
possible that something funny can happen when using this. I'll deal with
this when I get some time.

-0-
-- 
Experience is something you don't get until just after you need it.
                -- Olivier

Reply via email to