Subversion Repositories Kolibri OS

Rev

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

Rev 1412 Rev 1428
Line 204... Line 204...
204
		if ((*connector_type == DRM_MODE_CONNECTOR_HDMIA) &&
204
		if ((*connector_type == DRM_MODE_CONNECTOR_HDMIA) &&
205
		    (supported_device == ATOM_DEVICE_DFP3_SUPPORT))
205
		    (supported_device == ATOM_DEVICE_DFP3_SUPPORT))
206
			*connector_type = DRM_MODE_CONNECTOR_DVID;
206
			*connector_type = DRM_MODE_CONNECTOR_DVID;
207
	}
207
	}
Line -... Line 208...
-
 
208
 
-
 
209
	/* Asrock RS600 board lists the DVI port as HDMI */
-
 
210
	if ((dev->pdev->device == 0x7941) &&
-
 
211
	    (dev->pdev->subsystem_vendor == 0x1849) &&
-
 
212
	    (dev->pdev->subsystem_device == 0x7941)) {
-
 
213
		if ((*connector_type == DRM_MODE_CONNECTOR_HDMIA) &&
-
 
214
		    (supported_device == ATOM_DEVICE_DFP3_SUPPORT))
-
 
215
			*connector_type = DRM_MODE_CONNECTOR_DVID;
-
 
216
	}
208
 
217
 
209
	/* a-bit f-i90hd - ciaranm on #radeonhd - this board has no DVI */
218
	/* a-bit f-i90hd - ciaranm on #radeonhd - this board has no DVI */
210
	if ((dev->pdev->device == 0x7941) &&
219
	if ((dev->pdev->device == 0x7941) &&
211
	    (dev->pdev->subsystem_vendor == 0x147b) &&
220
	    (dev->pdev->subsystem_vendor == 0x147b) &&
212
	    (dev->pdev->subsystem_device == 0x2412)) {
221
	    (dev->pdev->subsystem_device == 0x2412)) {