18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 48c2ecf20Sopenharmony_ci * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef _TBLDPASETTING_H_ 98c2ecf20Sopenharmony_ci#define _TBLDPASETTING_H_ 108c2ecf20Sopenharmony_ci#include "global.h" 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#define DPA_CLK_30M 30000000 138c2ecf20Sopenharmony_ci#define DPA_CLK_50M 50000000 148c2ecf20Sopenharmony_ci#define DPA_CLK_70M 70000000 158c2ecf20Sopenharmony_ci#define DPA_CLK_100M 100000000 168c2ecf20Sopenharmony_ci#define DPA_CLK_150M 150000000 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_cienum DPA_RANGE { 198c2ecf20Sopenharmony_ci DPA_CLK_RANGE_30M, 208c2ecf20Sopenharmony_ci DPA_CLK_RANGE_30_50M, 218c2ecf20Sopenharmony_ci DPA_CLK_RANGE_50_70M, 228c2ecf20Sopenharmony_ci DPA_CLK_RANGE_70_100M, 238c2ecf20Sopenharmony_ci DPA_CLK_RANGE_100_150M, 248c2ecf20Sopenharmony_ci DPA_CLK_RANGE_150M 258c2ecf20Sopenharmony_ci}; 268c2ecf20Sopenharmony_ci 278c2ecf20Sopenharmony_ciextern struct GFX_DPA_SETTING GFX_DPA_SETTING_TBL_VT3324[6]; 288c2ecf20Sopenharmony_ciextern struct GFX_DPA_SETTING GFX_DPA_SETTING_TBL_VT3327[]; 298c2ecf20Sopenharmony_ciextern struct GFX_DPA_SETTING GFX_DPA_SETTING_TBL_VT3364[6]; 308c2ecf20Sopenharmony_ci 318c2ecf20Sopenharmony_ci#endif 32