Signed-off-by: Marius Vlad <[email protected]>
---
lib/igt_kms.c | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index 64aa5d1..9b294dd 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -384,16 +384,8 @@ bool kmstest_force_connector(int drm_fd, drmModeConnector
*connector,
const char *value;
int debugfs_fd, ret, len;
drmModeConnector *temp;
- uint32_t devid;
- devid = intel_get_drm_devid(drm_fd);
-
- /* forcing hdmi or dp connectors on HSW and BDW doesn't currently work,
- * so fail early to allow the test to skip if required */
- if ((connector->connector_type == DRM_MODE_CONNECTOR_HDMIA ||
- connector->connector_type == DRM_MODE_CONNECTOR_HDMIB ||
- connector->connector_type == DRM_MODE_CONNECTOR_DisplayPort)
- && (IS_HASWELL(devid) || IS_BROADWELL(devid)))
+ if (connector->connector_type == DRM_MODE_CONNECTOR_DisplayPort)
return false;
switch (state) {
--
2.7.0.rc3
_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx