* i915 driver on Minnow board - 1920x1200 resolution not working
@ 2016-06-21 7:09 vinoth eswaran
2016-06-21 8:17 ` Jani Nikula
0 siblings, 1 reply; 10+ messages in thread
From: vinoth eswaran @ 2016-06-21 7:09 UTC (permalink / raw)
To: intel-gfx
Hello,
I am currently working on an embedded project using Minnowboard max. I
have builded a customized Linux kernel-v4.4 and using u-boot (latest
version) as Boot loader.
The VESA driver in the u-boot takes more time to initialize,so I have
disabled it. I am passing the kernel parameters "video=" to enable the
HDMI port to which a monitor is connected.
The video parameter arguments "video=HDMI-A-1:1920x1200@60mD
video=VGA-1:d video=DP-1:d"
From the dmesg I got to know that the 1920x1200 is not getting
supported or there is some probing issue
[ 2.922671] [drm:drm_mode_prune_invalid] Not using 1920x1200 mode: CLOCK_HIGH
and the resolution is set to '1024x768'
[ 3.153392] [drm:intel_dump_pipe_config] adjusted mode:
[ 3.153399] [drm:drm_mode_debug_printmodeline] Modeline
0:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0
Do you have any idea why this is happening ?. Below is the i915 and
drm driver logs by passing the kernel parameters:drm.debug=0x06. If
you need any further information, please let me know.
[ 0.000000] Command line: console=ttyS0,115200 quiet
initcall_debug=1 video=HDMI-A-1:1920x1200@60mD video=VGA-1:d
video=DP-1:d drm.debug=0x06
[ 0.000000] Kernel command line: root=/dev/mmcblk0p2 rootwait
rootfstype=ext4 console=ttyS0,115200 console=tty0 console=ttyS0,115200
quiet initcall_debug=1 video=HDMI-A-1:1920x1200@60mD video=VGA-1:d
video=DP-1:d drm.debug=0x06
[ 0.216108] calling drm_core_init+0x0/0xed @ 1
[ 0.216156] [drm] Initialized drm 1.1.0 20060810
[ 0.216166] initcall drm_core_init+0x0/0xed returned 0 after 46 usecs
[ 0.216174] calling i915_init+0x0/0x99 @ 1
[ 0.218466] [drm:i915_dump_device_info] i915 device info: gen=7,
pciid=0x0f31 rev=0x11
flags=is_mobile,need_gfx_hws,is_valleyview,has_hotplug,
[ 0.218506] [drm:intel_detect_pch] No PCH found.
[ 0.218592] [drm] Memory usable by graphics device = 2048M
[ 0.218598] [drm:i915_gem_gtt_init] GMADR size = 256M
[ 0.218602] [drm:i915_gem_gtt_init] GTT stolen size = 64M
[ 0.218606] [drm:i915_gem_gtt_init] ppgtt mode: 1
[ 0.218611] [drm] Replacing VGA console driver
[ 0.218700] [drm:intel_opregion_setup] graphic opregion physical addr: 0x0
[ 0.218705] [drm:intel_opregion_setup] ACPI OpRegion not supported!
[ 0.218985] [drm:intel_device_info_runtime_init] slice total: 0
[ 0.218990] [drm:intel_device_info_runtime_init] subslice total: 0
[ 0.218994] [drm:intel_device_info_runtime_init] subslice per slice: 0
[ 0.218997] [drm:intel_device_info_runtime_init] EU total: 0
[ 0.219001] [drm:intel_device_info_runtime_init] EU per subslice: 0
[ 0.219005] [drm:intel_device_info_runtime_init] has slice power gating: n
[ 0.219009] [drm:intel_device_info_runtime_init] has subslice power gating: n
[ 0.219012] [drm:intel_device_info_runtime_init] has EU power gating: n
[ 0.219017] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.219020] [drm] Driver supports precise vblank timestamp query.
[ 0.219025] [drm:init_vbt_defaults] Set default to SSC at 100000 kHz
[ 0.219034] i915 0000:00:02.0: Invalid ROM contents
[ 0.224515] [drm] failed to find VBIOS tables
[ 0.224626] [drm:i915_gem_init_stolen] Memory reserved for graphics
device: 65536K, usable: 65536K
[ 0.231939] [drm:vlv_cmnlane_wa] toggling display PHY side reset
[ 0.243103] [drm:intel_power_well_enable] enabling always-on
[ 0.243108] [drm:intel_power_well_enable] enabling display
[ 0.245152] [drm:intel_power_well_enable] enabling dpio-tx-b-01
[ 0.247194] [drm:intel_power_well_enable] enabling dpio-tx-b-23
[ 0.250337] [drm:intel_power_well_enable] enabling dpio-tx-c-01
[ 0.253729] [drm:intel_power_well_enable] enabling dpio-tx-c-23
[ 0.254978] [drm:intel_power_well_enable] enabling dpio-common
[ 0.300617] [drm:intel_modeset_init] 2 display pipes available.
[ 0.304059] [drm:intel_update_czclk] CZ clock rate: 266667 kHz
[ 0.306030] [drm:intel_update_cdclk] Current CD clock rate: 320000 kHz
[ 0.306035] [drm:intel_update_max_cdclk] Max CD clock rate: 400000 kHz
[ 0.306039] [drm:intel_update_max_cdclk] Max dotclock rate: 360000 kHz
[ 0.306386] [drm] forcing VGA-1 connector OFF
[ 0.306393] [drm:drm_connector_get_cmdline_mode] cmdline mode for
connector VGA-1 0x0@60Hz
[ 0.306510] [drm:intel_crt_reset] crt adpa set to 0xf40000
[ 0.306538] [drm] forcing HDMI-A-1 connector ON
[ 0.306544] [drm:drm_connector_get_cmdline_mode] cmdline mode for
connector HDMI-A-1 1920x1200@60Hz with margins
[ 0.306644] [drm:intel_dp_init_connector] Adding DP connector on port B
[ 0.306666] [drm] forcing DP-1 connector OFF
[ 0.306672] [drm:drm_connector_get_cmdline_mode] cmdline mode for
connector DP-1 0x0@60Hz
[ 0.306763] [drm:intel_dp_aux_init] registering DPDDC-B bus for card0-DP-1
[ 0.306845] [drm:intel_dsi_init]
[ 0.306858] [drm:intel_modeset_readout_hw_state] [CRTC:21] hw state
readout: disabled
[ 0.306865] [drm:intel_modeset_readout_hw_state] [CRTC:26] hw state
readout: disabled
[ 0.306872] [drm:intel_modeset_readout_hw_state]
[ENCODER:30:DAC-30] hw state readout: disabled, pipe A
[ 0.306898] [drm:intel_modeset_readout_hw_state]
[ENCODER:31:TMDS-31] hw state readout: disabled, pipe A
[ 0.306904] [drm:intel_modeset_readout_hw_state]
[ENCODER:36:TMDS-36] hw state readout: disabled, pipe A
[ 0.306910] [drm:intel_modeset_readout_hw_state]
[CONNECTOR:29:VGA-1] hw state readout: disabled
[ 0.306915] [drm:intel_modeset_readout_hw_state]
[CONNECTOR:32:HDMI-A-1] hw state readout: disabled
[ 0.306921] [drm:intel_modeset_readout_hw_state]
[CONNECTOR:37:DP-1] hw state readout: disabled
[ 0.306930] [drm:intel_dump_pipe_config] [CRTC:21][setup_hw_state]
config ffff8800783cc400 for pipe A
[ 0.306934] [drm:intel_dump_pipe_config] cpu_transcoder: A
[ 0.306938] [drm:intel_dump_pipe_config] pipe bpp: 0, dithering: 0
[ 0.306943] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0,
gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 0.306948] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m:
0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 0.306953] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m2:
0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 0.306957] [drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[ 0.306961] [drm:intel_dump_pipe_config] requested mode:
[ 0.306967] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0
0 0 0 0 0 0 0 0x0 0x0
[ 0.306971] [drm:intel_dump_pipe_config] adjusted mode:
[ 0.306977] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0
0 0 0 0 0 0 0 0x0 0x0
[ 0.306982] [drm:intel_dump_crtc_timings] crtc timings: 0 0 0 0 0 0
0 0 0, type: 0x0 flags: 0x0
[ 0.307024] [drm:intel_dump_pipe_config] port clock: 0
[ 0.307027] [drm:intel_dump_pipe_config] pipe src size: 0x0
[ 0.307032] [drm:intel_dump_pipe_config] num_scalers: 0,
scaler_users: 0x0, scaler_id: 0
[ 0.307036] [drm:intel_dump_pipe_config] gmch pfit: control:
0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 0.307041] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000,
size: 0x00000000, disabled
[ 0.307044] [drm:intel_dump_pipe_config] ips: 0
[ 0.307048] [drm:intel_dump_pipe_config] double wide: 0
[ 0.307052] [drm:intel_dump_pipe_config] dpll_hw_state: dpll: 0x0,
dpll_md: 0x0, fp0: 0x0, fp1: 0x0
[ 0.307056] [drm:intel_dump_pipe_config] planes on this crtc
[ 0.307061] [drm:intel_dump_pipe_config] STANDARD PLANE:18 plane:
0.0 idx: 0 disabled, scaler_id = 0
[ 0.307066] [drm:intel_dump_pipe_config] CURSOR PLANE:20 plane: 0.1
idx: 1 disabled, scaler_id = 0
[ 0.307072] [drm:intel_dump_pipe_config] STANDARD PLANE:22 plane:
0.1 idx: 2 disabled, scaler_id = 0
[ 0.307077] [drm:intel_dump_pipe_config] STANDARD PLANE:23 plane:
0.2 idx: 3 disabled, scaler_id = 0
[ 0.307083] [drm:intel_dump_pipe_config] [CRTC:26][setup_hw_state]
config ffff8800783cd800 for pipe B
[ 0.307087] [drm:intel_dump_pipe_config] cpu_transcoder: B
[ 0.307091] [drm:intel_dump_pipe_config] pipe bpp: 0, dithering: 0
[ 0.307096] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0,
gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 0.307101] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m:
0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 0.307106] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m2:
0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 0.307110] [drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[ 0.307113] [drm:intel_dump_pipe_config] requested mode:
[ 0.307119] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0
0 0 0 0 0 0 0 0x0 0x0
[ 0.307123] [drm:intel_dump_pipe_config] adjusted mode:
[ 0.307129] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0
0 0 0 0 0 0 0 0x0 0x0
[ 0.307134] [drm:intel_dump_crtc_timings] crtc timings: 0 0 0 0 0 0
0 0 0, type: 0x0 flags: 0x0
[ 0.307138] [drm:intel_dump_pipe_config] port clock: 0
[ 0.307141] [drm:intel_dump_pipe_config] pipe src size: 0x0
[ 0.307145] [drm:intel_dump_pipe_config] num_scalers: 0,
scaler_users: 0x0, scaler_id: 0
[ 0.307150] [drm:intel_dump_pipe_config] gmch pfit: control:
0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 0.307154] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000,
size: 0x00000000, disabled
[ 0.307158] [drm:intel_dump_pipe_config] ips: 0
[ 0.307161] [drm:intel_dump_pipe_config] double wide: 0
[ 0.307165] [drm:intel_dump_pipe_config] dpll_hw_state: dpll: 0x0,
dpll_md: 0x0, fp0: 0x0, fp1: 0x0
[ 0.307169] [drm:intel_dump_pipe_config] planes on this crtc
[ 0.307174] [drm:intel_dump_pipe_config] STANDARD PLANE:24 plane:
1.0 idx: 4 disabled, scaler_id = 0
[ 0.307179] [drm:intel_dump_pipe_config] CURSOR PLANE:25 plane: 1.2
idx: 5 disabled, scaler_id = 0
[ 0.307184] [drm:intel_dump_pipe_config] STANDARD PLANE:27 plane:
1.1 idx: 6 disabled, scaler_id = 0
[ 0.307189] [drm:intel_dump_pipe_config] STANDARD PLANE:28 plane:
1.2 idx: 7 disabled, scaler_id = 0
[ 0.307199] [drm:vlv_get_fifo_size] Pipe A primary A FIFO size: 256
[ 0.307204] [drm:vlv_get_fifo_size] Pipe A sprite A FIFO size: 128
[ 0.307209] [drm:vlv_get_fifo_size] Pipe A sprite B FIFO size: 127
[ 0.307215] [drm:vlv_get_fifo_size] Pipe B primary B FIFO size: 256
[ 0.307220] [drm:vlv_get_fifo_size] Pipe B sprite C FIFO size: 128
[ 0.307225] [drm:vlv_get_fifo_size] Pipe B sprite D FIFO size: 127
[ 0.307230] [drm:vlv_wm_get_hw_state] Initial watermarks: pipe A,
plane=15, cursor=15, sprite0=15, sprite1=15
[ 0.307235] [drm:vlv_wm_get_hw_state] Initial watermarks: pipe B,
plane=15, cursor=15, sprite0=15, sprite1=15
[ 0.307240] [drm:vlv_wm_get_hw_state] Initial watermarks: SR
plane=127, SR cursor=0 level=0 cxsr=0
[ 0.307248] [drm:intel_power_well_disable] disabling dpio-common
[ 0.315400] [drm:intel_power_well_disable] disabling dpio-tx-c-23
[ 0.323047] [drm:intel_power_well_disable] disabling dpio-tx-c-01
[ 0.331078] [drm:intel_power_well_disable] disabling dpio-tx-b-23
[ 0.339229] [drm:intel_power_well_disable] disabling dpio-tx-b-01
[ 0.347378] [drm:intel_power_well_disable] disabling display
[ 0.355534] [drm:intel_power_well_disable] disabling always-on
[ 0.355550] [drm:i915_gem_setup_global_gtt] clearing unused GTT
space: [0, 7ffff000]
[ 0.358565] [drm:gen6_ppgtt_init] Allocated pde space (2M) at GTT
entry: 7fdf0
[ 0.361301] [drm:i915_gem_context_init] HW context support initialized
[ 0.361315] [drm:i915_gem_object_create_stolen] creating stolen
object: size=20000
[ 0.361323] [drm:i915_pages_create_for_stolen] offset=0x0, size=131072
[ 0.361348] [drm:init_status_page] render ring hws offset: 0x00001000
[ 0.361418] [drm:intel_init_pipe_control] render ring pipe control
offset: 0x00024000
[ 0.361425] [drm:i915_gem_object_create_stolen] creating stolen
object: size=20000
[ 0.361431] [drm:i915_pages_create_for_stolen] offset=0x20000, size=131072
[ 0.361454] [drm:init_status_page] bsd ring hws offset: 0x00025000
[ 0.361484] [drm:i915_gem_object_create_stolen] creating stolen
object: size=20000
[ 0.361491] [drm:i915_pages_create_for_stolen] offset=0x40000, size=131072
[ 0.361514] [drm:init_status_page] blitter ring hws offset: 0x00048000
[ 0.363180] [drm:i915_gem_object_create_stolen_for_preallocated]
creating preallocated stolen object: stolen_offset=3efa000,
gtt_offset=ffffffff, size=6000
[ 0.363188] [drm:i915_pages_create_for_stolen] offset=0x3efa000, size=24576
[ 0.363194] [drm:valleyview_setup_pctx] PCBR: 0x7fefa001
[ 0.365076] [drm:valleyview_init_gt_powersave] DDR speed: 1066 MHz
[ 0.367122] [drm:valleyview_init_gt_powersave] max GPU freq: 668 MHz (213)
[ 0.371201] [drm:valleyview_init_gt_powersave] RPe GPU freq: 534 MHz (207)
[ 0.373243] [drm:valleyview_init_gt_powersave] RP1(Guar Freq) GPU
freq: 534 MHz (207)
[ 0.375284] [drm:valleyview_init_gt_powersave] min GPU freq: 178 MHz (191)
[ 0.377329] [drm:intel_update_cdclk] Current CD clock rate: 320000 kHz
[ 0.377352] [drm:intel_fbdev_init_bios] pipe A not active or no fb, skipping
[ 0.377356] [drm:intel_fbdev_init_bios] pipe B not active or no fb, skipping
[ 0.377360] [drm:intel_fbdev_init_bios] no active fbs found, not
using BIOS config
[ 0.377407] [drm:drm_helper_probe_single_connector_modes_merge_bits]
[CONNECTOR:29:VGA-1]
[ 0.377417] [drm:drm_helper_probe_single_connector_modes_merge_bits]
[CONNECTOR:29:VGA-1] disconnected
[ 0.377424] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0
[ 0.377430] [drm:drm_helper_probe_single_connector_modes_merge_bits]
[CONNECTOR:32:HDMI-A-1]
[ 0.377435] [drm:intel_hdmi_force] [CONNECTOR:32:HDMI-A-1]
[ 0.377442] [drm:intel_power_well_enable] enabling display
[ 0.377531] initcall i915_init+0x0/0x99 returned 0 after 157401 usecs
[ 0.385179] [drm:i915_redisable_vga_power_on] Something enabled VGA
plane, disabling it
[ 0.385514] EVK i915 timeout error
[ 0.391106] [drm] GMBUS [i915 gmbus dpb] timed out, falling back to
bit banging on pin 5
[ 0.391418] [drm:drm_do_probe_ddc_edid] drm: skipping non-existent
adapter i915 gmbus dpb
[ 0.391423] [drm:intel_power_well_disable] disabling display
[ 0.397130] [drm:drm_mode_debug_printmodeline] Modeline
43:"1920x1200" 0 208108 1920 2056 2272 2694 1200 1201 1204 1287 0x20
0x6
[ 0.397136] [drm:drm_mode_prune_invalid] Not using 1920x1200 mode: CLOCK_HIGH
[ 0.397144] [drm:drm_helper_probe_single_connector_modes_merge_bits]
[CONNECTOR:32:HDMI-A-1] probed modes :
[ 0.397152] [drm:drm_mode_debug_printmodeline] Modeline
42:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 0.397158] [drm:drm_mode_debug_printmodeline] Modeline
40:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 0.397165] [drm:drm_mode_debug_printmodeline] Modeline
39:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[ 0.397172] [drm:drm_mode_debug_printmodeline] Modeline
41:"848x480" 60 33750 848 864 976 1088 480 486 494 517 0x40 0x5
[ 0.397179] [drm:drm_mode_debug_printmodeline] Modeline
38:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 0.397185] [drm:drm_helper_probe_single_connector_modes_merge_bits]
[CONNECTOR:37:DP-1]
[ 0.397189] [drm:intel_dp_force] [CONNECTOR:37:DP-1]
[ 0.397194] [drm:drm_helper_probe_single_connector_modes_merge_bits]
[CONNECTOR:37:DP-1] disconnected
[ 0.397200] [drm:drm_setup_crtcs]
[ 0.397206] [drm:drm_enable_connectors] connector 29 enabled? no
[ 0.397210] [drm:drm_enable_connectors] connector 32 enabled? yes
[ 0.397214] [drm:drm_enable_connectors] connector 37 enabled? no
[ 0.397219] [drm:intel_fb_initial_config] connector VGA-1 not
enabled, skipping
[ 0.397223] [drm:intel_fb_initial_config] Not using firmware configuration
[ 0.397228] [drm:drm_target_preferred] looking for cmdline mode on
connector 32
[ 0.397234] [drm:drm_target_preferred] found mode 1920x1200
[ 0.397239] [drm:drm_setup_crtcs] picking CRTCs for 8192x8192 config
[ 0.397246] [drm:drm_setup_crtcs] desired mode 1920x1200 set on crtc 21 (0,0)
[ 0.397252] [drm:intelfb_create] no BIOS fb, allocating a new one
[ 0.397257] [drm:i915_gem_object_create_stolen] creating stolen
object: size=8ca000
[ 0.397273] [drm:i915_pages_create_for_stolen] offset=0x60000, size=9216000
[ 0.401859] [drm:intelfb_create] allocated 1920x1200 fb:
0x00080000, bo ffff880077f44000
[ 0.402507] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 1.720491] [drm:intel_print_rc6_info] Enabling RC6 states: RC6 on
[ 1.724445] [drm:valleyview_enable_rps] GPLL enabled? yes
[ 1.724454] [drm:valleyview_enable_rps] GPU status: 0x0000cf90
[ 1.724460] [drm:valleyview_enable_rps] current GPU freq: 534 MHz (207)
[ 1.724464] [drm:valleyview_enable_rps] setting GPU freq to 534 MHz (207)
[ 2.342931] [drm:i915_gem_open]
[ 2.907266] [drm:drm_mode_getresources] CRTC[2] CONNECTORS[3] ENCODERS[3]
[ 2.907280] [drm:drm_mode_getresources] [CRTC:21]
[ 2.907285] [drm:drm_mode_getresources] [CRTC:26]
[ 2.907289] [drm:drm_mode_getresources] [ENCODER:30:DAC-30]
[ 2.907293] [drm:drm_mode_getresources] [ENCODER:31:TMDS-31]
[ 2.907297] [drm:drm_mode_getresources] [ENCODER:36:TMDS-36]
[ 2.907301] [drm:drm_mode_getresources] [CONNECTOR:29:VGA-1]
[ 2.907306] [drm:drm_mode_getresources] [CONNECTOR:32:HDMI-A-1]
[ 2.907309] [drm:drm_mode_getresources] [CONNECTOR:37:DP-1]
[ 2.907314] [drm:drm_mode_getresources] CRTC[2] CONNECTORS[3] ENCODERS[3]
[ 2.907325] [drm:drm_mode_getconnector] [CONNECTOR:29:?]
[ 2.907332] [drm:drm_helper_probe_single_connector_modes_merge_bits]
[CONNECTOR:29:VGA-1]
[ 2.907337] [drm:drm_helper_probe_single_connector_modes_merge_bits]
[CONNECTOR:29:VGA-1] disconnected
[ 2.907347] [drm:drm_mode_getconnector] [CONNECTOR:29:?]
[ 2.907359] [drm:drm_mode_getconnector] [CONNECTOR:32:?]
[ 2.907364] [drm:drm_helper_probe_single_connector_modes_merge_bits]
[CONNECTOR:32:HDMI-A-1]
[ 2.907369] [drm:intel_hdmi_force] [CONNECTOR:32:HDMI-A-1]
[ 2.907376] [drm:intel_power_well_enable] enabling display
[ 2.914623] [drm:i915_redisable_vga_power_on] Something enabled VGA
plane, disabling it
[ 2.915229] [drm:drm_do_probe_ddc_edid] drm: skipping non-existent
adapter i915 gmbus dpb
[ 2.915234] [drm:intel_power_well_disable] disabling display
[ 2.922663] [drm:drm_mode_debug_printmodeline] Modeline
43:"1920x1200" 0 208108 1920 2056 2272 2694 1200 1201 1204 1287 0x20
0x6
[ 2.922671] [drm:drm_mode_prune_invalid] Not using 1920x1200 mode: CLOCK_HIGH
[ 2.922679] [drm:drm_helper_probe_single_connector_modes_merge_bits]
[CONNECTOR:32:HDMI-A-1] probed modes :
[ 2.922687] [drm:drm_mode_debug_printmodeline] Modeline
42:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 2.922693] [drm:drm_mode_debug_printmodeline] Modeline
40:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 2.922700] [drm:drm_mode_debug_printmodeline] Modeline
39:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[ 2.922707] [drm:drm_mode_debug_printmodeline] Modeline
41:"848x480" 60 33750 848 864 976 1088 480 486 494 517 0x40 0x5
[ 2.922714] [drm:drm_mode_debug_printmodeline] Modeline
38:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 2.922743] [drm:drm_mode_getconnector] [CONNECTOR:32:?]
[ 2.991908] [drm:i915_gem_context_create_ioctl] HW context 1 created
[ 2.996365] [drm:drm_mode_getconnector] [CONNECTOR:37:?]
[ 2.996376] [drm:drm_helper_probe_single_connector_modes_merge_bits]
[CONNECTOR:37:DP-1]
[ 2.996381] [drm:intel_dp_force] [CONNECTOR:37:DP-1]
[ 2.996386] [drm:drm_helper_probe_single_connector_modes_merge_bits]
[CONNECTOR:37:DP-1] disconnected
[ 2.996396] [drm:drm_mode_getconnector] [CONNECTOR:37:?]
[ 3.153160] [drm:drm_mode_addfb2] [FB:43]
[ 3.153281] [drm:drm_mode_setcrtc] [CRTC:21]
[ 3.153294] [drm:drm_mode_setcrtc] [CONNECTOR:32:HDMI-A-1]
[ 3.153323] [drm:connected_sink_compute_bpp]
[CONNECTOR:32:HDMI-A-1] checking for sink bpp constrains
[ 3.153329] [drm:connected_sink_compute_bpp] clamping display bpp
(was 30) to default limit of 24
[ 3.153334] [drm:intel_hdmi_compute_config] picking bpc to 8 for HDMI output
[ 3.153337] [drm:intel_hdmi_compute_config] forcing pipe bpc to 24 for HDMI
[ 3.153343] [drm:intel_modeset_pipe_config] hw max bpp: 30, pipe
bpp: 24, dithering: 0
[ 3.153350] [drm:intel_dump_pipe_config] [CRTC:21][modeset] config
ffff88007695b400 for pipe A
[ 3.153354] [drm:intel_dump_pipe_config] cpu_transcoder: A
[ 3.153358] [drm:intel_dump_pipe_config] pipe bpp: 24, dithering: 0
[ 3.153363] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0,
gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 3.153368] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m:
0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 3.153373] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m2:
0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 3.153377] [drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[ 3.153381] [drm:intel_dump_pipe_config] requested mode:
[ 3.153388] [drm:drm_mode_debug_printmodeline] Modeline
0:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 3.153392] [drm:intel_dump_pipe_config] adjusted mode:
[ 3.153399] [drm:drm_mode_debug_printmodeline] Modeline
0:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 3.153405] [drm:intel_dump_crtc_timings] crtc timings: 65000 1024
1048 1184 1344 768 771 777 806, type: 0x40 flags: 0xa
[ 3.153409] [drm:intel_dump_pipe_config] port clock: 65000
[ 3.153413] [drm:intel_dump_pipe_config] pipe src size: 1024x768
[ 3.153417] [drm:intel_dump_pipe_config] num_scalers: 0,
scaler_users: 0x0, scaler_id: 0
[ 3.153421] [drm:intel_dump_pipe_config] gmch pfit: control:
0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 3.153426] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000,
size: 0x00000000, disabled
[ 3.153429] [drm:intel_dump_pipe_config] ips: 0
[ 3.153433] [drm:intel_dump_pipe_config] double wide: 0
[ 3.153437] [drm:intel_dump_pipe_config] dpll_hw_state: dpll: 0x0,
dpll_md: 0x0, fp0: 0x0, fp1: 0x0
[ 3.153441] [drm:intel_dump_pipe_config] planes on this crtc
[ 3.153446] [drm:intel_dump_pipe_config] STANDARD PLANE:18 plane:
0.0 idx: 0 disabled, scaler_id = 0
[ 3.153451] [drm:intel_dump_pipe_config] CURSOR PLANE:20 plane: 0.1
idx: 1 disabled, scaler_id = 0
[ 3.153457] [drm:intel_dump_pipe_config] STANDARD PLANE:22 plane:
0.1 idx: 2 disabled, scaler_id = 0
[ 3.153462] [drm:intel_dump_pipe_config] STANDARD PLANE:23 plane:
0.2 idx: 3 disabled, scaler_id = 0
[ 3.154666] [drm:intel_set_memory_cxsr] memory self-refresh is disabled
[ 3.154681] [drm:intel_power_well_enable] enabling display
[ 3.168116] [drm:i915_redisable_vga_power_on] Something enabled VGA
plane, disabling it
[ 3.168434] [drm:intel_power_well_enable] enabling dpio-tx-b-01
[ 3.175881] [drm:intel_power_well_enable] enabling dpio-tx-b-23
[ 3.183920] [drm:intel_power_well_enable] enabling dpio-tx-c-01
[ 3.191895] [drm:intel_power_well_enable] enabling dpio-tx-c-23
[ 3.199903] [drm:intel_power_well_enable] enabling dpio-common
[ 3.222014] [drm:intel_update_cdclk] Current CD clock rate: 266667 kHz
[ 3.284074] [drm:intel_enable_pipe] enabling pipe A
[ 3.284105] [drm:vlv_pipe_set_fifo_size] Pipe A FIFO split 511 / 511 / 511
[ 3.284117] [drm:vlv_update_wm] Setting FIFO watermarks - A:
plane=447, cursor=63, sprite0=0, sprite1=0, SR: plane=0, cursor=0
level=0 cxsr=0
[ 3.300839] [drm:vlv_pipe_set_fifo_size] Pipe A FIFO split 511 / 511 / 511
[ 3.300858] [drm:vlv_update_wm] Setting FIFO watermarks - A:
plane=447, cursor=63, sprite0=0, sprite1=0, SR: plane=959, cursor=0
level=0 cxsr=1
[ 3.300863] [drm:intel_set_memory_cxsr] memory self-refresh is enabled
[ 3.317508] [drm:intel_connector_check_state] [CONNECTOR:32:HDMI-A-1]
[ 3.317522] [drm:check_encoder_state] [ENCODER:30:DAC-30]
[ 3.317532] [drm:check_encoder_state] [ENCODER:31:TMDS-31]
[ 3.317536] [drm:check_encoder_state] [ENCODER:36:TMDS-36]
[ 3.317542] [drm:check_crtc_state] [CRTC:21]
[ 3.481716] [drm:drm_mode_addfb2] [FB:46]
[ 4.396698] [drm:vlv_pipe_set_fifo_size] Pipe A FIFO split 511 / 511 / 511
[ 4.396715] [drm:vlv_update_wm] Setting FIFO watermarks - A:
plane=447, cursor=0, sprite0=0, sprite1=0, SR: plane=959, cursor=0
level=0 cxsr=1
Mit Freundlichen Grüßen
VinothKumar
+49 1798909072
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: i915 driver on Minnow board - 1920x1200 resolution not working
2016-06-21 7:09 i915 driver on Minnow board - 1920x1200 resolution not working vinoth eswaran
@ 2016-06-21 8:17 ` Jani Nikula
2016-06-21 8:51 ` vinoth eswaran
0 siblings, 1 reply; 10+ messages in thread
From: Jani Nikula @ 2016-06-21 8:17 UTC (permalink / raw)
To: vinoth eswaran, intel-gfx
On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
> Hello,
>
> I am currently working on an embedded project using Minnowboard max. I
> have builded a customized Linux kernel-v4.4 and using u-boot (latest
> version) as Boot loader.
>
> The VESA driver in the u-boot takes more time to initialize,so I have
> disabled it. I am passing the kernel parameters "video=" to enable the
> HDMI port to which a monitor is connected.
Is is a DVI display?
BR,
Jani.
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: i915 driver on Minnow board - 1920x1200 resolution not working
2016-06-21 8:17 ` Jani Nikula
@ 2016-06-21 8:51 ` vinoth eswaran
2016-06-21 9:35 ` Jani Nikula
0 siblings, 1 reply; 10+ messages in thread
From: vinoth eswaran @ 2016-06-21 8:51 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-gfx
On Tue, Jun 21, 2016 at 10:17 AM, Jani Nikula
<jani.nikula@linux.intel.com> wrote:
> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>> Hello,
>>
>> I am currently working on an embedded project using Minnowboard max. I
>> have builded a customized Linux kernel-v4.4 and using u-boot (latest
>> version) as Boot loader.
>>
>> The VESA driver in the u-boot takes more time to initialize,so I have
>> disabled it. I am passing the kernel parameters "video=" to enable the
>> HDMI port to which a monitor is connected.
>
> Is is a DVI display?
Its an LED Monitor - LG 24EB23.
The monitor supports the HD resolution.
>
> BR,
> Jani.
>
>
> --
> Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: i915 driver on Minnow board - 1920x1200 resolution not working
2016-06-21 8:51 ` vinoth eswaran
@ 2016-06-21 9:35 ` Jani Nikula
2016-06-21 10:36 ` vinoth eswaran
0 siblings, 1 reply; 10+ messages in thread
From: Jani Nikula @ 2016-06-21 9:35 UTC (permalink / raw)
To: vinoth eswaran; +Cc: intel-gfx
On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
> On Tue, Jun 21, 2016 at 10:17 AM, Jani Nikula
> <jani.nikula@linux.intel.com> wrote:
>> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>>> Hello,
>>>
>>> I am currently working on an embedded project using Minnowboard max. I
>>> have builded a customized Linux kernel-v4.4 and using u-boot (latest
>>> version) as Boot loader.
>>>
>>> The VESA driver in the u-boot takes more time to initialize,so I have
>>> disabled it. I am passing the kernel parameters "video=" to enable the
>>> HDMI port to which a monitor is connected.
>>
>> Is is a DVI display?
> Its an LED Monitor - LG 24EB23.
> The monitor supports the HD resolution.
How do you connect the display? Is it HDMI directly or using the DVI
connector?
BR,
Jani.
>
>>
>> BR,
>> Jani.
>>
>>
>> --
>> Jani Nikula, Intel Open Source Technology Center
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: i915 driver on Minnow board - 1920x1200 resolution not working
2016-06-21 9:35 ` Jani Nikula
@ 2016-06-21 10:36 ` vinoth eswaran
2016-06-21 10:54 ` Jani Nikula
0 siblings, 1 reply; 10+ messages in thread
From: vinoth eswaran @ 2016-06-21 10:36 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-gfx
On Tue, Jun 21, 2016 at 11:35 AM, Jani Nikula
<jani.nikula@linux.intel.com> wrote:
> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>> On Tue, Jun 21, 2016 at 10:17 AM, Jani Nikula
>> <jani.nikula@linux.intel.com> wrote:
>>> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>>>> Hello,
>>>>
>>>> I am currently working on an embedded project using Minnowboard max. I
>>>> have builded a customized Linux kernel-v4.4 and using u-boot (latest
>>>> version) as Boot loader.
>>>>
>>>> The VESA driver in the u-boot takes more time to initialize,so I have
>>>> disabled it. I am passing the kernel parameters "video=" to enable the
>>>> HDMI port to which a monitor is connected.
>>>
>>> Is is a DVI display?
>> Its an LED Monitor - LG 24EB23.
>> The monitor supports the HD resolution.
>
> How do you connect the display? Is it HDMI directly or using the DVI
> connector?
>
Sorry initially I got the question wrongly.
Micro HDMI connector to the board and then HDMI-DVI cable to connect
to the monitor.
Regards,
Vinothkumar
>
>
>>
>>>
>>> BR,
>>> Jani.
>>>
>>>
>>> --
>>> Jani Nikula, Intel Open Source Technology Center
>
> --
> Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: i915 driver on Minnow board - 1920x1200 resolution not working
2016-06-21 10:36 ` vinoth eswaran
@ 2016-06-21 10:54 ` Jani Nikula
2016-06-21 11:07 ` vinoth eswaran
0 siblings, 1 reply; 10+ messages in thread
From: Jani Nikula @ 2016-06-21 10:54 UTC (permalink / raw)
To: vinoth eswaran; +Cc: intel-gfx, Syrjala, Ville
On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
> On Tue, Jun 21, 2016 at 11:35 AM, Jani Nikula
> <jani.nikula@linux.intel.com> wrote:
>> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>>> On Tue, Jun 21, 2016 at 10:17 AM, Jani Nikula
>>> <jani.nikula@linux.intel.com> wrote:
>>>> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>>>>> Hello,
>>>>>
>>>>> I am currently working on an embedded project using Minnowboard max. I
>>>>> have builded a customized Linux kernel-v4.4 and using u-boot (latest
>>>>> version) as Boot loader.
>>>>>
>>>>> The VESA driver in the u-boot takes more time to initialize,so I have
>>>>> disabled it. I am passing the kernel parameters "video=" to enable the
>>>>> HDMI port to which a monitor is connected.
>>>>
>>>> Is is a DVI display?
>>> Its an LED Monitor - LG 24EB23.
>>> The monitor supports the HD resolution.
>>
>> How do you connect the display? Is it HDMI directly or using the DVI
>> connector?
>>
> Sorry initially I got the question wrongly.
> Micro HDMI connector to the board and then HDMI-DVI cable to connect
> to the monitor.
Single link DVI is limited to 165 Mhz. It *might* work with CVT and
reduced blanking. Please try video=HDMI-A-1:1920x1200@60RMD as the mode.
I'm surprised the display doesn't report that via EDID to begin with;
what does it do without the video parameter on the command line?
BR,
Jani.
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: i915 driver on Minnow board - 1920x1200 resolution not working
2016-06-21 10:54 ` Jani Nikula
@ 2016-06-21 11:07 ` vinoth eswaran
2016-06-21 14:50 ` Jani Nikula
0 siblings, 1 reply; 10+ messages in thread
From: vinoth eswaran @ 2016-06-21 11:07 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-gfx, Syrjala, Ville
[-- Attachment #1: Type: text/plain, Size: 1904 bytes --]
On Tue, Jun 21, 2016 at 12:54 PM, Jani Nikula
<jani.nikula@linux.intel.com> wrote:
> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>> On Tue, Jun 21, 2016 at 11:35 AM, Jani Nikula
>> <jani.nikula@linux.intel.com> wrote:
>>> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>>>> On Tue, Jun 21, 2016 at 10:17 AM, Jani Nikula
>>>> <jani.nikula@linux.intel.com> wrote:
>>>>> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>>>>>> Hello,
>>>>>>
>>>>>> I am currently working on an embedded project using Minnowboard max. I
>>>>>> have builded a customized Linux kernel-v4.4 and using u-boot (latest
>>>>>> version) as Boot loader.
>>>>>>
>>>>>> The VESA driver in the u-boot takes more time to initialize,so I have
>>>>>> disabled it. I am passing the kernel parameters "video=" to enable the
>>>>>> HDMI port to which a monitor is connected.
>>>>>
>>>>> Is is a DVI display?
>>>> Its an LED Monitor - LG 24EB23.
>>>> The monitor supports the HD resolution.
>>>
>>> How do you connect the display? Is it HDMI directly or using the DVI
>>> connector?
>>>
>> Sorry initially I got the question wrongly.
>> Micro HDMI connector to the board and then HDMI-DVI cable to connect
>> to the monitor.
>
> Single link DVI is limited to 165 Mhz. It *might* work with CVT and
> reduced blanking. Please try video=HDMI-A-1:1920x1200@60RMD as the mode.
>
> I'm surprised the display doesn't report that via EDID to begin with;
> what does it do without the video parameter on the command line?
The display is not coming up now. Also without no video parameter,
the display is not coming up.
I checked the status of card-0* in /sys/class/drm all the three
connectors are listed as disconnected.
I have attached the drm driver logs for your reference.
Regards,
Vinothkumar
> BR,
> Jani.
>
>
> --
> Jani Nikula, Intel Open Source Technology Center
[-- Attachment #2: drm_i915_displaynotup.txt --]
[-- Type: text/plain, Size: 18682 bytes --]
root@minnowturbot:~# dmesg | grep -i 'drm\|i915'
[ 0.000000] Command line: console=ttyS0,115200 quiet initcall_debug=1 video=HDMI-A-1:1920x1200@60RMD video=VGA-1:d video=DP-1:d drm.debug=0x06 i915.fastboot=1
[ 0.000000] Kernel command line: root=/dev/mmcblk0p2 rootwait rootfstype=ext4 console=ttyS0,115200 console=tty0 console=ttyS0,115200 quiet initcall_debug=1 video=HDMI-A-1:1920x1200@60RMD video=VGA-1:d video=DP-1:d drm.debug=0x06 i915.fastboot=1
[ 0.217361] calling drm_core_init+0x0/0xed @ 1
[ 0.217408] [drm] Initialized drm 1.1.0 20060810
[ 0.217418] initcall drm_core_init+0x0/0xed returned 0 after 46 usecs
[ 0.217426] calling i915_init+0x0/0x99 @ 1
[ 0.219700] [drm:i915_dump_device_info] i915 device info: gen=7, pciid=0x0f31 rev=0x11 flags=is_mobile,need_gfx_hws,is_valleyview,has_hotplug,
[ 0.219740] [drm:intel_detect_pch] No PCH found.
[ 0.219824] [drm] Memory usable by graphics device = 2048M
[ 0.219830] [drm:i915_gem_gtt_init] GMADR size = 256M
[ 0.219834] [drm:i915_gem_gtt_init] GTT stolen size = 64M
[ 0.219838] [drm:i915_gem_gtt_init] ppgtt mode: 1
[ 0.219843] [drm] Replacing VGA console driver
[ 0.219933] [drm:intel_opregion_setup] graphic opregion physical addr: 0x0
[ 0.219938] [drm:intel_opregion_setup] ACPI OpRegion not supported!
[ 0.220204] [drm:intel_device_info_runtime_init] slice total: 0
[ 0.220209] [drm:intel_device_info_runtime_init] subslice total: 0
[ 0.220213] [drm:intel_device_info_runtime_init] subslice per slice: 0
[ 0.220216] [drm:intel_device_info_runtime_init] EU total: 0
[ 0.220220] [drm:intel_device_info_runtime_init] EU per subslice: 0
[ 0.220224] [drm:intel_device_info_runtime_init] has slice power gating: n
[ 0.220227] [drm:intel_device_info_runtime_init] has subslice power gating: n
[ 0.220231] [drm:intel_device_info_runtime_init] has EU power gating: n
[ 0.220235] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.220238] [drm] Driver supports precise vblank timestamp query.
[ 0.220243] [drm:init_vbt_defaults] Set default to SSC at 100000 kHz
[ 0.220252] i915 0000:00:02.0: Invalid ROM contents
[ 0.225745] [drm] failed to find VBIOS tables
[ 0.225867] [drm:i915_gem_init_stolen] Memory reserved for graphics device: 65536K, usable: 65536K
[ 0.233200] [drm:vlv_cmnlane_wa] toggling display PHY side reset
[ 0.244357] [drm:intel_power_well_enable] enabling always-on
[ 0.244363] [drm:intel_power_well_enable] enabling display
[ 0.246403] [drm:intel_power_well_enable] enabling dpio-tx-b-01
[ 0.248446] [drm:intel_power_well_enable] enabling dpio-tx-b-23
[ 0.251597] [drm:intel_power_well_enable] enabling dpio-tx-c-01
[ 0.254990] [drm:intel_power_well_enable] enabling dpio-tx-c-23
[ 0.256241] [drm:intel_power_well_enable] enabling dpio-common
[ 0.301718] [drm:intel_modeset_init] 2 display pipes available.
[ 0.305316] [drm:intel_update_czclk] CZ clock rate: 266667 kHz
[ 0.307278] [drm:intel_update_cdclk] Current CD clock rate: 320000 kHz
[ 0.307284] [drm:intel_update_max_cdclk] Max CD clock rate: 400000 kHz
[ 0.307288] [drm:intel_update_max_cdclk] Max dotclock rate: 360000 kHz
[ 0.307645] [drm] forcing VGA-1 connector OFF
[ 0.307651] [drm:drm_connector_get_cmdline_mode] cmdline mode for connector VGA-1 0x0@60Hz
[ 0.307767] [drm:intel_crt_reset] crt adpa set to 0xf40000
[ 0.307893] [drm:intel_dp_init_connector] Adding DP connector on port B
[ 0.307914] [drm] forcing DP-1 connector OFF
[ 0.307920] [drm:drm_connector_get_cmdline_mode] cmdline mode for connector DP-1 0x0@60Hz
[ 0.308020] [drm:intel_dp_aux_init] registering DPDDC-B bus for card0-DP-1
[ 0.308103] [drm:intel_dsi_init]
[ 0.308116] [drm:intel_modeset_readout_hw_state] [CRTC:21] hw state readout: disabled
[ 0.308123] [drm:intel_modeset_readout_hw_state] [CRTC:26] hw state readout: disabled
[ 0.308129] [drm:intel_modeset_readout_hw_state] [ENCODER:30:DAC-30] hw state readout: disabled, pipe A
[ 0.308136] [drm:intel_modeset_readout_hw_state] [ENCODER:31:TMDS-31] hw state readout: disabled, pipe A
[ 0.308141] [drm:intel_modeset_readout_hw_state] [ENCODER:36:TMDS-36] hw state readout: disabled, pipe A
[ 0.308147] [drm:intel_modeset_readout_hw_state] [CONNECTOR:29:VGA-1] hw state readout: disabled
[ 0.308152] [drm:intel_modeset_readout_hw_state] [CONNECTOR:32:HDMI-A-1] hw state readout: disabled
[ 0.308157] [drm:intel_modeset_readout_hw_state] [CONNECTOR:37:DP-1] hw state readout: disabled
[ 0.308167] [drm:intel_dump_pipe_config] [CRTC:21][setup_hw_state] config ffff880077c58400 for pipe A
[ 0.308171] [drm:intel_dump_pipe_config] cpu_transcoder: A
[ 0.308174] [drm:intel_dump_pipe_config] pipe bpp: 0, dithering: 0
[ 0.308179] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 0.308184] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 0.308189] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 0.308193] [drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[ 0.308197] [drm:intel_dump_pipe_config] requested mode:
[ 0.308203] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 0.308207] [drm:intel_dump_pipe_config] adjusted mode:
[ 0.308213] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 0.308218] [drm:intel_dump_crtc_timings] crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
[ 0.308222] [drm:intel_dump_pipe_config] port clock: 0
[ 0.308226] [drm:intel_dump_pipe_config] pipe src size: 0x0
[ 0.308230] [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[ 0.308235] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 0.308239] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 0.308285] [drm:intel_dump_pipe_config] ips: 0
[ 0.308290] [drm:intel_dump_pipe_config] double wide: 0
[ 0.308294] [drm:intel_dump_pipe_config] dpll_hw_state: dpll: 0x0, dpll_md: 0x0, fp0: 0x0, fp1: 0x0
[ 0.308298] [drm:intel_dump_pipe_config] planes on this crtc
[ 0.308303] [drm:intel_dump_pipe_config] STANDARD PLANE:18 plane: 0.0 idx: 0 disabled, scaler_id = 0
[ 0.308308] [drm:intel_dump_pipe_config] CURSOR PLANE:20 plane: 0.1 idx: 1 disabled, scaler_id = 0
[ 0.308313] [drm:intel_dump_pipe_config] STANDARD PLANE:22 plane: 0.1 idx: 2 disabled, scaler_id = 0
[ 0.308318] [drm:intel_dump_pipe_config] STANDARD PLANE:23 plane: 0.2 idx: 3 disabled, scaler_id = 0
[ 0.308325] [drm:intel_dump_pipe_config] [CRTC:26][setup_hw_state] config ffff880077c59800 for pipe B
[ 0.308328] [drm:intel_dump_pipe_config] cpu_transcoder: B
[ 0.308332] [drm:intel_dump_pipe_config] pipe bpp: 0, dithering: 0
[ 0.308337] [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 0.308342] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 0.308347] [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0
[ 0.308351] [drm:intel_dump_pipe_config] audio: 0, infoframes: 0
[ 0.308354] [drm:intel_dump_pipe_config] requested mode:
[ 0.308360] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 0.308363] [drm:intel_dump_pipe_config] adjusted mode:
[ 0.308369] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[ 0.308375] [drm:intel_dump_crtc_timings] crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0
[ 0.308378] [drm:intel_dump_pipe_config] port clock: 0
[ 0.308382] [drm:intel_dump_pipe_config] pipe src size: 0x0
[ 0.308386] [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0
[ 0.308391] [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[ 0.308395] [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled
[ 0.308398] [drm:intel_dump_pipe_config] ips: 0
[ 0.308402] [drm:intel_dump_pipe_config] double wide: 0
[ 0.308406] [drm:intel_dump_pipe_config] dpll_hw_state: dpll: 0x0, dpll_md: 0x0, fp0: 0x0, fp1: 0x0
[ 0.308410] [drm:intel_dump_pipe_config] planes on this crtc
[ 0.308415] [drm:intel_dump_pipe_config] STANDARD PLANE:24 plane: 1.0 idx: 4 disabled, scaler_id = 0
[ 0.308420] [drm:intel_dump_pipe_config] CURSOR PLANE:25 plane: 1.2 idx: 5 disabled, scaler_id = 0
[ 0.308425] [drm:intel_dump_pipe_config] STANDARD PLANE:27 plane: 1.1 idx: 6 disabled, scaler_id = 0
[ 0.308430] [drm:intel_dump_pipe_config] STANDARD PLANE:28 plane: 1.2 idx: 7 disabled, scaler_id = 0
[ 0.308439] [drm:vlv_get_fifo_size] Pipe A primary A FIFO size: 256
[ 0.308445] [drm:vlv_get_fifo_size] Pipe A sprite A FIFO size: 128
[ 0.308450] [drm:vlv_get_fifo_size] Pipe A sprite B FIFO size: 127
[ 0.308455] [drm:vlv_get_fifo_size] Pipe B primary B FIFO size: 256
[ 0.308460] [drm:vlv_get_fifo_size] Pipe B sprite C FIFO size: 128
[ 0.308465] [drm:vlv_get_fifo_size] Pipe B sprite D FIFO size: 127
[ 0.308470] [drm:vlv_wm_get_hw_state] Initial watermarks: pipe A, plane=15, cursor=15, sprite0=15, sprite1=15
[ 0.308475] [drm:vlv_wm_get_hw_state] Initial watermarks: pipe B, plane=15, cursor=15, sprite0=15, sprite1=15
[ 0.308480] [drm:vlv_wm_get_hw_state] Initial watermarks: SR plane=127, SR cursor=0 level=0 cxsr=0
[ 0.308499] [drm:intel_power_well_disable] disabling dpio-common
[ 0.316293] [drm:intel_power_well_disable] disabling dpio-tx-c-23
[ 0.324291] [drm:intel_power_well_disable] disabling dpio-tx-c-01
[ 0.332375] [drm:intel_power_well_disable] disabling dpio-tx-b-23
[ 0.340524] [drm:intel_power_well_disable] disabling dpio-tx-b-01
[ 0.348673] [drm:intel_power_well_disable] disabling display
[ 0.356826] [drm:intel_power_well_disable] disabling always-on
[ 0.356842] [drm:i915_gem_setup_global_gtt] clearing unused GTT space: [0, 7ffff000]
[ 0.359855] [drm:gen6_ppgtt_init] Allocated pde space (2M) at GTT entry: 7fdf0
[ 0.362599] [drm:i915_gem_context_init] HW context support initialized
[ 0.362612] [drm:i915_gem_object_create_stolen] creating stolen object: size=20000
[ 0.362620] [drm:i915_pages_create_for_stolen] offset=0x0, size=131072
[ 0.362648] [drm:init_status_page] render ring hws offset: 0x00001000
[ 0.362718] [drm:intel_init_pipe_control] render ring pipe control offset: 0x00024000
[ 0.362725] [drm:i915_gem_object_create_stolen] creating stolen object: size=20000
[ 0.362731] [drm:i915_pages_create_for_stolen] offset=0x20000, size=131072
[ 0.362753] [drm:init_status_page] bsd ring hws offset: 0x00025000
[ 0.362787] [drm:i915_gem_object_create_stolen] creating stolen object: size=20000
[ 0.362794] [drm:i915_pages_create_for_stolen] offset=0x40000, size=131072
[ 0.362818] [drm:init_status_page] blitter ring hws offset: 0x00048000
[ 0.364439] [drm:i915_gem_object_create_stolen_for_preallocated] creating preallocated stolen object: stolen_offset=3efa000, gtt_offset=ffffffff, size=6000
[ 0.364446] [drm:i915_pages_create_for_stolen] offset=0x3efa000, size=24576
[ 0.364452] [drm:valleyview_setup_pctx] PCBR: 0x7fefa001
[ 0.366338] [drm:valleyview_init_gt_powersave] DDR speed: 1066 MHz
[ 0.368383] [drm:valleyview_init_gt_powersave] max GPU freq: 668 MHz (213)
[ 0.372463] [drm:valleyview_init_gt_powersave] RPe GPU freq: 534 MHz (207)
[ 0.374505] [drm:valleyview_init_gt_powersave] RP1(Guar Freq) GPU freq: 534 MHz (207)
[ 0.376549] [drm:valleyview_init_gt_powersave] min GPU freq: 178 MHz (191)
[ 0.378592] [drm:intel_update_cdclk] Current CD clock rate: 320000 kHz
[ 0.378615] [drm:intel_fbdev_init_bios] pipe A not active or no fb, skipping
[ 0.378620] [drm:intel_fbdev_init_bios] pipe B not active or no fb, skipping
[ 0.378624] [drm:intel_fbdev_init_bios] no active fbs found, not using BIOS config
[ 0.378670] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:29:VGA-1]
[ 0.378679] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:29:VGA-1] disconnected
[ 0.378687] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0
[ 0.378690] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:32:HDMI-A-1]
[ 0.378694] [drm:intel_hdmi_detect] [CONNECTOR:32:HDMI-A-1]
[ 0.378700] [drm:intel_power_well_enable] enabling display
[ 0.378808] initcall i915_init+0x0/0x99 returned 0 after 157426 usecs
[ 0.386446] [drm:i915_redisable_vga_power_on] Something enabled VGA plane, disabling it
[ 0.475447] [drm:intel_hdmi_detect] Live status not up!
[ 0.475457] [drm:intel_power_well_disable] disabling display
[ 0.483622] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:32:HDMI-A-1] status updated from 3 to 2
[ 0.483635] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:32:HDMI-A-1] disconnected
[ 0.483642] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:37:DP-1]
[ 0.483647] [drm:intel_dp_force] [CONNECTOR:37:DP-1]
[ 0.483651] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:37:DP-1] disconnected
[ 0.483658] i915 0000:00:02.0: No connectors reported connected with modes
[ 0.483662] [drm:drm_setup_crtcs]
[ 0.483668] [drm:drm_enable_connectors] connector 29 enabled? no
[ 0.483672] [drm:drm_enable_connectors] connector 32 enabled? no
[ 0.483675] [drm:drm_enable_connectors] connector 37 enabled? no
[ 0.483681] [drm:intel_fb_initial_config] connector VGA-1 not enabled, skipping
[ 0.483685] [drm:intel_fb_initial_config] connector HDMI-A-1 not enabled, skipping
[ 0.483688] [drm:intel_fb_initial_config] connector DP-1 not enabled, skipping
[ 0.483692] [drm:intel_fb_initial_config] Not using firmware configuration
[ 0.483697] [drm:drm_setup_crtcs] picking CRTCs for 8192x8192 config
[ 0.483702] [drm] Cannot find any crtc or sizes - going 1024x768
[ 0.483706] [drm:intelfb_create] no BIOS fb, allocating a new one
[ 0.483711] [drm:i915_gem_object_create_stolen] creating stolen object: size=300000
[ 0.483727] [drm:i915_pages_create_for_stolen] offset=0x60000, size=3145728
[ 0.485323] [drm:intelfb_create] allocated 1024x768 fb: 0x00080000, bo ffff880077f70000
[ 0.485452] [drm:drm_fb_helper_hotplug_event]
[ 0.485459] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:29:VGA-1]
[ 0.485463] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:29:VGA-1] disconnected
[ 0.485469] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:32:HDMI-A-1]
[ 0.485473] [drm:intel_hdmi_detect] [CONNECTOR:32:HDMI-A-1]
[ 0.485478] [drm:intel_power_well_enable] enabling display
[ 0.485633] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 0.493543] [drm:i915_redisable_vga_power_on] Something enabled VGA plane, disabling it
[ 0.581567] [drm:intel_hdmi_detect] Live status not up!
[ 0.581578] [drm:intel_power_well_disable] disabling display
[ 0.589760] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:32:HDMI-A-1] disconnected
[ 0.589770] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:37:DP-1]
[ 0.589775] [drm:intel_dp_force] [CONNECTOR:37:DP-1]
[ 0.589779] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:37:DP-1] disconnected
[ 0.589789] [drm:drm_setup_crtcs]
[ 0.589795] [drm:drm_enable_connectors] connector 29 enabled? no
[ 0.589799] [drm:drm_enable_connectors] connector 32 enabled? no
[ 0.589803] [drm:drm_enable_connectors] connector 37 enabled? no
[ 0.589808] [drm:intel_fb_initial_config] connector VGA-1 not enabled, skipping
[ 0.589812] [drm:intel_fb_initial_config] connector HDMI-A-1 not enabled, skipping
[ 0.589816] [drm:intel_fb_initial_config] connector DP-1 not enabled, skipping
[ 0.589820] [drm:intel_fb_initial_config] Not using firmware configuration
[ 0.589824] [drm:drm_setup_crtcs] picking CRTCs for 8192x8192 config
[ 1.726081] [drm:intel_print_rc6_info] Enabling RC6 states: RC6 on
[ 1.730234] [drm:valleyview_enable_rps] GPLL enabled? yes
[ 1.730243] [drm:valleyview_enable_rps] GPU status: 0x0000cf90
[ 1.730249] [drm:valleyview_enable_rps] current GPU freq: 534 MHz (207)
[ 1.730253] [drm:valleyview_enable_rps] setting GPU freq to 534 MHz (207)
[ 2.437117] [drm:i915_gem_open]
[ 3.017984] [drm:drm_mode_getresources] CRTC[2] CONNECTORS[3] ENCODERS[3]
[ 3.018000] [drm:drm_mode_getresources] [CRTC:21]
[ 3.018004] [drm:drm_mode_getresources] [CRTC:26]
[ 3.018009] [drm:drm_mode_getresources] [ENCODER:30:DAC-30]
[ 3.018012] [drm:drm_mode_getresources] [ENCODER:31:TMDS-31]
[ 3.018016] [drm:drm_mode_getresources] [ENCODER:36:TMDS-36]
[ 3.018020] [drm:drm_mode_getresources] [CONNECTOR:29:VGA-1]
[ 3.018024] [drm:drm_mode_getresources] [CONNECTOR:32:HDMI-A-1]
[ 3.018028] [drm:drm_mode_getresources] [CONNECTOR:37:DP-1]
[ 3.018032] [drm:drm_mode_getresources] CRTC[2] CONNECTORS[3] ENCODERS[3]
[ 3.018044] [drm:drm_mode_getconnector] [CONNECTOR:29:?]
[ 3.018050] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:29:VGA-1]
[ 3.018055] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:29:VGA-1] disconnected
[ 3.018065] [drm:drm_mode_getconnector] [CONNECTOR:29:?]
[ 3.018077] [drm:drm_mode_getconnector] [CONNECTOR:32:?]
[ 3.018082] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:32:HDMI-A-1]
[ 3.018087] [drm:intel_hdmi_detect] [CONNECTOR:32:HDMI-A-1]
[ 3.018093] [drm:intel_power_well_enable] enabling display
[ 3.026014] [drm:i915_redisable_vga_power_on] Something enabled VGA plane, disabling it
[ 3.114064] [drm:intel_hdmi_detect] Live status not up!
[ 3.114075] [drm:intel_power_well_disable] disabling display
[ 3.123111] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:32:HDMI-A-1] disconnected
[ 3.123137] [drm:drm_mode_getconnector] [CONNECTOR:32:?]
[ 3.123154] [drm:drm_mode_getconnector] [CONNECTOR:37:?]
[ 3.123160] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:37:DP-1]
[ 3.123164] [drm:intel_dp_force] [CONNECTOR:37:DP-1]
[ 3.123169] [drm:drm_helper_probe_single_connector_modes_merge_bits] [CONNECTOR:37:DP-1] disconnected
[ 3.123177] [drm:drm_mode_getconnector] [CONNECTOR:37:?]
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: i915 driver on Minnow board - 1920x1200 resolution not working
2016-06-21 11:07 ` vinoth eswaran
@ 2016-06-21 14:50 ` Jani Nikula
2016-06-22 7:46 ` vinoth eswaran
0 siblings, 1 reply; 10+ messages in thread
From: Jani Nikula @ 2016-06-21 14:50 UTC (permalink / raw)
To: vinoth eswaran; +Cc: intel-gfx, Syrjala, Ville
On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
> On Tue, Jun 21, 2016 at 12:54 PM, Jani Nikula
> <jani.nikula@linux.intel.com> wrote:
>> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>>> On Tue, Jun 21, 2016 at 11:35 AM, Jani Nikula
>>> <jani.nikula@linux.intel.com> wrote:
>>>> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>>>>> On Tue, Jun 21, 2016 at 10:17 AM, Jani Nikula
>>>>> <jani.nikula@linux.intel.com> wrote:
>>>>>> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>>>>>>> Hello,
>>>>>>>
>>>>>>> I am currently working on an embedded project using Minnowboard max. I
>>>>>>> have builded a customized Linux kernel-v4.4 and using u-boot (latest
>>>>>>> version) as Boot loader.
>>>>>>>
>>>>>>> The VESA driver in the u-boot takes more time to initialize,so I have
>>>>>>> disabled it. I am passing the kernel parameters "video=" to enable the
>>>>>>> HDMI port to which a monitor is connected.
>>>>>>
>>>>>> Is is a DVI display?
>>>>> Its an LED Monitor - LG 24EB23.
>>>>> The monitor supports the HD resolution.
>>>>
>>>> How do you connect the display? Is it HDMI directly or using the DVI
>>>> connector?
>>>>
>>> Sorry initially I got the question wrongly.
>>> Micro HDMI connector to the board and then HDMI-DVI cable to connect
>>> to the monitor.
>>
>> Single link DVI is limited to 165 Mhz. It *might* work with CVT and
>> reduced blanking. Please try video=HDMI-A-1:1920x1200@60RMD as the mode.
>>
>> I'm surprised the display doesn't report that via EDID to begin with;
>> what does it do without the video parameter on the command line?
>
> The display is not coming up now. Also without no video parameter,
> the display is not coming up.
> I checked the status of card-0* in /sys/class/drm all the three
> connectors are listed as disconnected.
>
> I have attached the drm driver logs for your reference.
Gets too noisy to debug here. Please file a bug at [1].
BR,
Jani.
[1] https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: i915 driver on Minnow board - 1920x1200 resolution not working
2016-06-21 14:50 ` Jani Nikula
@ 2016-06-22 7:46 ` vinoth eswaran
2016-06-22 8:01 ` Jani Nikula
0 siblings, 1 reply; 10+ messages in thread
From: vinoth eswaran @ 2016-06-22 7:46 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-gfx, Syrjala, Ville
On Tue, Jun 21, 2016 at 4:50 PM, Jani Nikula
<jani.nikula@linux.intel.com> wrote:
> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>> On Tue, Jun 21, 2016 at 12:54 PM, Jani Nikula
>> <jani.nikula@linux.intel.com> wrote:
>>> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>>>> On Tue, Jun 21, 2016 at 11:35 AM, Jani Nikula
>>>> <jani.nikula@linux.intel.com> wrote:
>>>>> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>>>>>> On Tue, Jun 21, 2016 at 10:17 AM, Jani Nikula
>>>>>> <jani.nikula@linux.intel.com> wrote:
>>>>>>> On Tue, 21 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
>>>>>>>> Hello,
>>>>>>>>
>>>>>>>> I am currently working on an embedded project using Minnowboard max. I
>>>>>>>> have builded a customized Linux kernel-v4.4 and using u-boot (latest
>>>>>>>> version) as Boot loader.
>>>>>>>>
>>>>>>>> The VESA driver in the u-boot takes more time to initialize,so I have
>>>>>>>> disabled it. I am passing the kernel parameters "video=" to enable the
>>>>>>>> HDMI port to which a monitor is connected.
>>>>>>>
>>>>>>> Is is a DVI display?
>>>>>> Its an LED Monitor - LG 24EB23.
>>>>>> The monitor supports the HD resolution.
>>>>>
>>>>> How do you connect the display? Is it HDMI directly or using the DVI
>>>>> connector?
>>>>>
>>>> Sorry initially I got the question wrongly.
>>>> Micro HDMI connector to the board and then HDMI-DVI cable to connect
>>>> to the monitor.
>>>
>>> Single link DVI is limited to 165 Mhz. It *might* work with CVT and
>>> reduced blanking. Please try video=HDMI-A-1:1920x1200@60RMD as the mode.
>>>
>>> I'm surprised the display doesn't report that via EDID to begin with;
>>> what does it do without the video parameter on the command line?
>>
>> The display is not coming up now. Also without no video parameter,
>> the display is not coming up.
>> I checked the status of card-0* in /sys/class/drm all the three
>> connectors are listed as disconnected.
>>
>> I have attached the drm driver logs for your reference.
>
> Gets too noisy to debug here. Please file a bug at [1].
>
> BR,
> Jani.
>
> [1] https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel
>
> --
> Jani Nikula, Intel Open Source Technology Center
I have tried also with the argument video=HDMI-A-1:1920x1200@60RMD and
have the same issue display not coming up. I saw from the logs and
found that there is a parsing error and gone through the modedb.txt
file and found a small mistake in the arguments passing
The structure is,
<xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
So I tried using the parameter video=HDMI-A-1:1920x1200MR@60D. Now the
display is coming up in HD resolution.
Thanks & Regards,
VInothkumar
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: i915 driver on Minnow board - 1920x1200 resolution not working
2016-06-22 7:46 ` vinoth eswaran
@ 2016-06-22 8:01 ` Jani Nikula
0 siblings, 0 replies; 10+ messages in thread
From: Jani Nikula @ 2016-06-22 8:01 UTC (permalink / raw)
To: vinoth eswaran; +Cc: intel-gfx, Syrjala, Ville
On Wed, 22 Jun 2016, vinoth eswaran <evinoth1206@gmail.com> wrote:
> I have tried also with the argument video=HDMI-A-1:1920x1200@60RMD and
> have the same issue display not coming up. I saw from the logs and
> found that there is a parsing error and gone through the modedb.txt
> file and found a small mistake in the arguments passing
>
> The structure is,
> <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
>
> So I tried using the parameter video=HDMI-A-1:1920x1200MR@60D. Now the
> display is coming up in HD resolution.
Sorry about that mistake from my part! Good catch!
BR,
Jani.
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2016-06-22 8:01 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21 7:09 i915 driver on Minnow board - 1920x1200 resolution not working vinoth eswaran
2016-06-21 8:17 ` Jani Nikula
2016-06-21 8:51 ` vinoth eswaran
2016-06-21 9:35 ` Jani Nikula
2016-06-21 10:36 ` vinoth eswaran
2016-06-21 10:54 ` Jani Nikula
2016-06-21 11:07 ` vinoth eswaran
2016-06-21 14:50 ` Jani Nikula
2016-06-22 7:46 ` vinoth eswaran
2016-06-22 8:01 ` Jani Nikula
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox