Subversion Repositories Kolibri OS

Rev

Rev 3120 | Rev 5078 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3120 Rev 3764
Line 638... Line 638...
638
	uint32_t vclk_ecp_cntl, crtc_ext_cntl;
638
	uint32_t vclk_ecp_cntl, crtc_ext_cntl;
639
	uint32_t dac_ext_cntl, dac_cntl, dac_macro_cntl, tmp;
639
	uint32_t dac_ext_cntl, dac_cntl, dac_macro_cntl, tmp;
640
	enum drm_connector_status found = connector_status_disconnected;
640
	enum drm_connector_status found = connector_status_disconnected;
641
	bool color = true;
641
	bool color = true;
Line -... Line 642...
-
 
642
 
-
 
643
	/* just don't bother on RN50 those chip are often connected to remoting
-
 
644
	 * console hw and often we get failure to load detect those. So to make
-
 
645
	 * everyone happy report the encoder as always connected.
-
 
646
	 */
-
 
647
	if (ASIC_IS_RN50(rdev)) {
-
 
648
		return connector_status_connected;
-
 
649
	}
642
 
650
 
643
	/* save the regs we need */
651
	/* save the regs we need */
644
	vclk_ecp_cntl = RREG32_PLL(RADEON_VCLK_ECP_CNTL);
652
	vclk_ecp_cntl = RREG32_PLL(RADEON_VCLK_ECP_CNTL);
645
	crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL);
653
	crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL);
646
	dac_ext_cntl = RREG32(RADEON_DAC_EXT_CNTL);
654
	dac_ext_cntl = RREG32(RADEON_DAC_EXT_CNTL);