From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: i915 producing warnings with kernel 3.11-rc5 Date: Tue, 20 Aug 2013 21:13:57 +0300 Message-ID: <20130820181357.GA27060@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org Cc: daniel.vetter@ffwll.ch List-Id: intel-gfx@lists.freedesktop.org I see lots of warning like this with 3.11-rc5 on my thinkpad t40. [197481.739272] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.flags (expected 1, found 0) [197481.739283] ------------[ cut here ]------------ [197481.739352] WARNING: CPU: 0 PID: 556 at drivers/gpu/drm/i915/intel_display.c:8286 check_crtc_state+0x5cf/0xa50 [i915]() [197481.739355] pipe state doesn't match! [197481.739358] Modules linked in: fuse ebtable_nat xt_CHECKSUM nf_conntrack_netbios_ns nf_conntrack_broadcast ipt_MASQUERADE ip6table_mangle ip6t_REJECT nf_conntrack_ipv6 bridge nf_defrag_ipv6 stp llc iptable_nat nf_nat_ipv4 nf_nat be2iscsi iscsi_boot_sysfs iptable_mangle bnx2i nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack lockd nf_conntrack sunrpc cnic ebtable_filter uio cxgb4i cxgb4 ebtables ip6table_filter ip6_tables cxgb3i cxgb3 mdio libcxgbi ib_iser rdma_cm ib_addr iw_cm ib_cm ib_sa ib_mad ib_core iscsi_tcp libiscsi_tcp rfcomm libiscsi scsi_transport_iscsi bnep arc4 iwldvm mac80211 btusb snd_hda_codec_hdmi iwlwifi snd_hda_codec_conexant snd_hda_intel snd_hda_codec bluetooth vhost_net cfg80211 tun macvtap macvlan iTCO_wdt uvcvideo iTCO_vendor_support snd_usb_audio vhost snd_usbmidi_li b videobuf2_vmalloc [197481.739440] snd_hwdep kvm_intel videobuf2_memops videobuf2_core videodev snd_rawmidi thinkpad_acpi e1000e kvm snd_seq rfkill i2c_i801 snd_seq_device snd_pcm snd_page_alloc snd_timer pcspkr lpc_ich mfd_core snd ptp tpm_tis pps_core wmi soundcore tpm tpm_bios binfmt_misc uinput i915 firewire_ohci firewire_core crc_itu_t i2c_algo_bit drm_kms_helper sdhci_pci sdhci drm mmc_core i2c_core video [197481.739492] CPU: 0 PID: 556 Comm: X Tainted: G W 3.11.0-rc5-mst #253 [197481.739497] Hardware name: LENOVO 4243BQ9/4243BQ9, BIOS 8AET57WW (1.37 ) 04/05/2012 [197481.739501] 000000000000205e ffff88020be47828 ffffffff81672e9d ffff88020be47868 [197481.739509] ffffffff8105c52c 0000000000000000 ffff88021270fc70 ffff88021241d000 [197481.739516] 0000000000000001 ffff88021270fc78 ffff88021270f800 ffff88020be47948 [197481.739523] Call Trace: [197481.739537] [] dump_stack+0x6a/0x7d [197481.739547] [] warn_slowpath_common+0x8c/0xc0 [197481.739555] [] warn_slowpath_fmt+0x6e/0x70 [197481.739589] [] ? i915_read32+0x75/0x130 [i915] [197481.739617] [] ? i915_read32+0x75/0x130 [i915] [197481.739657] [] ? intel_lvds_get_config+0x45/0xb0 [i915] [197481.739692] [] check_crtc_state+0x5cf/0xa50 [i915] [197481.739730] [] intel_modeset_check_state+0x2e5/0x7c0 [i915] [197481.739758] [] ? i915_write32+0xdb/0x140 [i915] [197481.739792] [] intel_crt_dpms+0x8c/0xd0 [i915] [197481.739826] [] drm_mode_obj_set_property_ioctl+0x393/0x3b0 [drm] [197481.739854] [] drm_mode_connector_property_set_ioctl+0x32/0x40 [drm] [197481.739880] [] drm_ioctl+0x3da/0x660 [drm] [197481.739893] [] ? __free_pages+0x45/0x50 [197481.739923] [] ? drm_mode_obj_set_property_ioctl+0x3b0/0x3b0 [drm] [197481.739933] [] ? file_has_perm+0xaa/0xb0 [197481.739977] [] i915_compat_ioctl+0x45/0x50 [i915] [197481.739985] [] compat_sys_ioctl+0x106/0x13a0 [197481.739994] [] ? file_sb_list_del+0x49/0x50 [197481.740001] [] ? task_work_add+0x55/0x70 [197481.740008] [] ? fput+0x75/0xb0 [197481.740017] [] ? __audit_syscall_exit+0x23b/0x2e0 [197481.740027] [] sysenter_dispatch+0x7/0x21 [197481.740031] ---[ end trace 60b3bfa00b791b28 ]--- The graphics card is: 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) Anyone interested in debugging the source of these warnings? -- MST