hdmi.c (375e118437716acdccda224abb3d464ecfe92884) | hdmi.c (5c1c071a3667600d1b8426dba031b2d4a20a3efa) |
---|---|
1/* 2 * Copyright (C) 2012 Avionic Design GmbH 3 * Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved. 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 */ --- 938 unchanged lines hidden (view full) --- 947 for (i = 0; i < hdmi->config->num_tmds; i++) { 948 if (pclk <= hdmi->config->tmds[i].pclk) { 949 tegra_hdmi_setup_tmds(hdmi, &hdmi->config->tmds[i]); 950 break; 951 } 952 } 953 954 tegra_hdmi_writel(hdmi, | 1/* 2 * Copyright (C) 2012 Avionic Design GmbH 3 * Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved. 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 */ --- 938 unchanged lines hidden (view full) --- 947 for (i = 0; i < hdmi->config->num_tmds; i++) { 948 if (pclk <= hdmi->config->tmds[i].pclk) { 949 tegra_hdmi_setup_tmds(hdmi, &hdmi->config->tmds[i]); 950 break; 951 } 952 } 953 954 tegra_hdmi_writel(hdmi, |
955 SOR_SEQ_CTL_PU_PC(0) | | 955 SOR_SEQ_PU_PC(0) | |
956 SOR_SEQ_PU_PC_ALT(0) | 957 SOR_SEQ_PD_PC(8) | 958 SOR_SEQ_PD_PC_ALT(8), 959 HDMI_NV_PDISP_SOR_SEQ_CTL); 960 961 value = SOR_SEQ_INST_WAIT_TIME(1) | 962 SOR_SEQ_INST_WAIT_UNITS_VSYNC | 963 SOR_SEQ_INST_HALT | --- 616 unchanged lines hidden --- | 956 SOR_SEQ_PU_PC_ALT(0) | 957 SOR_SEQ_PD_PC(8) | 958 SOR_SEQ_PD_PC_ALT(8), 959 HDMI_NV_PDISP_SOR_SEQ_CTL); 960 961 value = SOR_SEQ_INST_WAIT_TIME(1) | 962 SOR_SEQ_INST_WAIT_UNITS_VSYNC | 963 SOR_SEQ_INST_HALT | --- 616 unchanged lines hidden --- |