Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Ifdef out nonsensical ...



details:   https://anonhg.NetBSD.org/src/rev/f661b30a5854
branches:  trunk
changeset: 332356:f661b30a5854
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Sep 17 16:43:31 2014 +0000

description:
Ifdef out nonsensical comparison until we update from upstream.

diffstat:

 sys/external/bsd/drm2/dist/drm/radeon/kv_dpm.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 64539053f50a -r f661b30a5854 sys/external/bsd/drm2/dist/drm/radeon/kv_dpm.c
--- a/sys/external/bsd/drm2/dist/drm/radeon/kv_dpm.c    Wed Sep 17 16:35:39 2014 +0000
+++ b/sys/external/bsd/drm2/dist/drm/radeon/kv_dpm.c    Wed Sep 17 16:43:31 2014 +0000
@@ -1445,8 +1445,10 @@
                &rdev->pm.dpm.dyn_state.vce_clock_voltage_dependency_table;
 
        for (i = 0; i < table->count; i++) {
+#if 0          /* XXX Upstream has changed this to make sense.  */
                if (table->entries[i].evclk >= 0) /* XXX */
                        break;
+#endif
        }
 
        return i;



Home | Main Index | Thread Index | Old Index