|
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"); |