Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/gpu/drm/radeon/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 85 kB image not shown  

Quelle  btc_dpm.c   Sprache: C

 
/*
 * Copyright 2011 Advanced Micro Devices, Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * Authors: Alex Deucher
 */


#include <linux/pci.h>
#include <linux/seq_file.h>

#include "atom.h"
#include "btc_dpm.h"
#include "btcd.h"
#include "cypress_dpm.h"
#include "evergreen.h"
#include "r600_dpm.h"
#include "rv770.h"
#include "radeon.h"
#include "radeon_asic.h"

#define MC_CG_ARB_FREQ_F0           0x0a
#define MC_CG_ARB_FREQ_F1           0x0b
#define MC_CG_ARB_FREQ_F2           0x0c
#define MC_CG_ARB_FREQ_F3           0x0d

#define MC_CG_SEQ_DRAMCONF_S0       0x05
#define MC_CG_SEQ_DRAMCONF_S1       0x06
#define MC_CG_SEQ_YCLK_SUSPEND      0x04
#define MC_CG_SEQ_YCLK_RESUME       0x0a

#define SMC_RAM_END 0x8000

#ifndef BTC_MGCG_SEQUENCE
#define BTC_MGCG_SEQUENCE  300

extern int ni_mc_load_microcode(struct radeon_device *rdev);

//********* BARTS **************//
static const u32 barts_cgcg_cgls_default[] = {
 /* Register,   Value,     Mask bits */
 0x000008f8, 0x00000010, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000011, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000012, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000013, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000014, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000015, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000016, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000017, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000018, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000019, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000020, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000021, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000022, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000023, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000024, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000025, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000026, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000027, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000028, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000029, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000002a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000002b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff
};
#define BARTS_CGCG_CGLS_DEFAULT_LENGTH sizeof(barts_cgcg_cgls_default) / (3 * sizeof(u32))

static const u32 barts_cgcg_cgls_disable[] = {
 0x000008f8, 0x00000010, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000011, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000012, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000013, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000014, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000015, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000016, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000017, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000018, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000019, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x0000001a, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x0000001b, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000020, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000021, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000022, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000023, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000024, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000025, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000026, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000027, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000028, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000029, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000002a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000002b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x00000644, 0x000f7912, 0x001f4180,
 0x00000644, 0x000f3812, 0x001f4180
};
#define BARTS_CGCG_CGLS_DISABLE_LENGTH sizeof(barts_cgcg_cgls_disable) / (3 * sizeof(u32))

static const u32 barts_cgcg_cgls_enable[] = {
 /* 0x0000c124, 0x84180000, 0x00180000, */
 0x00000644, 0x000f7892, 0x001f4080,
 0x000008f8, 0x00000010, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000011, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000012, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000013, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000014, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000015, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000016, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000017, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000018, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000019, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000020, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000021, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000022, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000023, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000024, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000025, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000026, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000027, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000028, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000029, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x0000002a, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x0000002b, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff
};
#define BARTS_CGCG_CGLS_ENABLE_LENGTH sizeof(barts_cgcg_cgls_enable) / (3 * sizeof(u32))

static const u32 barts_mgcg_default[] = {
 0x0000802c, 0xc0000000, 0xffffffff,
 0x00005448, 0x00000100, 0xffffffff,
 0x000055e4, 0x00600100, 0xffffffff,
 0x0000160c, 0x00000100, 0xffffffff,
 0x0000c164, 0x00000100, 0xffffffff,
 0x00008a18, 0x00000100, 0xffffffff,
 0x0000897c, 0x06000100, 0xffffffff,
 0x00008b28, 0x00000100, 0xffffffff,
 0x00009144, 0x00000100, 0xffffffff,
 0x00009a60, 0x00000100, 0xffffffff,
 0x00009868, 0x00000100, 0xffffffff,
 0x00008d58, 0x00000100, 0xffffffff,
 0x00009510, 0x00000100, 0xffffffff,
 0x0000949c, 0x00000100, 0xffffffff,
 0x00009654, 0x00000100, 0xffffffff,
 0x00009030, 0x00000100, 0xffffffff,
 0x00009034, 0x00000100, 0xffffffff,
 0x00009038, 0x00000100, 0xffffffff,
 0x0000903c, 0x00000100, 0xffffffff,
 0x00009040, 0x00000100, 0xffffffff,
 0x0000a200, 0x00000100, 0xffffffff,
 0x0000a204, 0x00000100, 0xffffffff,
 0x0000a208, 0x00000100, 0xffffffff,
 0x0000a20c, 0x00000100, 0xffffffff,
 0x0000977c, 0x00000100, 0xffffffff,
 0x00003f80, 0x00000100, 0xffffffff,
 0x0000a210, 0x00000100, 0xffffffff,
 0x0000a214, 0x00000100, 0xffffffff,
 0x000004d8, 0x00000100, 0xffffffff,
 0x00009784, 0x00000100, 0xffffffff,
 0x00009698, 0x00000100, 0xffffffff,
 0x000004d4, 0x00000200, 0xffffffff,
 0x000004d0, 0x00000000, 0xffffffff,
 0x000030cc, 0x00000100, 0xffffffff,
 0x0000d0c0, 0xff000100, 0xffffffff,
 0x0000802c, 0x40000000, 0xffffffff,
 0x0000915c, 0x00010000, 0xffffffff,
 0x00009160, 0x00030002, 0xffffffff,
 0x00009164, 0x00050004, 0xffffffff,
 0x00009168, 0x00070006, 0xffffffff,
 0x00009178, 0x00070000, 0xffffffff,
 0x0000917c, 0x00030002, 0xffffffff,
 0x00009180, 0x00050004, 0xffffffff,
 0x0000918c, 0x00010006, 0xffffffff,
 0x00009190, 0x00090008, 0xffffffff,
 0x00009194, 0x00070000, 0xffffffff,
 0x00009198, 0x00030002, 0xffffffff,
 0x0000919c, 0x00050004, 0xffffffff,
 0x000091a8, 0x00010006, 0xffffffff,
 0x000091ac, 0x00090008, 0xffffffff,
 0x000091b0, 0x00070000, 0xffffffff,
 0x000091b4, 0x00030002, 0xffffffff,
 0x000091b8, 0x00050004, 0xffffffff,
 0x000091c4, 0x00010006, 0xffffffff,
 0x000091c8, 0x00090008, 0xffffffff,
 0x000091cc, 0x00070000, 0xffffffff,
 0x000091d0, 0x00030002, 0xffffffff,
 0x000091d4, 0x00050004, 0xffffffff,
 0x000091e0, 0x00010006, 0xffffffff,
 0x000091e4, 0x00090008, 0xffffffff,
 0x000091e8, 0x00000000, 0xffffffff,
 0x000091ec, 0x00070000, 0xffffffff,
 0x000091f0, 0x00030002, 0xffffffff,
 0x000091f4, 0x00050004, 0xffffffff,
 0x00009200, 0x00010006, 0xffffffff,
 0x00009204, 0x00090008, 0xffffffff,
 0x00009208, 0x00070000, 0xffffffff,
 0x0000920c, 0x00030002, 0xffffffff,
 0x00009210, 0x00050004, 0xffffffff,
 0x0000921c, 0x00010006, 0xffffffff,
 0x00009220, 0x00090008, 0xffffffff,
 0x00009224, 0x00070000, 0xffffffff,
 0x00009228, 0x00030002, 0xffffffff,
 0x0000922c, 0x00050004, 0xffffffff,
 0x00009238, 0x00010006, 0xffffffff,
 0x0000923c, 0x00090008, 0xffffffff,
 0x00009294, 0x00000000, 0xffffffff,
 0x0000802c, 0x40010000, 0xffffffff,
 0x0000915c, 0x00010000, 0xffffffff,
 0x00009160, 0x00030002, 0xffffffff,
 0x00009164, 0x00050004, 0xffffffff,
 0x00009168, 0x00070006, 0xffffffff,
 0x00009178, 0x00070000, 0xffffffff,
 0x0000917c, 0x00030002, 0xffffffff,
 0x00009180, 0x00050004, 0xffffffff,
 0x0000918c, 0x00010006, 0xffffffff,
 0x00009190, 0x00090008, 0xffffffff,
 0x00009194, 0x00070000, 0xffffffff,
 0x00009198, 0x00030002, 0xffffffff,
 0x0000919c, 0x00050004, 0xffffffff,
 0x000091a8, 0x00010006, 0xffffffff,
 0x000091ac, 0x00090008, 0xffffffff,
 0x000091b0, 0x00070000, 0xffffffff,
 0x000091b4, 0x00030002, 0xffffffff,
 0x000091b8, 0x00050004, 0xffffffff,
 0x000091c4, 0x00010006, 0xffffffff,
 0x000091c8, 0x00090008, 0xffffffff,
 0x000091cc, 0x00070000, 0xffffffff,
 0x000091d0, 0x00030002, 0xffffffff,
 0x000091d4, 0x00050004, 0xffffffff,
 0x000091e0, 0x00010006, 0xffffffff,
 0x000091e4, 0x00090008, 0xffffffff,
 0x000091e8, 0x00000000, 0xffffffff,
 0x000091ec, 0x00070000, 0xffffffff,
 0x000091f0, 0x00030002, 0xffffffff,
 0x000091f4, 0x00050004, 0xffffffff,
 0x00009200, 0x00010006, 0xffffffff,
 0x00009204, 0x00090008, 0xffffffff,
 0x00009208, 0x00070000, 0xffffffff,
 0x0000920c, 0x00030002, 0xffffffff,
 0x00009210, 0x00050004, 0xffffffff,
 0x0000921c, 0x00010006, 0xffffffff,
 0x00009220, 0x00090008, 0xffffffff,
 0x00009224, 0x00070000, 0xffffffff,
 0x00009228, 0x00030002, 0xffffffff,
 0x0000922c, 0x00050004, 0xffffffff,
 0x00009238, 0x00010006, 0xffffffff,
 0x0000923c, 0x00090008, 0xffffffff,
 0x00009294, 0x00000000, 0xffffffff,
 0x0000802c, 0xc0000000, 0xffffffff,
 0x000008f8, 0x00000010, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000011, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000012, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000013, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000014, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000015, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000016, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000017, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000018, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000019, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff
};
#define BARTS_MGCG_DEFAULT_LENGTH sizeof(barts_mgcg_default) / (3 * sizeof(u32))

static const u32 barts_mgcg_disable[] = {
 0x0000802c, 0xc0000000, 0xffffffff,
 0x000008f8, 0x00000000, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000001, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000002, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000003, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x00009150, 0x00600000, 0xffffffff
};
#define BARTS_MGCG_DISABLE_LENGTH sizeof(barts_mgcg_disable) / (3 * sizeof(u32))

static const u32 barts_mgcg_enable[] = {
 0x0000802c, 0xc0000000, 0xffffffff,
 0x000008f8, 0x00000000, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000001, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000002, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000003, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x00009150, 0x81944000, 0xffffffff
};
#define BARTS_MGCG_ENABLE_LENGTH sizeof(barts_mgcg_enable) / (3 * sizeof(u32))

//********* CAICOS **************//
static const u32 caicos_cgcg_cgls_default[] = {
 0x000008f8, 0x00000010, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000011, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000012, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000013, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000014, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000015, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000016, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000017, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000018, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000019, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000020, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000021, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000022, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000023, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000024, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000025, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000026, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000027, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000028, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000029, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000002a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000002b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff
};
#define CAICOS_CGCG_CGLS_DEFAULT_LENGTH sizeof(caicos_cgcg_cgls_default) / (3 * sizeof(u32))

static const u32 caicos_cgcg_cgls_disable[] = {
 0x000008f8, 0x00000010, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000011, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000012, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000013, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000014, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000015, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000016, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000017, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000018, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000019, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x0000001a, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x0000001b, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000020, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000021, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000022, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000023, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000024, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000025, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000026, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000027, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000028, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000029, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000002a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000002b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x00000644, 0x000f7912, 0x001f4180,
 0x00000644, 0x000f3812, 0x001f4180
};
#define CAICOS_CGCG_CGLS_DISABLE_LENGTH sizeof(caicos_cgcg_cgls_disable) / (3 * sizeof(u32))

static const u32 caicos_cgcg_cgls_enable[] = {
 /* 0x0000c124, 0x84180000, 0x00180000, */
 0x00000644, 0x000f7892, 0x001f4080,
 0x000008f8, 0x00000010, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000011, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000012, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000013, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000014, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000015, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000016, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000017, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000018, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000019, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000020, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000021, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000022, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000023, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000024, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000025, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000026, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000027, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000028, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000029, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x0000002a, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x0000002b, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff
};
#define CAICOS_CGCG_CGLS_ENABLE_LENGTH sizeof(caicos_cgcg_cgls_enable) / (3 * sizeof(u32))

static const u32 caicos_mgcg_default[] = {
 0x0000802c, 0xc0000000, 0xffffffff,
 0x00005448, 0x00000100, 0xffffffff,
 0x000055e4, 0x00600100, 0xffffffff,
 0x0000160c, 0x00000100, 0xffffffff,
 0x0000c164, 0x00000100, 0xffffffff,
 0x00008a18, 0x00000100, 0xffffffff,
 0x0000897c, 0x06000100, 0xffffffff,
 0x00008b28, 0x00000100, 0xffffffff,
 0x00009144, 0x00000100, 0xffffffff,
 0x00009a60, 0x00000100, 0xffffffff,
 0x00009868, 0x00000100, 0xffffffff,
 0x00008d58, 0x00000100, 0xffffffff,
 0x00009510, 0x00000100, 0xffffffff,
 0x0000949c, 0x00000100, 0xffffffff,
 0x00009654, 0x00000100, 0xffffffff,
 0x00009030, 0x00000100, 0xffffffff,
 0x00009034, 0x00000100, 0xffffffff,
 0x00009038, 0x00000100, 0xffffffff,
 0x0000903c, 0x00000100, 0xffffffff,
 0x00009040, 0x00000100, 0xffffffff,
 0x0000a200, 0x00000100, 0xffffffff,
 0x0000a204, 0x00000100, 0xffffffff,
 0x0000a208, 0x00000100, 0xffffffff,
 0x0000a20c, 0x00000100, 0xffffffff,
 0x0000977c, 0x00000100, 0xffffffff,
 0x00003f80, 0x00000100, 0xffffffff,
 0x0000a210, 0x00000100, 0xffffffff,
 0x0000a214, 0x00000100, 0xffffffff,
 0x000004d8, 0x00000100, 0xffffffff,
 0x00009784, 0x00000100, 0xffffffff,
 0x00009698, 0x00000100, 0xffffffff,
 0x000004d4, 0x00000200, 0xffffffff,
 0x000004d0, 0x00000000, 0xffffffff,
 0x000030cc, 0x00000100, 0xffffffff,
 0x0000d0c0, 0xff000100, 0xffffffff,
 0x0000915c, 0x00010000, 0xffffffff,
 0x00009160, 0x00030002, 0xffffffff,
 0x00009164, 0x00050004, 0xffffffff,
 0x00009168, 0x00070006, 0xffffffff,
 0x00009178, 0x00070000, 0xffffffff,
 0x0000917c, 0x00030002, 0xffffffff,
 0x00009180, 0x00050004, 0xffffffff,
 0x0000918c, 0x00010006, 0xffffffff,
 0x00009190, 0x00090008, 0xffffffff,
 0x00009194, 0x00070000, 0xffffffff,
 0x00009198, 0x00030002, 0xffffffff,
 0x0000919c, 0x00050004, 0xffffffff,
 0x000091a8, 0x00010006, 0xffffffff,
 0x000091ac, 0x00090008, 0xffffffff,
 0x000091e8, 0x00000000, 0xffffffff,
 0x00009294, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000010, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000011, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000012, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000013, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000014, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000015, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000016, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000017, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000018, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000019, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff
};
#define CAICOS_MGCG_DEFAULT_LENGTH sizeof(caicos_mgcg_default) / (3 * sizeof(u32))

static const u32 caicos_mgcg_disable[] = {
 0x0000802c, 0xc0000000, 0xffffffff,
 0x000008f8, 0x00000000, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000001, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000002, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000003, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x00009150, 0x00600000, 0xffffffff
};
#define CAICOS_MGCG_DISABLE_LENGTH sizeof(caicos_mgcg_disable) / (3 * sizeof(u32))

static const u32 caicos_mgcg_enable[] = {
 0x0000802c, 0xc0000000, 0xffffffff,
 0x000008f8, 0x00000000, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000001, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000002, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000003, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x00009150, 0x46944040, 0xffffffff
};
#define CAICOS_MGCG_ENABLE_LENGTH sizeof(caicos_mgcg_enable) / (3 * sizeof(u32))

//********* TURKS **************//
static const u32 turks_cgcg_cgls_default[] = {
 0x000008f8, 0x00000010, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000011, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000012, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000013, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000014, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000015, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000016, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000017, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000018, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000019, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000020, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000021, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000022, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000023, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000024, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000025, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000026, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000027, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000028, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000029, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000002a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000002b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff
};
#define TURKS_CGCG_CGLS_DEFAULT_LENGTH  sizeof(turks_cgcg_cgls_default) / (3 * sizeof(u32))

static const u32 turks_cgcg_cgls_disable[] = {
 0x000008f8, 0x00000010, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000011, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000012, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000013, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000014, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000015, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000016, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000017, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000018, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000019, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x0000001a, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x0000001b, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000020, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000021, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000022, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000023, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000024, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000025, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000026, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000027, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000028, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000029, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000002a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000002b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x00000644, 0x000f7912, 0x001f4180,
 0x00000644, 0x000f3812, 0x001f4180
};
#define TURKS_CGCG_CGLS_DISABLE_LENGTH sizeof(turks_cgcg_cgls_disable) / (3 * sizeof(u32))

static const u32 turks_cgcg_cgls_enable[] = {
 /* 0x0000c124, 0x84180000, 0x00180000, */
 0x00000644, 0x000f7892, 0x001f4080,
 0x000008f8, 0x00000010, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000011, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000012, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000013, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000014, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000015, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000016, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000017, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000018, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000019, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000020, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000021, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000022, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000023, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000024, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000025, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000026, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000027, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000028, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000029, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x0000002a, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x0000002b, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff
};
#define TURKS_CGCG_CGLS_ENABLE_LENGTH sizeof(turks_cgcg_cgls_enable) / (3 * sizeof(u32))

// These are the sequences for turks_mgcg_shls
static const u32 turks_mgcg_default[] = {
 0x0000802c, 0xc0000000, 0xffffffff,
 0x00005448, 0x00000100, 0xffffffff,
 0x000055e4, 0x00600100, 0xffffffff,
 0x0000160c, 0x00000100, 0xffffffff,
 0x0000c164, 0x00000100, 0xffffffff,
 0x00008a18, 0x00000100, 0xffffffff,
 0x0000897c, 0x06000100, 0xffffffff,
 0x00008b28, 0x00000100, 0xffffffff,
 0x00009144, 0x00000100, 0xffffffff,
 0x00009a60, 0x00000100, 0xffffffff,
 0x00009868, 0x00000100, 0xffffffff,
 0x00008d58, 0x00000100, 0xffffffff,
 0x00009510, 0x00000100, 0xffffffff,
 0x0000949c, 0x00000100, 0xffffffff,
 0x00009654, 0x00000100, 0xffffffff,
 0x00009030, 0x00000100, 0xffffffff,
 0x00009034, 0x00000100, 0xffffffff,
 0x00009038, 0x00000100, 0xffffffff,
 0x0000903c, 0x00000100, 0xffffffff,
 0x00009040, 0x00000100, 0xffffffff,
 0x0000a200, 0x00000100, 0xffffffff,
 0x0000a204, 0x00000100, 0xffffffff,
 0x0000a208, 0x00000100, 0xffffffff,
 0x0000a20c, 0x00000100, 0xffffffff,
 0x0000977c, 0x00000100, 0xffffffff,
 0x00003f80, 0x00000100, 0xffffffff,
 0x0000a210, 0x00000100, 0xffffffff,
 0x0000a214, 0x00000100, 0xffffffff,
 0x000004d8, 0x00000100, 0xffffffff,
 0x00009784, 0x00000100, 0xffffffff,
 0x00009698, 0x00000100, 0xffffffff,
 0x000004d4, 0x00000200, 0xffffffff,
 0x000004d0, 0x00000000, 0xffffffff,
 0x000030cc, 0x00000100, 0xffffffff,
 0x0000d0c0, 0x00000100, 0xffffffff,
 0x0000915c, 0x00010000, 0xffffffff,
 0x00009160, 0x00030002, 0xffffffff,
 0x00009164, 0x00050004, 0xffffffff,
 0x00009168, 0x00070006, 0xffffffff,
 0x00009178, 0x00070000, 0xffffffff,
 0x0000917c, 0x00030002, 0xffffffff,
 0x00009180, 0x00050004, 0xffffffff,
 0x0000918c, 0x00010006, 0xffffffff,
 0x00009190, 0x00090008, 0xffffffff,
 0x00009194, 0x00070000, 0xffffffff,
 0x00009198, 0x00030002, 0xffffffff,
 0x0000919c, 0x00050004, 0xffffffff,
 0x000091a8, 0x00010006, 0xffffffff,
 0x000091ac, 0x00090008, 0xffffffff,
 0x000091b0, 0x00070000, 0xffffffff,
 0x000091b4, 0x00030002, 0xffffffff,
 0x000091b8, 0x00050004, 0xffffffff,
 0x000091c4, 0x00010006, 0xffffffff,
 0x000091c8, 0x00090008, 0xffffffff,
 0x000091cc, 0x00070000, 0xffffffff,
 0x000091d0, 0x00030002, 0xffffffff,
 0x000091d4, 0x00050004, 0xffffffff,
 0x000091e0, 0x00010006, 0xffffffff,
 0x000091e4, 0x00090008, 0xffffffff,
 0x000091e8, 0x00000000, 0xffffffff,
 0x000091ec, 0x00070000, 0xffffffff,
 0x000091f0, 0x00030002, 0xffffffff,
 0x000091f4, 0x00050004, 0xffffffff,
 0x00009200, 0x00010006, 0xffffffff,
 0x00009204, 0x00090008, 0xffffffff,
 0x00009208, 0x00070000, 0xffffffff,
 0x0000920c, 0x00030002, 0xffffffff,
 0x00009210, 0x00050004, 0xffffffff,
 0x0000921c, 0x00010006, 0xffffffff,
 0x00009220, 0x00090008, 0xffffffff,
 0x00009294, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000010, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000011, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000012, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000013, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000014, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000015, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000016, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000017, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000018, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000019, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001a, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x0000001b, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff
};
#define TURKS_MGCG_DEFAULT_LENGTH sizeof(turks_mgcg_default) / (3 * sizeof(u32))

static const u32 turks_mgcg_disable[] = {
 0x0000802c, 0xc0000000, 0xffffffff,
 0x000008f8, 0x00000000, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000001, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000002, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x000008f8, 0x00000003, 0xffffffff,
 0x000008fc, 0xffffffff, 0xffffffff,
 0x00009150, 0x00600000, 0xffffffff
};
#define TURKS_MGCG_DISABLE_LENGTH sizeof(turks_mgcg_disable) / (3 * sizeof(u32))

static const u32 turks_mgcg_enable[] = {
 0x0000802c, 0xc0000000, 0xffffffff,
 0x000008f8, 0x00000000, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000001, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000002, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x000008f8, 0x00000003, 0xffffffff,
 0x000008fc, 0x00000000, 0xffffffff,
 0x00009150, 0x6e944000, 0xffffffff
};
#define TURKS_MGCG_ENABLE_LENGTH sizeof(turks_mgcg_enable) / (3 * sizeof(u32))

#endif

#ifndef BTC_SYSLS_SEQUENCE
#define BTC_SYSLS_SEQUENCE  100


//********* BARTS **************//
static const u32 barts_sysls_default[] = {
 /* Register,   Value,     Mask bits */
 0x000055e8, 0x00000000, 0xffffffff,
 0x0000d0bc, 0x00000000, 0xffffffff,
 0x000015c0, 0x000c1401, 0xffffffff,
 0x0000264c, 0x000c0400, 0xffffffff,
 0x00002648, 0x000c0400, 0xffffffff,
 0x00002650, 0x000c0400, 0xffffffff,
 0x000020b8, 0x000c0400, 0xffffffff,
 0x000020bc, 0x000c0400, 0xffffffff,
 0x000020c0, 0x000c0c80, 0xffffffff,
 0x0000f4a0, 0x000000c0, 0xffffffff,
 0x0000f4a4, 0x00680fff, 0xffffffff,
 0x000004c8, 0x00000001, 0xffffffff,
 0x000064ec, 0x00000000, 0xffffffff,
 0x00000c7c, 0x00000000, 0xffffffff,
 0x00006dfc, 0x00000000, 0xffffffff
};
#define BARTS_SYSLS_DEFAULT_LENGTH sizeof(barts_sysls_default) / (3 * sizeof(u32))

static const u32 barts_sysls_disable[] = {
 0x000055e8, 0x00000000, 0xffffffff,
 0x0000d0bc, 0x00000000, 0xffffffff,
 0x000015c0, 0x00041401, 0xffffffff,
 0x0000264c, 0x00040400, 0xffffffff,
 0x00002648, 0x00040400, 0xffffffff,
 0x00002650, 0x00040400, 0xffffffff,
 0x000020b8, 0x00040400, 0xffffffff,
 0x000020bc, 0x00040400, 0xffffffff,
 0x000020c0, 0x00040c80, 0xffffffff,
 0x0000f4a0, 0x000000c0, 0xffffffff,
 0x0000f4a4, 0x00680000, 0xffffffff,
 0x000004c8, 0x00000001, 0xffffffff,
 0x000064ec, 0x00007ffd, 0xffffffff,
 0x00000c7c, 0x0000ff00, 0xffffffff,
 0x00006dfc, 0x0000007f, 0xffffffff
};
#define BARTS_SYSLS_DISABLE_LENGTH sizeof(barts_sysls_disable) / (3 * sizeof(u32))

static const u32 barts_sysls_enable[] = {
 0x000055e8, 0x00000001, 0xffffffff,
 0x0000d0bc, 0x00000100, 0xffffffff,
 0x000015c0, 0x000c1401, 0xffffffff,
 0x0000264c, 0x000c0400, 0xffffffff,
 0x00002648, 0x000c0400, 0xffffffff,
 0x00002650, 0x000c0400, 0xffffffff,
 0x000020b8, 0x000c0400, 0xffffffff,
 0x000020bc, 0x000c0400, 0xffffffff,
 0x000020c0, 0x000c0c80, 0xffffffff,
 0x0000f4a0, 0x000000c0, 0xffffffff,
 0x0000f4a4, 0x00680fff, 0xffffffff,
 0x000004c8, 0x00000000, 0xffffffff,
 0x000064ec, 0x00000000, 0xffffffff,
 0x00000c7c, 0x00000000, 0xffffffff,
 0x00006dfc, 0x00000000, 0xffffffff
};
#define BARTS_SYSLS_ENABLE_LENGTH sizeof(barts_sysls_enable) / (3 * sizeof(u32))

//********* CAICOS **************//
static const u32 caicos_sysls_default[] = {
 0x000055e8, 0x00000000, 0xffffffff,
 0x0000d0bc, 0x00000000, 0xffffffff,
 0x000015c0, 0x000c1401, 0xffffffff,
 0x0000264c, 0x000c0400, 0xffffffff,
 0x00002648, 0x000c0400, 0xffffffff,
 0x00002650, 0x000c0400, 0xffffffff,
 0x000020b8, 0x000c0400, 0xffffffff,
 0x000020bc, 0x000c0400, 0xffffffff,
 0x0000f4a0, 0x000000c0, 0xffffffff,
 0x0000f4a4, 0x00680fff, 0xffffffff,
 0x000004c8, 0x00000001, 0xffffffff,
 0x000064ec, 0x00000000, 0xffffffff,
 0x00000c7c, 0x00000000, 0xffffffff,
 0x00006dfc, 0x00000000, 0xffffffff
};
#define CAICOS_SYSLS_DEFAULT_LENGTH sizeof(caicos_sysls_default) / (3 * sizeof(u32))

static const u32 caicos_sysls_disable[] = {
 0x000055e8, 0x00000000, 0xffffffff,
 0x0000d0bc, 0x00000000, 0xffffffff,
 0x000015c0, 0x00041401, 0xffffffff,
 0x0000264c, 0x00040400, 0xffffffff,
 0x00002648, 0x00040400, 0xffffffff,
 0x00002650, 0x00040400, 0xffffffff,
 0x000020b8, 0x00040400, 0xffffffff,
 0x000020bc, 0x00040400, 0xffffffff,
 0x0000f4a0, 0x000000c0, 0xffffffff,
 0x0000f4a4, 0x00680000, 0xffffffff,
 0x000004c8, 0x00000001, 0xffffffff,
 0x000064ec, 0x00007ffd, 0xffffffff,
 0x00000c7c, 0x0000ff00, 0xffffffff,
 0x00006dfc, 0x0000007f, 0xffffffff
};
#define CAICOS_SYSLS_DISABLE_LENGTH sizeof(caicos_sysls_disable) / (3 * sizeof(u32))

static const u32 caicos_sysls_enable[] = {
 0x000055e8, 0x00000001, 0xffffffff,
 0x0000d0bc, 0x00000100, 0xffffffff,
 0x000015c0, 0x000c1401, 0xffffffff,
 0x0000264c, 0x000c0400, 0xffffffff,
 0x00002648, 0x000c0400, 0xffffffff,
 0x00002650, 0x000c0400, 0xffffffff,
 0x000020b8, 0x000c0400, 0xffffffff,
 0x000020bc, 0x000c0400, 0xffffffff,
 0x0000f4a0, 0x000000c0, 0xffffffff,
 0x0000f4a4, 0x00680fff, 0xffffffff,
 0x000064ec, 0x00000000, 0xffffffff,
 0x00000c7c, 0x00000000, 0xffffffff,
 0x00006dfc, 0x00000000, 0xffffffff,
 0x000004c8, 0x00000000, 0xffffffff
};
#define CAICOS_SYSLS_ENABLE_LENGTH sizeof(caicos_sysls_enable) / (3 * sizeof(u32))

//********* TURKS **************//
static const u32 turks_sysls_default[] = {
 0x000055e8, 0x00000000, 0xffffffff,
 0x0000d0bc, 0x00000000, 0xffffffff,
 0x000015c0, 0x000c1401, 0xffffffff,
 0x0000264c, 0x000c0400, 0xffffffff,
 0x00002648, 0x000c0400, 0xffffffff,
 0x00002650, 0x000c0400, 0xffffffff,
 0x000020b8, 0x000c0400, 0xffffffff,
 0x000020bc, 0x000c0400, 0xffffffff,
 0x000020c0, 0x000c0c80, 0xffffffff,
 0x0000f4a0, 0x000000c0, 0xffffffff,
 0x0000f4a4, 0x00680fff, 0xffffffff,
 0x000004c8, 0x00000001, 0xffffffff,
 0x000064ec, 0x00000000, 0xffffffff,
 0x00000c7c, 0x00000000, 0xffffffff,
 0x00006dfc, 0x00000000, 0xffffffff
};
#define TURKS_SYSLS_DEFAULT_LENGTH sizeof(turks_sysls_default) / (3 * sizeof(u32))

static const u32 turks_sysls_disable[] = {
 0x000055e8, 0x00000000, 0xffffffff,
 0x0000d0bc, 0x00000000, 0xffffffff,
 0x000015c0, 0x00041401, 0xffffffff,
 0x0000264c, 0x00040400, 0xffffffff,
 0x00002648, 0x00040400, 0xffffffff,
 0x00002650, 0x00040400, 0xffffffff,
 0x000020b8, 0x00040400, 0xffffffff,
 0x000020bc, 0x00040400, 0xffffffff,
 0x000020c0, 0x00040c80, 0xffffffff,
 0x0000f4a0, 0x000000c0, 0xffffffff,
 0x0000f4a4, 0x00680000, 0xffffffff,
 0x000004c8, 0x00000001, 0xffffffff,
 0x000064ec, 0x00007ffd, 0xffffffff,
 0x00000c7c, 0x0000ff00, 0xffffffff,
 0x00006dfc, 0x0000007f, 0xffffffff
};
#define TURKS_SYSLS_DISABLE_LENGTH sizeof(turks_sysls_disable) / (3 * sizeof(u32))

static const u32 turks_sysls_enable[] = {
 0x000055e8, 0x00000001, 0xffffffff,
 0x0000d0bc, 0x00000100, 0xffffffff,
 0x000015c0, 0x000c1401, 0xffffffff,
 0x0000264c, 0x000c0400, 0xffffffff,
 0x00002648, 0x000c0400, 0xffffffff,
 0x00002650, 0x000c0400, 0xffffffff,
 0x000020b8, 0x000c0400, 0xffffffff,
 0x000020bc, 0x000c0400, 0xffffffff,
 0x000020c0, 0x000c0c80, 0xffffffff,
 0x0000f4a0, 0x000000c0, 0xffffffff,
 0x0000f4a4, 0x00680fff, 0xffffffff,
 0x000004c8, 0x00000000, 0xffffffff,
 0x000064ec, 0x00000000, 0xffffffff,
 0x00000c7c, 0x00000000, 0xffffffff,
 0x00006dfc, 0x00000000, 0xffffffff
};
#define TURKS_SYSLS_ENABLE_LENGTH sizeof(turks_sysls_enable) / (3 * sizeof(u32))

#endif

u32 btc_valid_sclk[40] = {
 5000,   10000,  15000,  20000,  25000,  30000,  35000,  40000,  45000,  50000,
 55000,  60000,  65000,  70000,  75000,  80000,  85000,  90000,  95000,  100000,
 105000, 110000, 11500,  120000, 125000, 130000, 135000, 140000, 145000, 150000,
 155000, 160000, 165000, 170000, 175000, 180000, 185000, 190000, 195000, 200000
};

static const struct radeon_blacklist_clocks btc_blacklist_clocks[] = {
 { 10000, 30000, RADEON_SCLK_UP },
 { 15000, 30000, RADEON_SCLK_UP },
 { 20000, 30000, RADEON_SCLK_UP },
 { 25000, 30000, RADEON_SCLK_UP }
};

void btc_get_max_clock_from_voltage_dependency_table(struct radeon_clock_voltage_dependency_table *table,
           u32 *max_clock)
{
 u32 i, clock = 0;

 if ((table == NULL) || (table->count == 0)) {
  *max_clock = clock;
  return;
 }

 for (i = 0; i < table->count; i++) {
  if (clock < table->entries[i].clk)
   clock = table->entries[i].clk;
 }
 *max_clock = clock;
}

void btc_apply_voltage_dependency_rules(struct radeon_clock_voltage_dependency_table *table,
     u32 clock, u16 max_voltage, u16 *voltage)
{
 u32 i;

 if ((table == NULL) || (table->count == 0))
  return;

 for (i = 0; i < table->count; i++) {
  if (clock <= table->entries[i].clk) {
   if (*voltage < table->entries[i].v)
    *voltage = (u16)((table->entries[i].v < max_voltage) ?
        table->entries[i].v : max_voltage);
   return;
  }
 }

 *voltage = (*voltage > max_voltage) ? *voltage : max_voltage;
}

static u32 btc_find_valid_clock(struct radeon_clock_array *clocks,
    u32 max_clock, u32 requested_clock)
{
 unsigned int i;

 if ((clocks == NULL) || (clocks->count == 0))
  return (requested_clock < max_clock) ? requested_clock : max_clock;

 for (i = 0; i < clocks->count; i++) {
  if (clocks->values[i] >= requested_clock)
   return (clocks->values[i] < max_clock) ? clocks->values[i] : max_clock;
 }

 return (clocks->values[clocks->count - 1] < max_clock) ?
  clocks->values[clocks->count - 1] : max_clock;
}

static u32 btc_get_valid_mclk(struct radeon_device *rdev,
         u32 max_mclk, u32 requested_mclk)
{
 return btc_find_valid_clock(&rdev->pm.dpm.dyn_state.valid_mclk_values,
        max_mclk, requested_mclk);
}

static u32 btc_get_valid_sclk(struct radeon_device *rdev,
         u32 max_sclk, u32 requested_sclk)
{
 return btc_find_valid_clock(&rdev->pm.dpm.dyn_state.valid_sclk_values,
        max_sclk, requested_sclk);
}

void btc_skip_blacklist_clocks(struct radeon_device *rdev,
          const u32 max_sclk, const u32 max_mclk,
          u32 *sclk, u32 *mclk)
{
 int i, num_blacklist_clocks;

 if ((sclk == NULL) || (mclk == NULL))
  return;

 num_blacklist_clocks = ARRAY_SIZE(btc_blacklist_clocks);

 for (i = 0; i < num_blacklist_clocks; i++) {
  if ((btc_blacklist_clocks[i].sclk == *sclk) &&
      (btc_blacklist_clocks[i].mclk == *mclk))
   break;
 }

 if (i < num_blacklist_clocks) {
  if (btc_blacklist_clocks[i].action == RADEON_SCLK_UP) {
   *sclk = btc_get_valid_sclk(rdev, max_sclk, *sclk + 1);

   if (*sclk < max_sclk)
    btc_skip_blacklist_clocks(rdev, max_sclk, max_mclk, sclk, mclk);
  }
 }
}

void btc_adjust_clock_combinations(struct radeon_device *rdev,
       const struct radeon_clock_and_voltage_limits *max_limits,
       struct rv7xx_pl *pl)
{

 if ((pl->mclk == 0) || (pl->sclk == 0))
  return;

 if (pl->mclk == pl->sclk)
  return;

 if (pl->mclk > pl->sclk) {
  if (((pl->mclk + (pl->sclk - 1)) / pl->sclk) > rdev->pm.dpm.dyn_state.mclk_sclk_ratio)
   pl->sclk = btc_get_valid_sclk(rdev,
            max_limits->sclk,
            (pl->mclk +
             (rdev->pm.dpm.dyn_state.mclk_sclk_ratio - 1)) /
            rdev->pm.dpm.dyn_state.mclk_sclk_ratio);
 } else {
  if ((pl->sclk - pl->mclk) > rdev->pm.dpm.dyn_state.sclk_mclk_delta)
   pl->mclk = btc_get_valid_mclk(rdev,
            max_limits->mclk,
            pl->sclk -
            rdev->pm.dpm.dyn_state.sclk_mclk_delta);
 }
}

static u16 btc_find_voltage(struct atom_voltage_table *table, u16 voltage)
{
 unsigned int i;

 for (i = 0; i < table->count; i++) {
  if (voltage <= table->entries[i].value)
   return table->entries[i].value;
 }

 return table->entries[table->count - 1].value;
}

void btc_apply_voltage_delta_rules(struct radeon_device *rdev,
       u16 max_vddc, u16 max_vddci,
       u16 *vddc, u16 *vddci)
{
 struct evergreen_power_info *eg_pi = evergreen_get_pi(rdev);
 u16 new_voltage;

 if ((0 == *vddc) || (0 == *vddci))
  return;

 if (*vddc > *vddci) {
  if ((*vddc - *vddci) > rdev->pm.dpm.dyn_state.vddc_vddci_delta) {
   new_voltage = btc_find_voltage(&eg_pi->vddci_voltage_table,
             (*vddc - rdev->pm.dpm.dyn_state.vddc_vddci_delta));
   *vddci = (new_voltage < max_vddci) ? new_voltage : max_vddci;
  }
 } else {
  if ((*vddci - *vddc) > rdev->pm.dpm.dyn_state.vddc_vddci_delta) {
   new_voltage = btc_find_voltage(&eg_pi->vddc_voltage_table,
             (*vddci - rdev->pm.dpm.dyn_state.vddc_vddci_delta));
   *vddc = (new_voltage < max_vddc) ? new_voltage : max_vddc;
  }
 }
}

static void btc_enable_bif_dynamic_pcie_gen2(struct radeon_device *rdev,
          bool enable)
{
 struct rv7xx_power_info *pi = rv770_get_pi(rdev);
 u32 tmp, bif;

 tmp = RREG32_PCIE_PORT(PCIE_LC_SPEED_CNTL);
 if (enable) {
  if ((tmp & LC_OTHER_SIDE_EVER_SENT_GEN2) &&
      (tmp & LC_OTHER_SIDE_SUPPORTS_GEN2)) {
   if (!pi->boot_in_gen2) {
    bif = RREG32(CG_BIF_REQ_AND_RSP) & ~CG_CLIENT_REQ_MASK;
    bif |= CG_CLIENT_REQ(0xd);
    WREG32(CG_BIF_REQ_AND_RSP, bif);

    tmp &= ~LC_HW_VOLTAGE_IF_CONTROL_MASK;
    tmp |= LC_HW_VOLTAGE_IF_CONTROL(1);
    tmp |= LC_GEN2_EN_STRAP;

    tmp |= LC_CLR_FAILED_SPD_CHANGE_CNT;
    WREG32_PCIE_PORT(PCIE_LC_SPEED_CNTL, tmp);
    udelay(10);
    tmp &= ~LC_CLR_FAILED_SPD_CHANGE_CNT;
    WREG32_PCIE_PORT(PCIE_LC_SPEED_CNTL, tmp);
   }
  }
 } else {
  if ((tmp & LC_OTHER_SIDE_EVER_SENT_GEN2) ||
      (tmp & LC_OTHER_SIDE_SUPPORTS_GEN2)) {
   if (!pi->boot_in_gen2) {
    bif = RREG32(CG_BIF_REQ_AND_RSP) & ~CG_CLIENT_REQ_MASK;
    bif |= CG_CLIENT_REQ(0xd);
    WREG32(CG_BIF_REQ_AND_RSP, bif);

    tmp &= ~LC_HW_VOLTAGE_IF_CONTROL_MASK;
    tmp &= ~LC_GEN2_EN_STRAP;
   }
   WREG32_PCIE_PORT(PCIE_LC_SPEED_CNTL, tmp);
  }
 }
}

static void btc_enable_dynamic_pcie_gen2(struct radeon_device *rdev,
      bool enable)
{
 btc_enable_bif_dynamic_pcie_gen2(rdev, enable);

 if (enable)
  WREG32_P(GENERAL_PWRMGT, ENABLE_GEN2PCIE, ~ENABLE_GEN2PCIE);
 else
  WREG32_P(GENERAL_PWRMGT, 0, ~ENABLE_GEN2PCIE);
}

static int btc_disable_ulv(struct radeon_device *rdev)
{
 struct evergreen_power_info *eg_pi = evergreen_get_pi(rdev);

 if (eg_pi->ulv.supported) {
  if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) != PPSMC_Result_OK)
   return -EINVAL;
 }
 return 0;
}

static int btc_populate_ulv_state(struct radeon_device *rdev,
      RV770_SMC_STATETABLE *table)
{
 int ret = -EINVAL;
 struct evergreen_power_info *eg_pi = evergreen_get_pi(rdev);
 struct rv7xx_pl *ulv_pl = eg_pi->ulv.pl;

 if (ulv_pl->vddc) {
  ret = cypress_convert_power_level_to_smc(rdev,
        ulv_pl,
        &table->ULVState.levels[0],
        PPSMC_DISPLAY_WATERMARK_LOW);
  if (ret == 0) {
   table->ULVState.levels[0].arbValue = MC_CG_ARB_FREQ_F0;
   table->ULVState.levels[0].ACIndex = 1;

   table->ULVState.levels[1] = table->ULVState.levels[0];
   table->ULVState.levels[2] = table->ULVState.levels[0];

   table->ULVState.flags |= PPSMC_SWSTATE_FLAG_DC;

   WREG32(CG_ULV_CONTROL, BTC_CGULVCONTROL_DFLT);
   WREG32(CG_ULV_PARAMETER, BTC_CGULVPARAMETER_DFLT);
  }
 }

 return ret;
}

static int btc_populate_smc_acpi_state(struct radeon_device *rdev,
           RV770_SMC_STATETABLE *table)
{
 int ret = cypress_populate_smc_acpi_state(rdev, table);

 if (ret == 0) {
  table->ACPIState.levels[0].ACIndex = 0;
  table->ACPIState.levels[1].ACIndex = 0;
  table->ACPIState.levels[2].ACIndex = 0;
 }

 return ret;
}

void btc_program_mgcg_hw_sequence(struct radeon_device *rdev,
      const u32 *sequence, u32 count)
{
 u32 i, length = count * 3;
 u32 tmp;

 for (i = 0; i < length; i += 3) {
  tmp = RREG32(sequence[i]);
  tmp &= ~sequence[i+2];
  tmp |= sequence[i+1] & sequence[i+2];
  WREG32(sequence[i], tmp);
 }
}

static void btc_cg_clock_gating_default(struct radeon_device *rdev)
{
 u32 count;
 const u32 *p = NULL;

 if (rdev->family == CHIP_BARTS) {
  p = (const u32 *)&barts_cgcg_cgls_default;
  count = BARTS_CGCG_CGLS_DEFAULT_LENGTH;
 } else if (rdev->family == CHIP_TURKS) {
  p = (const u32 *)&turks_cgcg_cgls_default;
  count = TURKS_CGCG_CGLS_DEFAULT_LENGTH;
 } else if (rdev->family == CHIP_CAICOS) {
  p = (const u32 *)&caicos_cgcg_cgls_default;
  count = CAICOS_CGCG_CGLS_DEFAULT_LENGTH;
 } else
  return;

 btc_program_mgcg_hw_sequence(rdev, p, count);
}

static void btc_cg_clock_gating_enable(struct radeon_device *rdev,
           bool enable)
{
 u32 count;
 const u32 *p = NULL;

 if (enable) {
  if (rdev->family == CHIP_BARTS) {
   p = (const u32 *)&barts_cgcg_cgls_enable;
   count = BARTS_CGCG_CGLS_ENABLE_LENGTH;
  } else if (rdev->family == CHIP_TURKS) {
   p = (const u32 *)&turks_cgcg_cgls_enable;
   count = TURKS_CGCG_CGLS_ENABLE_LENGTH;
  } else if (rdev->family == CHIP_CAICOS) {
   p = (const u32 *)&caicos_cgcg_cgls_enable;
   count = CAICOS_CGCG_CGLS_ENABLE_LENGTH;
  } else
   return;
 } else {
  if (rdev->family == CHIP_BARTS) {
   p = (const u32 *)&barts_cgcg_cgls_disable;
   count = BARTS_CGCG_CGLS_DISABLE_LENGTH;
  } else if (rdev->family == CHIP_TURKS) {
   p = (const u32 *)&turks_cgcg_cgls_disable;
   count = TURKS_CGCG_CGLS_DISABLE_LENGTH;
  } else if (rdev->family == CHIP_CAICOS) {
   p = (const u32 *)&caicos_cgcg_cgls_disable;
   count = CAICOS_CGCG_CGLS_DISABLE_LENGTH;
  } else
   return;
 }

 btc_program_mgcg_hw_sequence(rdev, p, count);
}

static void btc_mg_clock_gating_default(struct radeon_device *rdev)
{
 u32 count;
 const u32 *p = NULL;

 if (rdev->family == CHIP_BARTS) {
  p = (const u32 *)&barts_mgcg_default;
  count = BARTS_MGCG_DEFAULT_LENGTH;
 } else if (rdev->family == CHIP_TURKS) {
  p = (const u32 *)&turks_mgcg_default;
  count = TURKS_MGCG_DEFAULT_LENGTH;
 } else if (rdev->family == CHIP_CAICOS) {
  p = (const u32 *)&caicos_mgcg_default;
  count = CAICOS_MGCG_DEFAULT_LENGTH;
 } else
  return;

 btc_program_mgcg_hw_sequence(rdev, p, count);
}

static void btc_mg_clock_gating_enable(struct radeon_device *rdev,
           bool enable)
{
 u32 count;
 const u32 *p = NULL;

 if (enable) {
  if (rdev->family == CHIP_BARTS) {
   p = (const u32 *)&barts_mgcg_enable;
   count = BARTS_MGCG_ENABLE_LENGTH;
  } else if (rdev->family == CHIP_TURKS) {
   p = (const u32 *)&turks_mgcg_enable;
   count = TURKS_MGCG_ENABLE_LENGTH;
  } else if (rdev->family == CHIP_CAICOS) {
   p = (const u32 *)&caicos_mgcg_enable;
   count = CAICOS_MGCG_ENABLE_LENGTH;
  } else
   return;
 } else {
  if (rdev->family == CHIP_BARTS) {
   p = (const u32 *)&barts_mgcg_disable[0];
   count = BARTS_MGCG_DISABLE_LENGTH;
  } else if (rdev->family == CHIP_TURKS) {
   p = (const u32 *)&turks_mgcg_disable[0];
   count = TURKS_MGCG_DISABLE_LENGTH;
  } else if (rdev->family == CHIP_CAICOS) {
   p = (const u32 *)&caicos_mgcg_disable[0];
   count = CAICOS_MGCG_DISABLE_LENGTH;
  } else
   return;
 }

 btc_program_mgcg_hw_sequence(rdev, p, count);
}

static void btc_ls_clock_gating_default(struct radeon_device *rdev)
{
 u32 count;
 const u32 *p = NULL;

 if (rdev->family == CHIP_BARTS) {
  p = (const u32 *)&barts_sysls_default;
  count = BARTS_SYSLS_DEFAULT_LENGTH;
 } else if (rdev->family == CHIP_TURKS) {
  p = (const u32 *)&turks_sysls_default;
  count = TURKS_SYSLS_DEFAULT_LENGTH;
 } else if (rdev->family == CHIP_CAICOS) {
  p = (const u32 *)&caicos_sysls_default;
  count = CAICOS_SYSLS_DEFAULT_LENGTH;
 } else
  return;

 btc_program_mgcg_hw_sequence(rdev, p, count);
}

static void btc_ls_clock_gating_enable(struct radeon_device *rdev,
           bool enable)
{
 u32 count;
 const u32 *p = NULL;

 if (enable) {
  if (rdev->family == CHIP_BARTS) {
   p = (const u32 *)&barts_sysls_enable;
   count = BARTS_SYSLS_ENABLE_LENGTH;
  } else if (rdev->family == CHIP_TURKS) {
   p = (const u32 *)&turks_sysls_enable;
   count = TURKS_SYSLS_ENABLE_LENGTH;
  } else if (rdev->family == CHIP_CAICOS) {
   p = (const u32 *)&caicos_sysls_enable;
   count = CAICOS_SYSLS_ENABLE_LENGTH;
  } else
   return;
 } else {
  if (rdev->family == CHIP_BARTS) {
   p = (const u32 *)&barts_sysls_disable;
   count = BARTS_SYSLS_DISABLE_LENGTH;
  } else if (rdev->family == CHIP_TURKS) {
   p = (const u32 *)&turks_sysls_disable;
   count = TURKS_SYSLS_DISABLE_LENGTH;
  } else if (rdev->family == CHIP_CAICOS) {
   p = (const u32 *)&caicos_sysls_disable;
   count = CAICOS_SYSLS_DISABLE_LENGTH;
  } else
   return;
 }

 btc_program_mgcg_hw_sequence(rdev, p, count);
}

bool btc_dpm_enabled(struct radeon_device *rdev)
{
 if (rv770_is_smc_running(rdev))
  return true;
 else
  return false;
}

static int btc_init_smc_table(struct radeon_device *rdev,
         struct radeon_ps *radeon_boot_state)
{
 struct rv7xx_power_info *pi = rv770_get_pi(rdev);
 struct evergreen_power_info *eg_pi = evergreen_get_pi(rdev);
 RV770_SMC_STATETABLE *table = &pi->smc_statetable;
 int ret;

 memset(table, 0, sizeof(RV770_SMC_STATETABLE));

 cypress_populate_smc_voltage_tables(rdev, table);

 switch (rdev->pm.int_thermal_type) {
 case THERMAL_TYPE_EVERGREEN:
 case THERMAL_TYPE_EMC2103_WITH_INTERNAL:
  table->thermalProtectType = PPSMC_THERMAL_PROTECT_TYPE_INTERNAL;
  break;
 case THERMAL_TYPE_NONE:
  table->thermalProtectType = PPSMC_THERMAL_PROTECT_TYPE_NONE;
  break;
 default:
  table->thermalProtectType = PPSMC_THERMAL_PROTECT_TYPE_EXTERNAL;
  break;
 }

 if (rdev->pm.dpm.platform_caps & ATOM_PP_PLATFORM_CAP_HARDWAREDC)
  table->systemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC;

 if (rdev->pm.dpm.platform_caps & ATOM_PP_PLATFORM_CAP_REGULATOR_HOT)
  table->systemFlags |= PPSMC_SYSTEMFLAG_REGULATOR_HOT;

 if (rdev->pm.dpm.platform_caps & ATOM_PP_PLATFORM_CAP_STEPVDDC)
  table->systemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC;

 if (pi->mem_gddr5)
  table->systemFlags |= PPSMC_SYSTEMFLAG_GDDR5;

 ret = cypress_populate_smc_initial_state(rdev, radeon_boot_state, table);
 if (ret)
  return ret;

 if (eg_pi->sclk_deep_sleep)
  WREG32_P(SCLK_PSKIP_CNTL, PSKIP_ON_ALLOW_STOP_HI(32),
    ~PSKIP_ON_ALLOW_STOP_HI_MASK);

 ret = btc_populate_smc_acpi_state(rdev, table);
 if (ret)
  return ret;

 if (eg_pi->ulv.supported) {
  ret = btc_populate_ulv_state(rdev, table);
  if (ret)
   eg_pi->ulv.supported = false;
 }

 table->driverState = table->initialState;

 return rv770_copy_bytes_to_smc(rdev,
           pi->state_table_start,
           (u8 *)table,
           sizeof(RV770_SMC_STATETABLE),
           pi->sram_end);
}

static void btc_set_at_for_uvd(struct radeon_device *rdev,
          struct radeon_ps *radeon_new_state)
{
 struct rv7xx_power_info *pi = rv770_get_pi(rdev);
 struct evergreen_power_info *eg_pi = evergreen_get_pi(rdev);
 int idx = 0;

 if (r600_is_uvd_state(radeon_new_state->class, radeon_new_state->class2))
  idx = 1;

 if ((idx == 1) && !eg_pi->smu_uvd_hs) {
  pi->rlp = 10;
  pi->rmp = 100;
  pi->lhp = 100;
  pi->lmp = 10;
 } else {
  pi->rlp = eg_pi->ats[idx].rlp;
  pi->rmp = eg_pi->ats[idx].rmp;
  pi->lhp = eg_pi->ats[idx].lhp;
  pi->lmp = eg_pi->ats[idx].lmp;
 }

}

void btc_notify_uvd_to_smc(struct radeon_device *rdev,
      struct radeon_ps *radeon_new_state)
{
 struct evergreen_power_info *eg_pi = evergreen_get_pi(rdev);

 if (r600_is_uvd_state(radeon_new_state->class, radeon_new_state->class2)) {
  rv770_write_smc_soft_register(rdev,
           RV770_SMC_SOFT_REGISTER_uvd_enabled, 1);
  eg_pi->uvd_enabled = true;
 } else {
  rv770_write_smc_soft_register(rdev,
           RV770_SMC_SOFT_REGISTER_uvd_enabled, 0);
  eg_pi->uvd_enabled = false;
 }
}

int btc_reset_to_default(struct radeon_device *rdev)
{
 if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_ResetToDefaults) != PPSMC_Result_OK)
  return -EINVAL;

 return 0;
}

static void btc_stop_smc(struct radeon_device *rdev)
{
 int i;

 for (i = 0; i < rdev->usec_timeout; i++) {
  if (((RREG32(LB_SYNC_RESET_SEL) & LB_SYNC_RESET_SEL_MASK) >> LB_SYNC_RESET_SEL_SHIFT) != 1)
   break;
  udelay(1);
 }
 udelay(100);

 r7xx_stop_smc(rdev);
}

void btc_read_arb_registers(struct radeon_device *rdev)
{
 struct evergreen_power_info *eg_pi = evergreen_get_pi(rdev);
 struct evergreen_arb_registers *arb_registers =
  &eg_pi->bootup_arb_registers;

 arb_registers->mc_arb_dram_timing = RREG32(MC_ARB_DRAM_TIMING);
 arb_registers->mc_arb_dram_timing2 = RREG32(MC_ARB_DRAM_TIMING2);
 arb_registers->mc_arb_rfsh_rate = RREG32(MC_ARB_RFSH_RATE);
 arb_registers->mc_arb_burst_time = RREG32(MC_ARB_BURST_TIME);
}


static void btc_set_arb0_registers(struct radeon_device *rdev,
       struct evergreen_arb_registers *arb_registers)
{
 u32 val;

 WREG32(MC_ARB_DRAM_TIMING,  arb_registers->mc_arb_dram_timing);
 WREG32(MC_ARB_DRAM_TIMING2, arb_registers->mc_arb_dram_timing2);

 val = (arb_registers->mc_arb_rfsh_rate & POWERMODE0_MASK) >>
  POWERMODE0_SHIFT;
 WREG32_P(MC_ARB_RFSH_RATE, POWERMODE0(val), ~POWERMODE0_MASK);

 val = (arb_registers->mc_arb_burst_time & STATE0_MASK) >>
  STATE0_SHIFT;
 WREG32_P(MC_ARB_BURST_TIME, STATE0(val), ~STATE0_MASK);
}

static void btc_set_boot_state_timing(struct radeon_device *rdev)
{
 struct evergreen_power_info *eg_pi = evergreen_get_pi(rdev);

 if (eg_pi->ulv.supported)
  btc_set_arb0_registers(rdev, &eg_pi->bootup_arb_registers);
}

static bool btc_is_state_ulv_compatible(struct radeon_device *rdev,
     struct radeon_ps *radeon_state)
{
 struct rv7xx_ps *state = rv770_get_ps(radeon_state);
 struct evergreen_power_info *eg_pi = evergreen_get_pi(rdev);
 struct rv7xx_pl *ulv_pl = eg_pi->ulv.pl;

 if (state->low.mclk != ulv_pl->mclk)
  return false;

 if (state->low.vddci != ulv_pl->vddci)
  return false;

 /* XXX check minclocks, etc. */

 return true;
}


static int btc_set_ulv_dram_timing(struct radeon_device *rdev)
{
 u32 val;
 struct evergreen_power_info *eg_pi = evergreen_get_pi(rdev);
 struct rv7xx_pl *ulv_pl = eg_pi->ulv.pl;

 radeon_atom_set_engine_dram_timings(rdev,
         ulv_pl->sclk,
         ulv_pl->mclk);

 val = rv770_calculate_memory_refresh_rate(rdev, ulv_pl->sclk);
 WREG32_P(MC_ARB_RFSH_RATE, POWERMODE0(val), ~POWERMODE0_MASK);

 val = cypress_calculate_burst_time(rdev, ulv_pl->sclk, ulv_pl->mclk);
 WREG32_P(MC_ARB_BURST_TIME, STATE0(val), ~STATE0_MASK);

 return 0;
}

static int btc_enable_ulv(struct radeon_device *rdev)
{
 if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_EnableULV) != PPSMC_Result_OK)
  return -EINVAL;

 return 0;
}

static int btc_set_power_state_conditionally_enable_ulv(struct radeon_device *rdev,
       struct radeon_ps *radeon_new_state)
{
 int ret = 0;
 struct evergreen_power_info *eg_pi = evergreen_get_pi(rdev);

 if (eg_pi->ulv.supported) {
  if (btc_is_state_ulv_compatible(rdev, radeon_new_state)) {
   // Set ARB[0] to reflect the DRAM timing needed for ULV.
   ret = btc_set_ulv_dram_timing(rdev);
   if (ret == 0)
    ret = btc_enable_ulv(rdev);
  }
 }

 return ret;
}

static bool btc_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg)
{
 bool result = true;

 switch (in_reg) {
 case MC_SEQ_RAS_TIMING >> 2:
  *out_reg = MC_SEQ_RAS_TIMING_LP >> 2;
  break;
 case MC_SEQ_CAS_TIMING >> 2:
  *out_reg = MC_SEQ_CAS_TIMING_LP >> 2;
  break;
 case MC_SEQ_MISC_TIMING >> 2:
  *out_reg = MC_SEQ_MISC_TIMING_LP >> 2;
  break;
 case MC_SEQ_MISC_TIMING2 >> 2:
  *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2;
  break;
 case MC_SEQ_RD_CTL_D0 >> 2:
  *out_reg = MC_SEQ_RD_CTL_D0_LP >> 2;
  break;
 case MC_SEQ_RD_CTL_D1 >> 2:
  *out_reg = MC_SEQ_RD_CTL_D1_LP >> 2;
  break;
 case MC_SEQ_WR_CTL_D0 >> 2:
  *out_reg = MC_SEQ_WR_CTL_D0_LP >> 2;
  break;
 case MC_SEQ_WR_CTL_D1 >> 2:
  *out_reg = MC_SEQ_WR_CTL_D1_LP >> 2;
  break;
 case MC_PMG_CMD_EMRS >> 2:
  *out_reg = MC_SEQ_PMG_CMD_EMRS_LP >> 2;
  break;
 case MC_PMG_CMD_MRS >> 2:
  *out_reg = MC_SEQ_PMG_CMD_MRS_LP >> 2;
  break;
 case MC_PMG_CMD_MRS1 >> 2:
  *out_reg = MC_SEQ_PMG_CMD_MRS1_LP >> 2;
  break;
 default:
  result = false;
  break;
 }

 return result;
}

static void btc_set_valid_flag(struct evergreen_mc_reg_table *table)
{
 u8 i, j;

 for (i = 0; i < table->last; i++) {
  for (j = 1; j < table->num_entries; j++) {
   if (table->mc_reg_table_entry[j-1].mc_data[i] !=
       table->mc_reg_table_entry[j].mc_data[i]) {
    table->valid_flag |= (1 << i);
    break;
   }
  }
 }
}

static int btc_set_mc_special_registers(struct radeon_device *rdev,
     struct evergreen_mc_reg_table *table)
{
 struct rv7xx_power_info *pi = rv770_get_pi(rdev);
 u8 i, j, k;
 u32 tmp;

 for (i = 0, j = table->last; i < table->last; i++) {
  switch (table->mc_reg_address[i].s1) {
  case MC_SEQ_MISC1 >> 2:
   tmp = RREG32(MC_PMG_CMD_EMRS);
   table->mc_reg_address[j].s1 = MC_PMG_CMD_EMRS >> 2;
   table->mc_reg_address[j].s0 = MC_SEQ_PMG_CMD_EMRS_LP >> 2;
   for (k = 0; k < table->num_entries; k++) {
    table->mc_reg_table_entry[k].mc_data[j] =
     ((tmp & 0xffff0000)) |
     ((table->mc_reg_table_entry[k].mc_data[i] & 0xffff0000) >> 16);
   }
   j++;

   if (j >= SMC_EVERGREEN_MC_REGISTER_ARRAY_SIZE)
    return -EINVAL;

   tmp = RREG32(MC_PMG_CMD_MRS);
   table->mc_reg_address[j].s1 = MC_PMG_CMD_MRS >> 2;
   table->mc_reg_address[j].s0 = MC_SEQ_PMG_CMD_MRS_LP >> 2;
   for (k = 0; k < table->num_entries; k++) {
    table->mc_reg_table_entry[k].mc_data[j] =
     (tmp & 0xffff0000) |
     (table->mc_reg_table_entry[k].mc_data[i] & 0x0000ffff);
    if (!pi->mem_gddr5)
     table->mc_reg_table_entry[k].mc_data[j] |= 0x100;
   }
   j++;

   if (j >= SMC_EVERGREEN_MC_REGISTER_ARRAY_SIZE)
    return -EINVAL;
   break;
  case MC_SEQ_RESERVE_M >> 2:
   tmp = RREG32(MC_PMG_CMD_MRS1);
   table->mc_reg_address[j].s1 = MC_PMG_CMD_MRS1 >> 2;
   table->mc_reg_address[j].s0 = MC_SEQ_PMG_CMD_MRS1_LP >> 2;
   for (k = 0; k < table->num_entries; k++) {
    table->mc_reg_table_entry[k].mc_data[j] =
     (tmp & 0xffff0000) |
     (table->mc_reg_table_entry[k].mc_data[i] & 0x0000ffff);
   }
   j++;

   if (j >= SMC_EVERGREEN_MC_REGISTER_ARRAY_SIZE)
    return -EINVAL;
   break;
  default:
   break;
  }
 }

 table->last = j;

 return 0;
}

static void btc_set_s0_mc_reg_index(struct evergreen_mc_reg_table *table)
{
 u32 i;
 u16 address;

 for (i = 0; i < table->last; i++) {
  table->mc_reg_address[i].s0 =
   btc_check_s0_mc_reg_index(table->mc_reg_address[i].s1, &address) ?
   address : table->mc_reg_address[i].s1;
 }
}

static int btc_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table,
           struct evergreen_mc_reg_table *eg_table)
{
 u8 i, j;

 if (table->last > SMC_EVERGREEN_MC_REGISTER_ARRAY_SIZE)
  return -EINVAL;

 if (table->num_entries > MAX_AC_TIMING_ENTRIES)
  return -EINVAL;

 for (i = 0; i < table->last; i++)
  eg_table->mc_reg_address[i].s1 = table->mc_reg_address[i].s1;
 eg_table->last = table->last;

 for (i = 0; i < table->num_entries; i++) {
  eg_table->mc_reg_table_entry[i].mclk_max =
   table->mc_reg_table_entry[i].mclk_max;
  for (j = 0; j < table->last; j++)
   eg_table->mc_reg_table_entry[i].mc_data[j] =
    table->mc_reg_table_entry[i].mc_data[j];
 }
 eg_table->num_entries = table->num_entries;

 return 0;
}

static int btc_initialize_mc_reg_table(struct radeon_device *rdev)
{
 int ret;
 struct atom_mc_reg_table *table;
 struct evergreen_power_info *eg_pi = evergreen_get_pi(rdev);
 struct evergreen_mc_reg_table *eg_table = &eg_pi->mc_reg_table;
 u8 module_index = rv770_get_memory_module_index(rdev);

 table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL);
 if (!table)
  return -ENOMEM;

 /* Program additional LP registers that are no longer programmed by VBIOS */
 WREG32(MC_SEQ_RAS_TIMING_LP, RREG32(MC_SEQ_RAS_TIMING));
 WREG32(MC_SEQ_CAS_TIMING_LP, RREG32(MC_SEQ_CAS_TIMING));
 WREG32(MC_SEQ_MISC_TIMING_LP, RREG32(MC_SEQ_MISC_TIMING));
 WREG32(MC_SEQ_MISC_TIMING2_LP, RREG32(MC_SEQ_MISC_TIMING2));
 WREG32(MC_SEQ_RD_CTL_D0_LP, RREG32(MC_SEQ_RD_CTL_D0));
 WREG32(MC_SEQ_RD_CTL_D1_LP, RREG32(MC_SEQ_RD_CTL_D1));
 WREG32(MC_SEQ_WR_CTL_D0_LP, RREG32(MC_SEQ_WR_CTL_D0));
 WREG32(MC_SEQ_WR_CTL_D1_LP, RREG32(MC_SEQ_WR_CTL_D1));
 WREG32(MC_SEQ_PMG_CMD_EMRS_LP, RREG32(MC_PMG_CMD_EMRS));
 WREG32(MC_SEQ_PMG_CMD_MRS_LP, RREG32(MC_PMG_CMD_MRS));
 WREG32(MC_SEQ_PMG_CMD_MRS1_LP, RREG32(MC_PMG_CMD_MRS1));

 ret = radeon_atom_init_mc_reg_table(rdev, module_index, table);

 if (ret)
  goto init_mc_done;

 ret = btc_copy_vbios_mc_reg_table(table, eg_table);

 if (ret)
  goto init_mc_done;

 btc_set_s0_mc_reg_index(eg_table);
--> --------------------

--> maximum size reached

--> --------------------

Messung V0.5
C=96 H=92 G=93

¤ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.