View | Details | Raw Unified | Return to bug 46761 | Differences between
and this patch

Collapse All | Expand All

(-)a/drivers/gpu/drm/i915/intel_hdmi.c (-1 / +2 lines)
Lines 377-382 static void g4x_set_infoframes(struct drm_encoder *encoder, Link Here
377
		port = VIDEO_DIP_PORT_C;
377
		port = VIDEO_DIP_PORT_C;
378
		break;
378
		break;
379
	default:
379
	default:
380
		BUG();
380
		return;
381
		return;
381
	}
382
	}
382
383
Lines 435-440 static void ibx_set_infoframes(struct drm_encoder *encoder, Link Here
435
		port = VIDEO_DIP_PORT_D;
436
		port = VIDEO_DIP_PORT_D;
436
		break;
437
		break;
437
	default:
438
	default:
439
		BUG();
438
		return;
440
		return;
439
	}
441
	}
440
442
441
- 

Return to bug 46761