18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __MATROXFB_DAC1064_H__ 38c2ecf20Sopenharmony_ci#define __MATROXFB_DAC1064_H__ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#include "matroxfb_base.h" 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifdef CONFIG_FB_MATROX_MYSTIQUE 98c2ecf20Sopenharmony_ciextern struct matrox_switch matrox_mystique; 108c2ecf20Sopenharmony_ci#endif 118c2ecf20Sopenharmony_ci#ifdef CONFIG_FB_MATROX_G 128c2ecf20Sopenharmony_ciextern struct matrox_switch matrox_G100; 138c2ecf20Sopenharmony_ci#endif 148c2ecf20Sopenharmony_ci#ifdef NEED_DAC1064 158c2ecf20Sopenharmony_civoid DAC1064_global_init(struct matrox_fb_info *minfo); 168c2ecf20Sopenharmony_civoid DAC1064_global_restore(struct matrox_fb_info *minfo); 178c2ecf20Sopenharmony_ci#endif 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#define M1064_INDEX 0x00 208c2ecf20Sopenharmony_ci#define M1064_PALWRADD 0x00 218c2ecf20Sopenharmony_ci#define M1064_PALDATA 0x01 228c2ecf20Sopenharmony_ci#define M1064_PIXRDMSK 0x02 238c2ecf20Sopenharmony_ci#define M1064_PALRDADD 0x03 248c2ecf20Sopenharmony_ci#define M1064_X_DATAREG 0x0A 258c2ecf20Sopenharmony_ci#define M1064_CURPOSXL 0x0C /* can be accessed as DWORD */ 268c2ecf20Sopenharmony_ci#define M1064_CURPOSXH 0x0D 278c2ecf20Sopenharmony_ci#define M1064_CURPOSYL 0x0E 288c2ecf20Sopenharmony_ci#define M1064_CURPOSYH 0x0F 298c2ecf20Sopenharmony_ci 308c2ecf20Sopenharmony_ci#define M1064_XCURADDL 0x04 318c2ecf20Sopenharmony_ci#define M1064_XCURADDH 0x05 328c2ecf20Sopenharmony_ci#define M1064_XCURCTRL 0x06 338c2ecf20Sopenharmony_ci#define M1064_XCURCTRL_DIS 0x00 /* transparent, transparent, transparent, transparent */ 348c2ecf20Sopenharmony_ci#define M1064_XCURCTRL_3COLOR 0x01 /* transparent, 0, 1, 2 */ 358c2ecf20Sopenharmony_ci#define M1064_XCURCTRL_XGA 0x02 /* 0, 1, transparent, complement */ 368c2ecf20Sopenharmony_ci#define M1064_XCURCTRL_XWIN 0x03 /* transparent, transparent, 0, 1 */ 378c2ecf20Sopenharmony_ci /* drive DVI by standard(0)/DVI(1) PLL */ 388c2ecf20Sopenharmony_ci /* if set(1), C?DVICLKEN and C?DVICLKSEL must be set(1) */ 398c2ecf20Sopenharmony_ci#define M1064_XDVICLKCTRL_DVIDATAPATHSEL 0x01 408c2ecf20Sopenharmony_ci /* drive CRTC1 by standard(0)/DVI(1) PLL */ 418c2ecf20Sopenharmony_ci#define M1064_XDVICLKCTRL_C1DVICLKSEL 0x02 428c2ecf20Sopenharmony_ci /* drive CRTC2 by standard(0)/DVI(1) PLL */ 438c2ecf20Sopenharmony_ci#define M1064_XDVICLKCTRL_C2DVICLKSEL 0x04 448c2ecf20Sopenharmony_ci /* pixel clock allowed to(0)/blocked from(1) driving CRTC1 */ 458c2ecf20Sopenharmony_ci#define M1064_XDVICLKCTRL_C1DVICLKEN 0x08 468c2ecf20Sopenharmony_ci /* DVI PLL loop filter bandwidth selection bits */ 478c2ecf20Sopenharmony_ci#define M1064_XDVICLKCTRL_DVILOOPCTL 0x30 488c2ecf20Sopenharmony_ci /* CRTC2 pixel clock allowed to(0)/blocked from(1) driving CRTC2 */ 498c2ecf20Sopenharmony_ci#define M1064_XDVICLKCTRL_C2DVICLKEN 0x40 508c2ecf20Sopenharmony_ci /* P1PLL loop filter bandwidth selection */ 518c2ecf20Sopenharmony_ci#define M1064_XDVICLKCTRL_P1LOOPBWDTCTL 0x80 528c2ecf20Sopenharmony_ci#define M1064_XCURCOL0RED 0x08 538c2ecf20Sopenharmony_ci#define M1064_XCURCOL0GREEN 0x09 548c2ecf20Sopenharmony_ci#define M1064_XCURCOL0BLUE 0x0A 558c2ecf20Sopenharmony_ci#define M1064_XCURCOL1RED 0x0C 568c2ecf20Sopenharmony_ci#define M1064_XCURCOL1GREEN 0x0D 578c2ecf20Sopenharmony_ci#define M1064_XCURCOL1BLUE 0x0E 588c2ecf20Sopenharmony_ci#define M1064_XDVICLKCTRL 0x0F 598c2ecf20Sopenharmony_ci#define M1064_XCURCOL2RED 0x10 608c2ecf20Sopenharmony_ci#define M1064_XCURCOL2GREEN 0x11 618c2ecf20Sopenharmony_ci#define M1064_XCURCOL2BLUE 0x12 628c2ecf20Sopenharmony_ci#define DAC1064_XVREFCTRL 0x18 638c2ecf20Sopenharmony_ci#define DAC1064_XVREFCTRL_INTERNAL 0x3F 648c2ecf20Sopenharmony_ci#define DAC1064_XVREFCTRL_EXTERNAL 0x00 658c2ecf20Sopenharmony_ci#define DAC1064_XVREFCTRL_G100_DEFAULT 0x03 668c2ecf20Sopenharmony_ci#define M1064_XMULCTRL 0x19 678c2ecf20Sopenharmony_ci#define M1064_XMULCTRL_DEPTH_8BPP 0x00 /* 8 bpp paletized */ 688c2ecf20Sopenharmony_ci#define M1064_XMULCTRL_DEPTH_15BPP_1BPP 0x01 /* 15 bpp paletized + 1 bpp overlay */ 698c2ecf20Sopenharmony_ci#define M1064_XMULCTRL_DEPTH_16BPP 0x02 /* 16 bpp paletized */ 708c2ecf20Sopenharmony_ci#define M1064_XMULCTRL_DEPTH_24BPP 0x03 /* 24 bpp paletized */ 718c2ecf20Sopenharmony_ci#define M1064_XMULCTRL_DEPTH_24BPP_8BPP 0x04 /* 24 bpp direct + 8 bpp overlay paletized */ 728c2ecf20Sopenharmony_ci#define M1064_XMULCTRL_2G8V16 0x05 /* 15 bpp video direct, half xres, 8bpp paletized */ 738c2ecf20Sopenharmony_ci#define M1064_XMULCTRL_G16V16 0x06 /* 15 bpp video, 15bpp graphics, one of them paletized */ 748c2ecf20Sopenharmony_ci#define M1064_XMULCTRL_DEPTH_32BPP 0x07 /* 24 bpp paletized + 8 bpp unused */ 758c2ecf20Sopenharmony_ci#define M1064_XMULCTRL_GRAPHICS_PALETIZED 0x00 768c2ecf20Sopenharmony_ci#define M1064_XMULCTRL_VIDEO_PALETIZED 0x08 778c2ecf20Sopenharmony_ci#define M1064_XPIXCLKCTRL 0x1A 788c2ecf20Sopenharmony_ci#define M1064_XPIXCLKCTRL_SRC_PCI 0x00 798c2ecf20Sopenharmony_ci#define M1064_XPIXCLKCTRL_SRC_PLL 0x01 808c2ecf20Sopenharmony_ci#define M1064_XPIXCLKCTRL_SRC_EXT 0x02 818c2ecf20Sopenharmony_ci#define M1064_XPIXCLKCTRL_SRC_SYS 0x03 /* G200/G400 */ 828c2ecf20Sopenharmony_ci#define M1064_XPIXCLKCTRL_SRC_PLL2 0x03 /* G450 */ 838c2ecf20Sopenharmony_ci#define M1064_XPIXCLKCTRL_SRC_MASK 0x03 848c2ecf20Sopenharmony_ci#define M1064_XPIXCLKCTRL_EN 0x00 858c2ecf20Sopenharmony_ci#define M1064_XPIXCLKCTRL_DIS 0x04 868c2ecf20Sopenharmony_ci#define M1064_XPIXCLKCTRL_PLL_DOWN 0x00 878c2ecf20Sopenharmony_ci#define M1064_XPIXCLKCTRL_PLL_UP 0x08 888c2ecf20Sopenharmony_ci#define M1064_XGENCTRL 0x1D 898c2ecf20Sopenharmony_ci#define M1064_XGENCTRL_VS_0 0x00 908c2ecf20Sopenharmony_ci#define M1064_XGENCTRL_VS_1 0x01 918c2ecf20Sopenharmony_ci#define M1064_XGENCTRL_ALPHA_DIS 0x00 928c2ecf20Sopenharmony_ci#define M1064_XGENCTRL_ALPHA_EN 0x02 938c2ecf20Sopenharmony_ci#define M1064_XGENCTRL_BLACK_0IRE 0x00 948c2ecf20Sopenharmony_ci#define M1064_XGENCTRL_BLACK_75IRE 0x10 958c2ecf20Sopenharmony_ci#define M1064_XGENCTRL_SYNC_ON_GREEN 0x00 968c2ecf20Sopenharmony_ci#define M1064_XGENCTRL_NO_SYNC_ON_GREEN 0x20 978c2ecf20Sopenharmony_ci#define M1064_XGENCTRL_SYNC_ON_GREEN_MASK 0x20 988c2ecf20Sopenharmony_ci#define M1064_XMISCCTRL 0x1E 998c2ecf20Sopenharmony_ci#define M1064_XMISCCTRL_DAC_DIS 0x00 1008c2ecf20Sopenharmony_ci#define M1064_XMISCCTRL_DAC_EN 0x01 1018c2ecf20Sopenharmony_ci#define M1064_XMISCCTRL_MFC_VGA 0x00 1028c2ecf20Sopenharmony_ci#define M1064_XMISCCTRL_MFC_MAFC 0x02 1038c2ecf20Sopenharmony_ci#define M1064_XMISCCTRL_MFC_DIS 0x06 1048c2ecf20Sopenharmony_ci#define GX00_XMISCCTRL_MFC_MAFC 0x02 1058c2ecf20Sopenharmony_ci#define GX00_XMISCCTRL_MFC_PANELLINK 0x04 1068c2ecf20Sopenharmony_ci#define GX00_XMISCCTRL_MFC_DIS 0x06 1078c2ecf20Sopenharmony_ci#define GX00_XMISCCTRL_MFC_MASK 0x06 1088c2ecf20Sopenharmony_ci#define M1064_XMISCCTRL_DAC_6BIT 0x00 1098c2ecf20Sopenharmony_ci#define M1064_XMISCCTRL_DAC_8BIT 0x08 1108c2ecf20Sopenharmony_ci#define M1064_XMISCCTRL_DAC_WIDTHMASK 0x08 1118c2ecf20Sopenharmony_ci#define M1064_XMISCCTRL_LUT_DIS 0x00 1128c2ecf20Sopenharmony_ci#define M1064_XMISCCTRL_LUT_EN 0x10 1138c2ecf20Sopenharmony_ci#define G400_XMISCCTRL_VDO_MAFC12 0x00 1148c2ecf20Sopenharmony_ci#define G400_XMISCCTRL_VDO_BYPASS656 0x40 1158c2ecf20Sopenharmony_ci#define G400_XMISCCTRL_VDO_C2_MAFC12 0x80 1168c2ecf20Sopenharmony_ci#define G400_XMISCCTRL_VDO_C2_BYPASS656 0xC0 1178c2ecf20Sopenharmony_ci#define G400_XMISCCTRL_VDO_MASK 0xE0 1188c2ecf20Sopenharmony_ci#define M1064_XGENIOCTRL 0x2A 1198c2ecf20Sopenharmony_ci#define M1064_XGENIODATA 0x2B 1208c2ecf20Sopenharmony_ci#define DAC1064_XSYSPLLM 0x2C 1218c2ecf20Sopenharmony_ci#define DAC1064_XSYSPLLN 0x2D 1228c2ecf20Sopenharmony_ci#define DAC1064_XSYSPLLP 0x2E 1238c2ecf20Sopenharmony_ci#define DAC1064_XSYSPLLSTAT 0x2F 1248c2ecf20Sopenharmony_ci#define M1064_XZOOMCTRL 0x38 1258c2ecf20Sopenharmony_ci#define M1064_XZOOMCTRL_1 0x00 1268c2ecf20Sopenharmony_ci#define M1064_XZOOMCTRL_2 0x01 1278c2ecf20Sopenharmony_ci#define M1064_XZOOMCTRL_4 0x03 1288c2ecf20Sopenharmony_ci#define M1064_XSENSETEST 0x3A 1298c2ecf20Sopenharmony_ci#define M1064_XSENSETEST_BCOMP 0x01 1308c2ecf20Sopenharmony_ci#define M1064_XSENSETEST_GCOMP 0x02 1318c2ecf20Sopenharmony_ci#define M1064_XSENSETEST_RCOMP 0x04 1328c2ecf20Sopenharmony_ci#define M1064_XSENSETEST_PDOWN 0x00 1338c2ecf20Sopenharmony_ci#define M1064_XSENSETEST_PUP 0x80 1348c2ecf20Sopenharmony_ci#define M1064_XCRCREML 0x3C 1358c2ecf20Sopenharmony_ci#define M1064_XCRCREMH 0x3D 1368c2ecf20Sopenharmony_ci#define M1064_XCRCBITSEL 0x3E 1378c2ecf20Sopenharmony_ci#define M1064_XCOLKEYMASKL 0x40 1388c2ecf20Sopenharmony_ci#define M1064_XCOLKEYMASKH 0x41 1398c2ecf20Sopenharmony_ci#define M1064_XCOLKEYL 0x42 1408c2ecf20Sopenharmony_ci#define M1064_XCOLKEYH 0x43 1418c2ecf20Sopenharmony_ci#define M1064_XPIXPLLAM 0x44 1428c2ecf20Sopenharmony_ci#define M1064_XPIXPLLAN 0x45 1438c2ecf20Sopenharmony_ci#define M1064_XPIXPLLAP 0x46 1448c2ecf20Sopenharmony_ci#define M1064_XPIXPLLBM 0x48 1458c2ecf20Sopenharmony_ci#define M1064_XPIXPLLBN 0x49 1468c2ecf20Sopenharmony_ci#define M1064_XPIXPLLBP 0x4A 1478c2ecf20Sopenharmony_ci#define M1064_XPIXPLLCM 0x4C 1488c2ecf20Sopenharmony_ci#define M1064_XPIXPLLCN 0x4D 1498c2ecf20Sopenharmony_ci#define M1064_XPIXPLLCP 0x4E 1508c2ecf20Sopenharmony_ci#define M1064_XPIXPLLSTAT 0x4F 1518c2ecf20Sopenharmony_ci 1528c2ecf20Sopenharmony_ci#define M1064_XTVO_IDX 0x87 1538c2ecf20Sopenharmony_ci#define M1064_XTVO_DATA 0x88 1548c2ecf20Sopenharmony_ci 1558c2ecf20Sopenharmony_ci#define M1064_XOUTPUTCONN 0x8A 1568c2ecf20Sopenharmony_ci#define M1064_XSYNCCTRL 0x8B 1578c2ecf20Sopenharmony_ci#define M1064_XVIDPLLSTAT 0x8C 1588c2ecf20Sopenharmony_ci#define M1064_XVIDPLLP 0x8D 1598c2ecf20Sopenharmony_ci#define M1064_XVIDPLLM 0x8E 1608c2ecf20Sopenharmony_ci#define M1064_XVIDPLLN 0x8F 1618c2ecf20Sopenharmony_ci 1628c2ecf20Sopenharmony_ci#define M1064_XPWRCTRL 0xA0 1638c2ecf20Sopenharmony_ci#define M1064_XPWRCTRL_PANELPDN 0x04 1648c2ecf20Sopenharmony_ci 1658c2ecf20Sopenharmony_ci#define M1064_XPANMODE 0xA2 1668c2ecf20Sopenharmony_ci 1678c2ecf20Sopenharmony_cienum POS1064 { 1688c2ecf20Sopenharmony_ci POS1064_XCURADDL=0, POS1064_XCURADDH, POS1064_XCURCTRL, 1698c2ecf20Sopenharmony_ci POS1064_XCURCOL0RED, POS1064_XCURCOL0GREEN, POS1064_XCURCOL0BLUE, 1708c2ecf20Sopenharmony_ci POS1064_XCURCOL1RED, POS1064_XCURCOL1GREEN, POS1064_XCURCOL1BLUE, 1718c2ecf20Sopenharmony_ci POS1064_XCURCOL2RED, POS1064_XCURCOL2GREEN, POS1064_XCURCOL2BLUE, 1728c2ecf20Sopenharmony_ci POS1064_XVREFCTRL, POS1064_XMULCTRL, POS1064_XPIXCLKCTRL, POS1064_XGENCTRL, 1738c2ecf20Sopenharmony_ci POS1064_XMISCCTRL, 1748c2ecf20Sopenharmony_ci POS1064_XGENIOCTRL, POS1064_XGENIODATA, POS1064_XZOOMCTRL, POS1064_XSENSETEST, 1758c2ecf20Sopenharmony_ci POS1064_XCRCBITSEL, 1768c2ecf20Sopenharmony_ci POS1064_XCOLKEYMASKL, POS1064_XCOLKEYMASKH, POS1064_XCOLKEYL, POS1064_XCOLKEYH, 1778c2ecf20Sopenharmony_ci POS1064_XOUTPUTCONN, POS1064_XPANMODE, POS1064_XPWRCTRL }; 1788c2ecf20Sopenharmony_ci 1798c2ecf20Sopenharmony_ci 1808c2ecf20Sopenharmony_ci#endif /* __MATROXFB_DAC1064_H__ */ 181