Added some more debug output; the ports might be better suited to recognize
which display outputs to use. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17629 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
68cdc8a1fa
commit
478cef7735
@ -195,6 +195,11 @@ intel_init_accelerant(int device)
|
|||||||
if (read32(INTEL_DISPLAY_A_PIPE_CONTROL) & DISPLAY_PIPE_ENABLED)
|
if (read32(INTEL_DISPLAY_A_PIPE_CONTROL) & DISPLAY_PIPE_ENABLED)
|
||||||
gInfo->head_mode |= HEAD_MODE_A_ANALOG;
|
gInfo->head_mode |= HEAD_MODE_A_ANALOG;
|
||||||
|
|
||||||
|
TRACE(("head detected: %d\n", gInfo->head_mode));
|
||||||
|
TRACE(("adpa: %08lx, dova: %08lx, dovb: %08lx, lvds: %08lx\n",
|
||||||
|
read32(INTEL_DISPLAY_A_ANALOG_PORT), read32(INTEL_DISPLAY_A_DIGITAL_PORT),
|
||||||
|
read32(INTEL_DISPLAY_B_DIGITAL_PORT), read32(INTEL_DISPLAY_LVDS_PORT)));
|
||||||
|
|
||||||
status = create_mode_list();
|
status = create_mode_list();
|
||||||
if (status != B_OK) {
|
if (status != B_OK) {
|
||||||
uninit_common();
|
uninit_common();
|
||||||
|
Loading…
Reference in New Issue
Block a user