~ubuntu-branches/ubuntu/natty/xserver-xorg-video-radeonhd/natty

« back to all changes in this revision

Viewing changes to src/rhd_atombios.c

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin
  • Date: 2009-04-10 08:09:08 UTC
  • mfrom: (6.2.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090410080908-zoz25ktobo22dn4a
Tags: 1.2.5-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Copyright 2007, 2008  Egbert Eich   <eich@novell.com>
3
 
 * Copyright 2007, 2008  Luc Verhaegen <lverhaegen@novell.com>
 
3
 * Copyright 2007, 2008  Luc Verhaegen <libv@exsuse.de>
4
4
 * Copyright 2007, 2008  Matthias Hopf <mhopf@novell.com>
5
5
 * Copyright 2007, 2008  Advanced Micro Devices, Inc.
6
6
 *
1550
1550
                                lvds->ucTemporal |= PANEL_ENCODER_TEMPORAL_DITHER_EN;
1551
1551
                                break;
1552
1552
                        }
1553
 
                        switch (Config->u.lvds2.SpatialDither)
 
1553
                        if (Config->u.lvds2.SpatialDither)
1554
1554
                            lvds->ucSpatial |= PANEL_ENCODER_SPATIAL_DITHER_EN;
1555
1555
                    }
1556
1556