Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 473360
Collapse All | Expand All

(-)intel-gpu-tools-1.3/tools/intel_infoframes.c (-1 / +1 lines)
Lines 1086-1092 Link Here
1086
				hdmi_port = get_hdmi_port(0);
1086
				hdmi_port = get_hdmi_port(0);
1087
			else if (!strcmp(optarg, "C"))
1087
			else if (!strcmp(optarg, "C"))
1088
				hdmi_port = get_hdmi_port(1);
1088
				hdmi_port = get_hdmi_port(1);
1089
			else if (!strcmp(optarg, "D"))
1089
			else if ((gen != 4) && !strcmp(optarg, "D"))
1090
				hdmi_port = get_hdmi_port(2);
1090
				hdmi_port = get_hdmi_port(2);
1091
			else {
1091
			else {
1092
				printf("Invalid HDMI port.\n");
1092
				printf("Invalid HDMI port.\n");

Return to bug 473360