Kernel.org Bugzilla – Attachment #80661: Final patch 1/2 for
bug #46761
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 46761
| Differences between
Final patch 2/2
Fix attempt and debug info
fix-up revert
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