linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Josh Boyer <jwboyer@fedoraproject.org>
To: Dave Airlie <airlied@linux.ie>, Xi Ruoyao <xry111@outlook.com>
Cc: Damien Lespiau <damien.lespiau@intel.com>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	DRI mailing list <dri-devel@lists.freedesktop.org>,
	"Linux-Kernel@Vger. Kernel. Org" <linux-kernel@vger.kernel.org>,
	Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Subject: Re: [git pull] drm fixes
Date: Mon, 23 Mar 2015 14:34:27 -0400	[thread overview]
Message-ID: <CA+5PVA7MwRfEnhvwAzPqhLCx3c+88E8xnZ0NPL=7Lun5UmW8Yw@mail.gmail.com> (raw)
In-Reply-To: <CA+5PVA753kwDihJW8ULoHq_y6Fe9z0-zpNBiuQLo3t7-_yLYdA@mail.gmail.com>

On Mon, Mar 23, 2015 at 11:33 AM, Josh Boyer <jwboyer@fedoraproject.org> wrote:

<snip>

>> Xi Ruoyao (1):
>>       drm/i915: Ensure plane->state->fb stays in sync with plane->fb

Turns out to be that commit.

git bisect start 'drivers/gpu/drm/i915/'
# good: [b314acaccd7e0d55314d96be4a33b5f50d0b3344] Merge branch
'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
git bisect good b314acaccd7e0d55314d96be4a33b5f50d0b3344
# bad: [bc465aa9d045feb0e13b4a8f32cc33c1943f62d6] Linux 4.0-rc5
git bisect bad bc465aa9d045feb0e13b4a8f32cc33c1943f62d6
# bad: [319c1d420a0b62d9dbb88104afebaabc968cdbfa] drm/i915: Ensure
plane->state->fb stays in sync with plane->fb
git bisect bad 319c1d420a0b62d9dbb88104afebaabc968cdbfa
# first bad commit: [319c1d420a0b62d9dbb88104afebaabc968cdbfa]
drm/i915: Ensure plane->state->fb stays in sync with plane->fb

Doing a straight revert on top of 4.0-rc5 makes things work again,
albeit with the WARN_ON(obj->frontbuffer_bits) splat still being
there.

josh

> I have a machine that no longer boots in a headless manner with -rc5.
> It's an Celeron based NUC device.  I blacklisted the i915 driver and
> it boots fine, then I ran insmod manually and got the backtrace below.
> This machine only has HDMI output on it.  If I have it connected (even
> if the monitor is set to display some other input) it will boot fine,
> but the backtrace is still present.  I'm going to guess the machine
> "hangs" in headless because X causes some further issues in the
> headless case.
>
> Linux v4.0-rc4-199-gb314acaccd7e gets this splat in the headless state:
>
> [  +0.000039] WARNING: CPU: 0 PID: 63 at
> drivers/gpu/drm/i915/i915_gem.c:4525 i915_gem_free_object+0x2e5/0x320
> [i915]()
> [  +0.000002] WARN_ON(obj->frontbuffer_bits)
>
> which is what I thought one of these commits was supposed to fix.  I
> don't see that in -rc5, but then we have these other issues.
>
> josh
>
> Backtrace via 'insmod i915.ko.xz' in headless state with 4.0-rc5:
>
> [  +0.063764] vgaarb: device changed decodes:
> PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
> [  +0.007099] ------------[ cut here ]------------
> [  +0.000037] WARNING: CPU: 1 PID: 1486 at include/linux/kref.h:47
> drm_framebuffer_reference+0x7a/0x90 [drm]()
> [  +0.000003] Modules linked in: i915(+) ip6t_rpfilter ip6t_REJECT
> nf_reject_ipv6 xt_conntrack bnep iTCO_wdt iTCO_vendor_support
> ebtable_nat ebtable_broute bridge stp llc ebtable_filter ebtables
> ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6
> ip6table_mangle ip6table_security ip6table_raw ip6table_filter
> ip6_tables iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4
> nf_nat nf_conntrack iptable_mangle iptable_security iptable_raw arc4
> iwlmvm mac80211 intel_rapl coretemp kvm_intel kvm iwlwifi btusb
> bluetooth i2c_algo_bit cfg80211 drm_kms_helper crct10dif_pclmul
> snd_hda_codec_hdmi crc32_pclmul crc32c_intel ghash_clmulni_intel
> snd_hda_codec_realtek vfat snd_hda_codec_generic snd_intel_sst_acpi
> fat serio_raw snd_intel_sst_core snd_hda_intel i2c_i801 drm
> snd_soc_sst_mfld_platform snd_hda_controller
> [  +0.000046]  r8169 lpc_ich snd_soc_rt5640 snd_hda_codec mfd_core
> snd_soc_rl6231 mii mei_txe ir_lirc_codec ir_xmp_decoder
> ir_mce_kbd_decoder lirc_dev snd_soc_core ir_sharp_decoder shpchp
> ir_sanyo_decoder ir_sony_decoder ir_jvc_decoder mei ir_rc6_decoder
> ir_rc5_decoder ir_nec_decoder snd_compress snd_pcm_dmaengine snd_hwdep
> snd_seq snd_seq_device iosf_mbi rc_rc6_mce snd_pcm ite_cir snd_timer
> rc_core dw_dmac snd dw_dmac_core regmap_i2c i2c_hid
> i2c_designware_platform soundcore rfkill_gpio i2c_designware_core
> rfkill snd_soc_sst_acpi nfsd auth_rpcgss nfs_acl lockd grace sunrpc
> sdhci_acpi video sdhci mmc_core
> [  +0.000051] CPU: 1 PID: 1486 Comm: insmod Not tainted
> 4.0.0-0.rc5.git0.1.fc23.x86_64 #1
> [  +0.000004] Hardware name:
> \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff
> \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff/DN2820FYK,
> BIOS FYBYT10H.86A.0034.2014.0513.1413 05/13/2014
> [  +0.000003]  0000000000000000 00000000ee312e2f ffff8800b7e03688
> ffffffff8177ac09
> [  +0.000004]  0000000000000000 0000000000000000 ffff8800b7e036c8
> ffffffff8109c78a
> [  +0.000004]  ffff8800b7e036b8 ffff880234b46d80 ffff880228ef4f00
> ffff88021a540000
> [  +0.000005] Call Trace:
> [  +0.000009]  [<ffffffff8177ac09>] dump_stack+0x45/0x57
> [  +0.000006]  [<ffffffff8109c78a>] warn_slowpath_common+0x8a/0xc0
> [  +0.000004]  [<ffffffff8109c8ba>] warn_slowpath_null+0x1a/0x20
> [  +0.000016]  [<ffffffffa032022a>] drm_framebuffer_reference+0x7a/0x90 [drm]
> [  +0.000018]  [<ffffffffa03326fd>] drm_atomic_set_fb_for_plane+0x2d/0x90 [drm]
> [  +0.000043]  [<ffffffffa08418c5>]
> i9xx_get_initial_plane_config+0x295/0x3e0 [i915]
> [  +0.000006]  [<ffffffff810c9207>] ? wake_up_process+0x27/0x50
> [  +0.000031]  [<ffffffffa0852721>] intel_modeset_init+0x9f1/0x1a40 [i915]
> [  +0.000027]  [<ffffffffa081bf5b>] ?
> valleyview_irq_postinstall+0x3b/0x50 [i915]
> [  +0.000034]  [<ffffffffa08873ef>] i915_driver_load+0xe5f/0x10f0 [i915]
> [  +0.000006]  [<ffffffff816964ab>] ? netlink_broadcast_filtered+0x12b/0x380
> [  +0.000005]  [<ffffffff8139b730>] ? kobj_ns_drop+0x50/0x50
> [  +0.000004]  [<ffffffff8139bae8>] ? kobject_uevent_env+0x178/0x540
> [  +0.000006]  [<ffffffff814d98d9>] ? devtmpfs_create_node+0x109/0x140
> [  +0.000004]  [<ffffffff814cde27>] ? get_device+0x17/0x30
> [  +0.000005]  [<ffffffff814d3ce5>] ? klist_class_dev_get+0x15/0x20
> [  +0.000005]  [<ffffffff81770a22>] ? klist_add_tail+0x32/0x40
> [  +0.000004]  [<ffffffff814cf85f>] ? device_add+0x19f/0x6a0
> [  +0.000018]  [<ffffffffa031a825>] drm_dev_register+0xb5/0x110 [drm]
> [  +0.000013]  [<ffffffffa031d9bd>] drm_get_pci_dev+0x8d/0x200 [drm]
> [  +0.000022]  [<ffffffffa07de22b>] i915_pci_probe+0x3b/0x60 [i915]
> [  +0.000006]  [<ffffffff813e4485>] local_pci_probe+0x45/0xa0
> [  +0.000005]  [<ffffffff81299a72>] ? sysfs_do_create_link_sd.isra.2+0x72/0xc0
> [  +0.000005]  [<ffffffff813e57e9>] pci_device_probe+0xf9/0x150
> [  +0.000004]  [<ffffffff814d2d83>] driver_probe_device+0xa3/0x400
> [  +0.000004]  [<ffffffff814d31bb>] __driver_attach+0x9b/0xa0
> [  +0.000005]  [<ffffffff814d3120>] ? __device_attach+0x40/0x40
> [  +0.000004]  [<ffffffff814d0a43>] bus_for_each_dev+0x73/0xc0
> [  +0.000004]  [<ffffffff814d27ee>] driver_attach+0x1e/0x20
> [  +0.000004]  [<ffffffff814d23a0>] bus_add_driver+0x180/0x250
> [  +0.000004]  [<ffffffff814d39b4>] driver_register+0x64/0xf0
> [  +0.000005]  [<ffffffff813e3d0c>] __pci_register_driver+0x4c/0x50
> [  +0.000013]  [<ffffffffa031dc2a>] drm_pci_init+0xfa/0x130 [drm]
> [  +0.000010]  [<ffffffffa08e7000>] ? 0xffffffffa08e7000
> [  +0.000022]  [<ffffffffa08e70a0>] i915_init+0xa0/0xa8 [i915]
> [  +0.000006]  [<ffffffff81002148>] do_one_initcall+0xd8/0x210
> [  +0.000005]  [<ffffffff811ded12>] ? __vunmap+0xa2/0x100
> [  +0.000005]  [<ffffffff811fc599>] ? kmem_cache_alloc_trace+0x1a9/0x230
> [  +0.000005]  [<ffffffff81779e0d>] ? do_init_module+0x28/0x1cc
> [  +0.000004]  [<ffffffff81779e46>] do_init_module+0x61/0x1cc
> [  +0.000005]  [<ffffffff81120c4b>] load_module+0x20ab/0x2520
> [  +0.000004]  [<ffffffff8111c550>] ? store_uevent+0x70/0x70
> [  +0.000004]  [<ffffffff811dd9ec>] ? vmap_page_range_noflush+0x22c/0x350
> [  +0.000005]  [<ffffffff8112118d>] SyS_init_module+0xcd/0x120
> [  +0.000006]  [<ffffffff81781349>] system_call_fastpath+0x12/0x17
> [  +0.000004] ---[ end trace ff7adae285a9d5a5 ]---
> [  +0.026613] i915 0000:00:02.0: No connectors reported connected with modes
> [  +0.000012] [drm] Cannot find any crtc or sizes - going 1024x768
> [  +0.002192] fbcon: inteldrmfb (fb0) is primary device
> [  +0.000122] Console: switching to colour frame buffer device 128x48
> [  +0.000014] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
> [  +0.000003] i915 0000:00:02.0: registered panic notifier
> [  +0.003554] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
> [  +0.002204] input: Video Bus as
> /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
> [  +0.001292] [drm] Initialized i915 1.6.0 20150130 for 0000:00:02.0 on minor 0
> [  +0.000873] ------------[ cut here ]------------
> [  +0.000037] WARNING: CPU: 0 PID: 563 at
> drivers/gpu/drm/drm_atomic.c:482 drm_atomic_check_only+0x33d/0x500
> [drm]()
> [  +0.000003] Modules linked in: i915(+) ip6t_rpfilter ip6t_REJECT
> nf_reject_ipv6 xt_conntrack bnep iTCO_wdt iTCO_vendor_support
> ebtable_nat ebtable_broute bridge stp llc ebtable_filter ebtables
> ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6
> ip6table_mangle ip6table_security ip6table_raw ip6table_filter
> ip6_tables iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4
> nf_nat nf_conntrack iptable_mangle iptable_security iptable_raw arc4
> iwlmvm mac80211 intel_rapl coretemp kvm_intel kvm iwlwifi btusb
> bluetooth i2c_algo_bit cfg80211 drm_kms_helper crct10dif_pclmul
> snd_hda_codec_hdmi crc32_pclmul crc32c_intel ghash_clmulni_intel
> snd_hda_codec_realtek vfat snd_hda_codec_generic snd_intel_sst_acpi
> fat serio_raw snd_intel_sst_core snd_hda_intel i2c_i801 drm
> snd_soc_sst_mfld_platform snd_hda_controller
> [  +0.000046]  r8169 lpc_ich snd_soc_rt5640 snd_hda_codec mfd_core
> snd_soc_rl6231 mii mei_txe ir_lirc_codec ir_xmp_decoder
> ir_mce_kbd_decoder lirc_dev snd_soc_core ir_sharp_decoder shpchp
> ir_sanyo_decoder ir_sony_decoder ir_jvc_decoder mei ir_rc6_decoder
> ir_rc5_decoder ir_nec_decoder snd_compress snd_pcm_dmaengine snd_hwdep
> snd_seq snd_seq_device iosf_mbi rc_rc6_mce snd_pcm ite_cir snd_timer
> rc_core dw_dmac snd dw_dmac_core regmap_i2c i2c_hid
> i2c_designware_platform soundcore rfkill_gpio i2c_designware_core
> rfkill snd_soc_sst_acpi nfsd auth_rpcgss nfs_acl lockd grace sunrpc
> sdhci_acpi video sdhci mmc_core
> [  +0.000050] CPU: 0 PID: 563 Comm: Xorg Tainted: G        W
> 4.0.0-0.rc5.git0.1.fc23.x86_64 #1
> [  +0.000003] Hardware name:
> \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff
> \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff/DN2820FYK,
> BIOS FYBYT10H.86A.0034.2014.0513.1413 05/13/2014
> [  +0.000003]  0000000000000000 000000001fbdeb23 ffff88022358bc28
> ffffffff8177ac09
> [  +0.000005]  0000000000000000 0000000000000000 ffff88022358bc68
> ffffffff8109c78a
> [  +0.000004]  ffff88021a79fb00 0000000000000040 ffff8802344da000
> ffff88021a4482a0
> [  +0.000004] Call Trace:
> [  +0.000010]  [<ffffffff8177ac09>] dump_stack+0x45/0x57
> [  +0.000006]  [<ffffffff8109c78a>] warn_slowpath_common+0x8a/0xc0
> [  +0.000004]  [<ffffffff8109c8ba>] warn_slowpath_null+0x1a/0x20
> [  +0.000017]  [<ffffffffa033213d>] drm_atomic_check_only+0x33d/0x500 [drm]
> [  +0.000006]  [<ffffffff811bc0a6>] ? kmemdup+0x36/0x50
> [  +0.000016]  [<ffffffffa0332317>] drm_atomic_commit+0x17/0x60 [drm]
> [  +0.000011]  [<ffffffffa03f571d>]
> drm_atomic_helper_plane_set_property+0x8d/0xd0 [drm_kms_helper]
> [  +0.000014]  [<ffffffffa03208ad>] drm_mode_plane_set_obj_prop+0x2d/0x90 [drm]
> [  +0.000009]  [<ffffffffa03f750b>] restore_fbdev_mode+0x6b/0xf0
> [drm_kms_helper]
> [  +0.000009]  [<ffffffffa03f95c9>]
> drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x80 [drm_kms_helper]
> [  +0.000041]  [<ffffffffa0860b3e>] intel_fbdev_restore_mode+0x1e/0x50 [i915]
> [  +0.000034]  [<ffffffffa088795e>] i915_driver_lastclose+0xe/0x20 [i915]
> [  +0.000036]  [<ffffffffa0314d3e>] drm_lastclose+0x2e/0x150 [drm]
> [  +0.000012]  [<ffffffffa0315128>] drm_release+0x2c8/0x4b0 [drm]
> [  +0.000006]  [<ffffffff8121c66f>] __fput+0xdf/0x1f0
> [  +0.000005]  [<ffffffff8121c7ce>] ____fput+0xe/0x10
> [  +0.000004]  [<ffffffff810b9727>] task_work_run+0xb7/0xf0
> [  +0.000006]  [<ffffffff81014cdd>] do_notify_resume+0x8d/0xa0
> [  +0.000005]  [<ffffffff817815a3>] int_signal+0x12/0x17
> [  +0.000003] ---[ end trace ff7adae285a9d5a6 ]---
> [  +0.097956] ------------[ cut here ]------------
> [  +0.000036] WARNING: CPU: 0 PID: 563 at
> drivers/gpu/drm/i915/i915_gem.c:4525 i915_gem_free_object+0x2e5/0x320
> [i915]()
> [  +0.000003] WARN_ON(obj->frontbuffer_bits)
> [  +0.000002] Modules linked in:
> [  +0.000002]  i915 ip6t_rpfilter ip6t_REJECT nf_reject_ipv6
> xt_conntrack bnep iTCO_wdt iTCO_vendor_support ebtable_nat
> ebtable_broute bridge stp llc ebtable_filter ebtables ip6table_nat
> nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle
> ip6table_security ip6table_raw ip6table_filter ip6_tables iptable_nat
> nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack
> iptable_mangle iptable_security iptable_raw arc4 iwlmvm mac80211
> intel_rapl coretemp kvm_intel kvm iwlwifi btusb bluetooth i2c_algo_bit
> cfg80211 drm_kms_helper crct10dif_pclmul snd_hda_codec_hdmi
> crc32_pclmul crc32c_intel ghash_clmulni_intel snd_hda_codec_realtek
> vfat snd_hda_codec_generic snd_intel_sst_acpi fat serio_raw
> snd_intel_sst_core snd_hda_intel i2c_i801 drm
> snd_soc_sst_mfld_platform snd_hda_controller r8169 lpc_ich
> [  +0.000057]  snd_soc_rt5640 snd_hda_codec mfd_core snd_soc_rl6231
> mii mei_txe ir_lirc_codec ir_xmp_decoder ir_mce_kbd_decoder lirc_dev
> snd_soc_core ir_sharp_decoder shpchp ir_sanyo_decoder ir_sony_decoder
> ir_jvc_decoder mei ir_rc6_decoder ir_rc5_decoder ir_nec_decoder
> snd_compress snd_pcm_dmaengine snd_hwdep snd_seq snd_seq_device
> iosf_mbi rc_rc6_mce snd_pcm ite_cir snd_timer rc_core dw_dmac snd
> dw_dmac_core regmap_i2c i2c_hid i2c_designware_platform soundcore
> rfkill_gpio i2c_designware_core rfkill snd_soc_sst_acpi nfsd
> auth_rpcgss nfs_acl lockd grace sunrpc sdhci_acpi video sdhci mmc_core
> [  +0.000048] CPU: 0 PID: 563 Comm: Xorg Tainted: G        W
> 4.0.0-0.rc5.git0.1.fc23.x86_64 #1
> [  +0.000003] Hardware name:
> \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff
> \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff/DN2820FYK,
> BIOS FYBYT10H.86A.0034.2014.0513.1413 05/13/2014
> [  +0.000003]  0000000000000000 000000001fbdeb23 ffff88022358bbc8
> ffffffff8177ac09
> [  +0.000004]  0000000000000000 ffff88022358bc20 ffff88022358bc08
> ffffffff8109c78a
> [  +0.000004]  ffff880228d95570 ffff8800ac0fc040 ffff8800ac0fc000
> ffff8800ac0fc0c0
> [  +0.000005] Call Trace:
> [  +0.000009]  [<ffffffff8177ac09>] dump_stack+0x45/0x57
> [  +0.000006]  [<ffffffff8109c78a>] warn_slowpath_common+0x8a/0xc0
> [  +0.000004]  [<ffffffff8109c815>] warn_slowpath_fmt+0x55/0x70
> [  +0.000020]  [<ffffffffa080ac6d>] ? i915_vma_unbind+0x24d/0x260 [i915]
> [  +0.000018]  [<ffffffffa080c4f5>] i915_gem_free_object+0x2e5/0x320 [i915]
> [  +0.000006]  [<ffffffff813b6451>] ? list_del+0x11/0x40
> [  +0.000020]  [<ffffffffa0315417>] drm_gem_object_free+0x27/0x40 [drm]
> [  +0.000023]  [<ffffffffa0840645>]
> intel_user_framebuffer_destroy+0x75/0xa0 [i915]
> [  +0.000015]  [<ffffffffa0320a0e>] drm_framebuffer_free+0x4e/0x60 [drm]
> [  +0.000014]  [<ffffffffa0322095>] drm_framebuffer_unreference+0x35/0x70 [drm]
> [  +0.000014]  [<ffffffffa032219a>]
> drm_mode_set_config_internal+0xca/0x100 [drm]
> [  +0.000010]  [<ffffffffa03f7568>] restore_fbdev_mode+0xc8/0xf0
> [drm_kms_helper]
> [  +0.000010]  [<ffffffffa03f95c9>]
> drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x80 [drm_kms_helper]
> [  +0.000022]  [<ffffffffa0860b3e>] intel_fbdev_restore_mode+0x1e/0x50 [i915]
> [  +0.000025]  [<ffffffffa088795e>] i915_driver_lastclose+0xe/0x20 [i915]
> [  +0.000012]  [<ffffffffa0314d3e>] drm_lastclose+0x2e/0x150 [drm]
> [  +0.000011]  [<ffffffffa0315128>] drm_release+0x2c8/0x4b0 [drm]
> [  +0.000006]  [<ffffffff8121c66f>] __fput+0xdf/0x1f0
> [  +0.000004]  [<ffffffff8121c7ce>] ____fput+0xe/0x10
> [  +0.000005]  [<ffffffff810b9727>] task_work_run+0xb7/0xf0
> [  +0.000006]  [<ffffffff81014cdd>] do_notify_resume+0x8d/0xa0
> [  +0.000005]  [<ffffffff817815a3>] int_signal+0x12/0x17
> [  +0.000002] ---[ end trace ff7adae285a9d5a7 ]---
> [  +0.191566] ------------[ cut here ]------------
> [  +0.000041] WARNING: CPU: 1 PID: 563 at
> drivers/gpu/drm/drm_atomic.c:482 drm_atomic_check_only+0x33d/0x500
> [drm]()
> [  +0.000003] Modules linked in: i915 ip6t_rpfilter ip6t_REJECT
> nf_reject_ipv6 xt_conntrack bnep iTCO_wdt iTCO_vendor_support
> ebtable_nat ebtable_broute bridge stp llc ebtable_filter ebtables
> ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6
> ip6table_mangle ip6table_security ip6table_raw ip6table_filter
> ip6_tables iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4
> nf_nat nf_conntrack iptable_mangle iptable_security iptable_raw arc4
> iwlmvm mac80211 intel_rapl coretemp kvm_intel kvm iwlwifi btusb
> bluetooth i2c_algo_bit cfg80211 drm_kms_helper crct10dif_pclmul
> snd_hda_codec_hdmi crc32_pclmul crc32c_intel ghash_clmulni_intel
> snd_hda_codec_realtek vfat snd_hda_codec_generic snd_intel_sst_acpi
> fat serio_raw snd_intel_sst_core snd_hda_intel i2c_i801 drm
> snd_soc_sst_mfld_platform snd_hda_controller
> [  +0.000046]  r8169 lpc_ich snd_soc_rt5640 snd_hda_codec mfd_core
> snd_soc_rl6231 mii mei_txe ir_lirc_codec ir_xmp_decoder
> ir_mce_kbd_decoder lirc_dev snd_soc_core ir_sharp_decoder shpchp
> ir_sanyo_decoder ir_sony_decoder ir_jvc_decoder mei ir_rc6_decoder
> ir_rc5_decoder ir_nec_decoder snd_compress snd_pcm_dmaengine snd_hwdep
> snd_seq snd_seq_device iosf_mbi rc_rc6_mce snd_pcm ite_cir snd_timer
> rc_core dw_dmac snd dw_dmac_core regmap_i2c i2c_hid
> i2c_designware_platform soundcore rfkill_gpio i2c_designware_core
> rfkill snd_soc_sst_acpi nfsd auth_rpcgss nfs_acl lockd grace sunrpc
> sdhci_acpi video sdhci mmc_core
> [  +0.000051] CPU: 1 PID: 563 Comm: Xorg Tainted: G        W
> 4.0.0-0.rc5.git0.1.fc23.x86_64 #1
> [  +0.000002] Hardware name:
> \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff
> \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff/DN2820FYK,
> BIOS FYBYT10H.86A.0034.2014.0513.1413 05/13/2014
> [  +0.000003]  0000000000000000 000000001fbdeb23 ffff88022358bbb8
> ffffffff8177ac09
> [  +0.000005]  0000000000000000 0000000000000000 ffff88022358bbf8
> ffffffff8109c78a
> [  +0.000004]  ffff8800b7e13740 0000000000000040 ffff880228e6c480
> ffff88021e70ec60
> [  +0.000004] Call Trace:
> [  +0.000010]  [<ffffffff8177ac09>] dump_stack+0x45/0x57
> [  +0.000006]  [<ffffffff8109c78a>] warn_slowpath_common+0x8a/0xc0
> [  +0.000004]  [<ffffffff8109c8ba>] warn_slowpath_null+0x1a/0x20
> [  +0.000016]  [<ffffffffa033213d>] drm_atomic_check_only+0x33d/0x500 [drm]
> [  +0.000006]  [<ffffffff811bc0a6>] ? kmemdup+0x36/0x50
> [  +0.000016]  [<ffffffffa0332317>] drm_atomic_commit+0x17/0x60 [drm]
> [  +0.000011]  [<ffffffffa03f571d>]
> drm_atomic_helper_plane_set_property+0x8d/0xd0 [drm_kms_helper]
> [  +0.000014]  [<ffffffffa03208ad>] drm_mode_plane_set_obj_prop+0x2d/0x90 [drm]
> [  +0.000009]  [<ffffffffa03f750b>] restore_fbdev_mode+0x6b/0xf0
> [drm_kms_helper]
> [  +0.000009]  [<ffffffffa03f95c9>]
> drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x80 [drm_kms_helper]
> [  +0.000009]  [<ffffffffa03f9642>] drm_fb_helper_set_par+0x22/0x50
> [drm_kms_helper]
> [  +0.000008]  [<ffffffffa03f954f>]
> drm_fb_helper_hotplug_event+0x8f/0xe0 [drm_kms_helper]
> [  +0.000009]  [<ffffffffa03f95ec>]
> drm_fb_helper_restore_fbdev_mode_unlocked+0x4c/0x80 [drm_kms_helper]
> [  +0.000030]  [<ffffffffa0860b3e>] intel_fbdev_restore_mode+0x1e/0x50 [i915]
> [  +0.000026]  [<ffffffffa088795e>] i915_driver_lastclose+0xe/0x20 [i915]
> [  +0.000012]  [<ffffffffa0314d3e>] drm_lastclose+0x2e/0x150 [drm]
> [  +0.000012]  [<ffffffffa0315128>] drm_release+0x2c8/0x4b0 [drm]
> [  +0.000005]  [<ffffffff8121c66f>] __fput+0xdf/0x1f0
> [  +0.000005]  [<ffffffff8121c7ce>] ____fput+0xe/0x10
> [  +0.000004]  [<ffffffff810b9727>] task_work_run+0xb7/0xf0
> [  +0.000006]  [<ffffffff81014cdd>] do_notify_resume+0x8d/0xa0
> [  +0.000005]  [<ffffffff817815a3>] int_signal+0x12/0x17
> [  +0.000003] ---[ end trace ff7adae285a9d5a8 ]---
> [  +0.000015] general protection fault: 0000 [#1] SMP
> [  +0.000054] Modules linked in: i915 ip6t_rpfilter ip6t_REJECT
> nf_reject_ipv6 xt_conntrack bnep iTCO_wdt iTCO_vendor_support
> ebtable_nat ebtable_broute bridge stp llc ebtable_filter ebtables
> ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6
> ip6table_mangle ip6table_security ip6table_raw ip6table_filter
> ip6_tables iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4
> nf_nat nf_conntrack iptable_mangle iptable_security iptable_raw arc4
> iwlmvm mac80211 intel_rapl coretemp kvm_intel kvm iwlwifi btusb
> bluetooth i2c_algo_bit cfg80211 drm_kms_helper crct10dif_pclmul
> snd_hda_codec_hdmi crc32_pclmul crc32c_intel ghash_clmulni_intel
> snd_hda_codec_realtek vfat snd_hda_codec_generic snd_intel_sst_acpi
> fat serio_raw snd_intel_sst_core snd_hda_intel i2c_i801 drm
> snd_soc_sst_mfld_platform snd_hda_controller
> [  +0.000702]  r8169 lpc_ich snd_soc_rt5640 snd_hda_codec mfd_core
> snd_soc_rl6231 mii mei_txe ir_lirc_codec ir_xmp_decoder
> ir_mce_kbd_decoder lirc_dev snd_soc_core ir_sharp_decoder shpchp
> ir_sanyo_decoder ir_sony_decoder ir_jvc_decoder mei ir_rc6_decoder
> ir_rc5_decoder ir_nec_decoder snd_compress snd_pcm_dmaengine snd_hwdep
> snd_seq snd_seq_device iosf_mbi rc_rc6_mce snd_pcm ite_cir snd_timer
> rc_core dw_dmac snd dw_dmac_core regmap_i2c i2c_hid
> i2c_designware_platform soundcore rfkill_gpio i2c_designware_core
> rfkill snd_soc_sst_acpi nfsd auth_rpcgss nfs_acl lockd grace sunrpc
> sdhci_acpi video sdhci mmc_core
> [  +0.000532] CPU: 1 PID: 563 Comm: Xorg Tainted: G        W
> 4.0.0-0.rc5.git0.1.fc23.x86_64 #1
> [  +0.000071] Hardware name:
> \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff
> \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff/DN2820FYK,
> BIOS FYBYT10H.86A.0034.2014.0513.1413 05/13/2014
> [  +0.000109] task: ffff8800b2e2c520 ti: ffff880223588000 task.ti:
> ffff880223588000
> [  +0.000059] RIP: 0010:[<ffffffff810e37d3>]  [<ffffffff810e37d3>]
> mutex_optimistic_spin+0x53/0x1f0
> [  +0.000076] RSP: 0018:ffff88022358bae8  EFLAGS: 00010206
> [  +0.000044] RAX: 00008124f0000118 RBX: 0000000000000000 RCX: 0000000000000002
> [  +0.000056] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff880234b46528
> [  +0.000057] RBP: ffff88022358bb38 R08: 0000000000000096 R09: 000000000000041f
> [  +0.000057] R10: 0000000000000000 R11: 000000000000041f R12: 0000000000000000
> [  +0.000056] R13: ffff8800b2e2c520 R14: ffff880234b46d80 R15: ffff880234b46528
> [  +0.002152] FS:  00007fd5c325d9c0(0000) GS:ffff88023fd00000(0000)
> knlGS:0000000000000000
> [  +0.002190] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
> [  +0.002192] CR2: 00007fb821fd8b50 CR3: 0000000228d2a000 CR4: 00000000001007e0
> [  +0.002217] Stack:
> [  +0.002206]  ffff88022358bb58 ffff8800b2e2c520 0000000000000000
> 0000000000000246
> [  +0.002292]  ffff88022358bb78 ffff880234b46528 ffff880234b46528
> ffff8800b2e2c520
> [  +0.002299]  ffff880234b46d80 0000000000000000 ffff88022358bb98
> ffffffff8177f1aa
> [  +0.002310] Call Trace:
> [  +0.002262]  [<ffffffff8177f1aa>] __mutex_lock_slowpath+0x3a/0x120
> [  +0.002297]  [<ffffffff81779c67>] ? printk+0x55/0x6b
> [  +0.002312]  [<ffffffff8177f2b3>] mutex_lock+0x23/0x40
> [  +0.002308]  [<ffffffffa03209ea>] drm_framebuffer_free+0x2a/0x60 [drm]
> [  +0.002329]  [<ffffffffa0322095>] drm_framebuffer_unreference+0x35/0x70 [drm]
> [  +0.002319]  [<ffffffffa03f5bef>]
> drm_atomic_helper_plane_destroy_state+0x1f/0x30 [drm_kms_helper]
> [  +0.002366]  [<ffffffffa0863f6e>] intel_plane_destroy_state+0xe/0x10 [i915]
> [  +0.002368]  [<ffffffffa0331a2a>] drm_atomic_state_clear+0x10a/0x170 [drm]
> [  +0.002378]  [<ffffffffa0331aa6>] drm_atomic_state_free+0x16/0x60 [drm]
> [  +0.002362]  [<ffffffffa03f5743>]
> drm_atomic_helper_plane_set_property+0xb3/0xd0 [drm_kms_helper]
> [  +0.002411]  [<ffffffffa03208ad>] drm_mode_plane_set_obj_prop+0x2d/0x90 [drm]
> [  +0.002420]  [<ffffffffa03f750b>] restore_fbdev_mode+0x6b/0xf0
> [drm_kms_helper]
> [  +0.002435]  [<ffffffffa03f95c9>]
> drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x80 [drm_kms_helper]
> [  +0.002472]  [<ffffffffa03f9642>] drm_fb_helper_set_par+0x22/0x50
> [drm_kms_helper]
> [  +0.002483]  [<ffffffffa03f954f>]
> drm_fb_helper_hotplug_event+0x8f/0xe0 [drm_kms_helper]
> [  +0.002504]  [<ffffffffa03f95ec>]
> drm_fb_helper_restore_fbdev_mode_unlocked+0x4c/0x80 [drm_kms_helper]
> [  +0.002533]  [<ffffffffa0860b3e>] intel_fbdev_restore_mode+0x1e/0x50 [i915]
> [  +0.002492]  [<ffffffffa088795e>] i915_driver_lastclose+0xe/0x20 [i915]
> [  +0.002424]  [<ffffffffa0314d3e>] drm_lastclose+0x2e/0x150 [drm]
> [  +0.002366]  [<ffffffffa0315128>] drm_release+0x2c8/0x4b0 [drm]
> [  +0.002299]  [<ffffffff8121c66f>] __fput+0xdf/0x1f0
> [  +0.002241]  [<ffffffff8121c7ce>] ____fput+0xe/0x10
> [  +0.002171]  [<ffffffff810b9727>] task_work_run+0xb7/0xf0
> [  +0.002124]  [<ffffffff81014cdd>] do_notify_resume+0x8d/0xa0
> [  +0.002067]  [<ffffffff817815a3>] int_signal+0x12/0x17
> [  +0.002016] Code: 8b 04 25 08 b9 00 00 48 8b 80 38 c0 ff ff a8 08 0f
> 85 c2 00 00 00 49 89 ff 49 89 f4 89 d3 48 8b 47 18 48 85 c0 0f 84 1d
> 01 00 00 <8b> 40 28 85 c0 0f 84 a2 00 00 00 49 8d 47 20 48 89 c7 48 89
> 45
> [  +0.004217] RIP  [<ffffffff810e37d3>] mutex_optimistic_spin+0x53/0x1f0
> [  +0.001983]  RSP <ffff88022358bae8>
> [  +0.009890] ---[ end trace ff7adae285a9d5a9 ]---

  reply	other threads:[~2015-03-23 18:34 UTC|newest]

Thread overview: 458+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-20 21:49 [git pull] drm fixes Dave Airlie
2015-03-21 17:50 ` Linus Torvalds
2015-03-23 15:33 ` Josh Boyer
2015-03-23 18:34   ` Josh Boyer [this message]
2015-03-24  7:32     ` [Intel-gfx] " Daniel Vetter
2015-03-24 13:15       ` Josh Boyer
2015-03-24 13:40         ` Daniel Vetter
2015-03-24 13:57           ` Josh Boyer
2015-03-24 14:22             ` Josh Boyer
2015-03-24 14:34               ` Daniel Vetter
2015-03-24 14:46                 ` Josh Boyer
2015-03-24 16:10                   ` Josh Boyer
2015-03-24 16:48                     ` Daniel Vetter
2015-03-24 16:49                       ` Daniel Vetter
2015-03-24 16:54                         ` Josh Boyer
2015-03-25  3:49                           ` Xi Ruoyao
2015-03-25  8:54                     ` Daniel Vetter
2015-03-25 13:11                       ` Josh Boyer
2015-03-25 14:00                         ` Daniel Vetter
2015-03-25 14:56                           ` Xi Ruoyao
2015-03-25 15:12                             ` Xi Ruoyao
2015-03-25 15:19                             ` Jani Nikula
2015-03-25 15:26                           ` Takashi Iwai
2015-03-25 15:37                           ` Josh Boyer
2015-03-25 15:50                             ` Daniel Vetter
2015-03-25 15:53                               ` Josh Boyer
2015-03-25 16:42                                 ` Josh Boyer
2015-03-25 17:17                                   ` Daniel Vetter
2015-03-25 17:37                                     ` Josh Boyer
2015-03-25 19:40                                       ` Josh Boyer
2015-03-25 23:32                                         ` Xi Ruoyao
2015-03-25 23:45                                           ` Xi Ruoyao
2015-03-26  8:41                                           ` Xi Ruoyao
2015-03-26 12:06                                       ` Jani Nikula
2015-03-26 12:02                       ` Jani Nikula
2015-03-24  1:41   ` Dave Jones
2015-03-25  8:56     ` Daniel Vetter
2015-03-25 14:34       ` Dave Jones
  -- strict thread matches above, loose matches on Subject: below --
2017-09-29  7:22 Dave Airlie
2016-08-18  2:58 Dave Airlie
2016-08-18 19:58 ` Daniel Vetter
2016-08-09  5:24 Dave Airlie
2016-07-19  7:09 Dave Airlie
2016-07-15  4:34 Dave Airlie
2016-07-08  5:04 Dave Airlie
2016-06-24  3:03 Dave Airlie
2016-05-27  6:56 Dave Airlie
2016-05-13  6:21 Dave Airlie
2016-05-06  4:25 Dave Airlie
2016-04-29  5:48 Dave Airlie
2016-04-22  0:57 Dave Airlie
2016-04-22 17:16 ` Linus Torvalds
2016-04-22 17:23   ` Daniel Vetter
2016-04-22 17:30     ` Linus Torvalds
2016-04-22 17:33       ` Daniel Vetter
2016-04-15  4:34 Dave Airlie
2016-04-07  5:57 Dave Airlie
2016-04-01  4:08 Dave Airlie
2016-03-25  6:11 Dave Airlie
2016-03-10  2:53 Dave Airlie
2016-03-10 12:55 ` Daniel Vetter
2016-03-04 22:05 Dave Airlie
2016-02-26  2:20 Dave Airlie
2016-02-26  3:04 ` Linus Torvalds
2016-02-26  3:29   ` Dave Airlie
2016-02-19 22:53 Dave Airlie
2016-02-17  5:43 Dave Airlie
2016-02-06  0:50 Dave Airlie
2016-01-29  0:39 Dave Airlie
2016-01-07 20:39 Dave Airlie
2015-12-23  4:27 Dave Airlie
2015-12-17  1:18 Dave Airlie
2015-12-11  6:47 Dave Airlie
2015-12-05 21:15 Dave Airlie
2015-11-20  4:07 Dave Airlie
2015-11-13  0:10 Dave Airlie
2015-11-11  2:43 Dave Airlie
2015-10-30  5:06 Dave Airlie
2015-10-26  5:58 Dave Airlie
2015-10-22  5:56 Dave Airlie
2015-10-16  4:02 Dave Airlie
2015-10-13  1:04 Dave Airlie
2015-10-03  5:40 Dave Airlie
2015-09-24 21:04 Dave Airlie
2015-09-11 10:28 Dave Airlie
2015-08-21  9:54 Dave Airlie
2015-08-18  0:43 Dave Airlie
2015-08-14  4:33 Dave Airlie
2015-07-31  3:30 Dave Airlie
2015-07-24  5:35 Dave Airlie
2015-07-17  8:22 Dave Airlie
2015-07-10  6:41 Dave Airlie
2015-06-20  0:28 Dave Airlie
2015-06-12  0:20 Dave Airlie
2015-06-05  2:38 Dave Airlie
2015-05-29 10:36 Dave Airlie
2015-05-22  3:39 Dave Airlie
2015-05-22 21:34 ` Linus Torvalds
2015-05-22 23:20   ` Dave Airlie
2015-05-23  0:36     ` Linus Torvalds
2015-05-15  5:38 Dave Airlie
2015-05-10 20:28 Dave Airlie
2015-05-03 23:00 Dave Airlie
2015-04-08 21:02 Dave Airlie
2015-04-03  0:17 Dave Airlie
2015-03-14 21:50 Dave Airlie
2015-03-06 21:52 Dave Airlie
2015-03-13 11:36 ` Paul Bolle
2015-03-16  9:46   ` Paul Bolle
2015-03-16  9:51   ` Thierry Reding
2015-03-16 10:08     ` Paul Bolle
2015-02-27  4:42 Dave Airlie
2015-03-01  5:40 ` Linus Torvalds
2015-03-01  6:08   ` Linus Torvalds
2015-03-01  7:27     ` Linus Torvalds
2015-03-01 20:35       ` Linus Torvalds
2015-03-01 21:00         ` Linus Torvalds
2015-03-02  1:59           ` Linus Torvalds
2015-03-02  9:04             ` Daniel Vetter
2015-03-02 16:53               ` Linus Torvalds
2015-03-02  9:44     ` Paul Bolle
2015-03-02 10:26       ` Jani Nikula
2015-02-05  4:03 Dave Airlie
2015-01-27  2:06 Dave Airlie
2015-01-27 18:04 ` Linus Torvalds
2015-01-27 21:15   ` Dave Airlie
2015-01-21  0:01 Dave Airlie
2015-01-08 22:57 Dave Airlie
2014-12-24  3:18 Dave Airlie
2014-11-30 20:31 Dave Airlie
2014-11-21 20:28 Dave Airlie
2014-11-14 23:24 Dave Airlie
2014-11-02 19:41 Dave Airlie
2014-10-22  1:15 Dave Airlie
2014-09-24 21:09 Dave Airlie
2014-09-20  7:46 Dave Airlie
2014-09-12  4:25 Dave Airlie
2014-09-04  9:34 Dave Airlie
2014-08-28  2:32 Dave Airlie
2014-07-18  4:23 Dave Airlie
2014-07-05 22:13 Dave Airlie
2014-07-06  2:24 ` Ed Tomlinson
2014-07-06  8:49   ` Dave Airlie
2014-07-07 13:34     ` Daniel Vetter
2014-06-27  6:50 Dave Airlie
2014-06-19  1:03 Dave Airlie
2014-06-04  3:34 Dave Airlie
2014-05-06 23:10 Dave Airlie
2014-04-30  0:00 Dave Airlie
2014-04-22 22:03 Dave Airlie
2014-04-19  7:19 Dave Airlie
2014-04-19 19:03 ` Markus Trippelsdorf
2014-04-20  1:21   ` Alex Deucher
2014-04-20  6:24     ` Markus Trippelsdorf
2014-04-20  8:27       ` Christian König
2014-04-20  9:56         ` Markus Trippelsdorf
2014-04-20 10:04           ` Markus Trippelsdorf
2014-04-21 14:25   ` Ed Tomlinson
2014-04-21 19:08     ` Ed Tomlinson
2014-04-21 21:26       ` Ed Tomlinson
2014-04-22 15:46         ` Ed Tomlinson
2014-04-22 15:59           ` Linus Torvalds
2014-04-22 21:54             ` Dave Airlie
2014-04-23 21:36               ` Woody Suwalski
2014-04-24  8:17                 ` Christian König
2014-04-25 22:12                   ` Woody Suwalski
2014-04-23 22:04               ` Ed Tomlinson
2014-04-24  8:21                 ` Christian König
2014-03-28  2:46 Dave Airlie
2014-03-28  8:48 ` Daniel Vetter
2014-03-21  5:29 Dave Airlie
2014-03-14  3:57 Dave Airlie
2014-03-07  0:38 Dave Airlie
2014-03-02 23:11 Dave Airlie
2014-02-18 23:16 Dave Airlie
2014-02-12  6:28 Dave Airlie
2014-02-06  5:23 Dave Airlie
2014-01-08  8:13 Dave Airlie
2013-12-23  2:13 Dave Airlie
2013-12-18  0:33 Dave Airlie
2013-12-18  0:42 ` Linus Torvalds
2013-12-18  0:52   ` Dave Airlie
2013-12-09  8:33 Dave Airlie
2013-11-22  6:08 Dave Airlie
2013-10-22  7:01 Dave Airlie
2013-10-11  5:28 Dave Airlie
2013-10-11 17:54 ` Linus Torvalds
2013-09-29  3:02 Dave Airlie
2013-09-22 22:38 Dave Airlie
2013-08-29 23:08 Dave Airlie
2013-08-30 23:18 ` Linus Torvalds
2013-08-31  0:00   ` Dave Airlie
2013-08-23 10:39 Dave Airlie
2013-08-19  4:21 Dave Airlie
2013-08-09  4:53 Dave Airlie
2013-07-31  0:25 Dave Airlie
2013-07-23  4:40 Dave Airlie
2013-07-18 21:00 Dave Airlie
2013-06-12  7:38 Dave Airlie
2013-06-06  5:14 Dave Airlie
2013-06-06  5:22 ` Linus Torvalds
2013-06-06  5:25   ` Dave Airlie
2013-05-31  2:59 Dave Airlie
2013-05-28  7:07 Dave Airlie
2013-05-17  1:52 Dave Airlie
2013-05-13  2:22 Dave Airlie
2013-04-14  8:48 Dave Airlie
2013-04-02 20:58 Dave Airlie
2013-03-21  3:13 Dave Airlie
2013-03-07 22:38 Dave Airlie
2013-01-30  0:43 Dave Airlie
2013-01-21  3:49 Dave Airlie
2013-01-14  2:16 Dave Airlie
2013-01-08 23:33 Dave Airlie
2012-12-30  4:23 Dave Airlie
2012-12-30 10:09 ` Lucas Stach
2012-12-30 12:10   ` Dave Airlie
2012-11-29 10:07 Dave Airlie
     [not found] <alpine.DEB.2.00.1211220431150.14614@skynet.skynet.ie>
2012-11-22  4:50 ` Linus Torvalds
2012-11-22 10:57   ` Dave Airlie
2012-11-28 20:35     ` Linus Torvalds
2012-11-16  5:02 Dave Airlie
2012-11-03 11:35 Dave Airlie
2012-10-23  0:19 Dave Airlie
2012-10-16  6:44 Dave Airlie
2012-09-27  8:03 Dave Airlie
2012-09-14 10:24 Dave Airlie
2012-09-10  5:35 Dave Airlie
2012-08-30  5:29 Dave Airlie
2012-08-13 23:34 Dave Airlie
2012-07-03 10:49 Dave Airlie
2012-06-28 12:23 Dave Airlie
2012-06-26 13:56 Dave Airlie
2012-06-27  5:30 ` Henrik Rydberg
2012-06-23  8:43 Dave Airlie
2012-06-12 15:35 Dave Airlie
2012-06-01 16:10 Dave Airlie
2012-05-30 10:12 Dave Airlie
2012-05-07 10:33 Dave Airlie
2012-05-04 14:26 Dave Airlie
2012-04-27  8:44 Dave Airlie
2012-04-19 19:02 Dave Airlie
2012-04-12 17:43 Dave Airlie
2012-04-03 10:26 Dave Airlie
2012-03-27 13:08 Dave Airlie
2012-03-28 12:55 ` Dave Airlie
2012-03-01  9:31 Dave Airlie
2012-02-22 19:56 Dave Airlie
2012-02-23 20:19 ` Torsten Kaiser
2012-02-27 16:09   ` Jesse Barnes
     [not found]     ` <CAC7Lmnu6Wp1aVDuCkP6+UN7jVW8jCk5PcufBn1nVANJfNQzq0A@mail.gmail.com>
2012-02-27 16:45       ` Jesse Barnes
2012-02-16  9:39 Dave Airlie
2012-02-10 15:51 Dave Airlie
2012-01-30 10:03 Dave Airlie
2012-01-25 19:05 Dave Airlie
2012-01-25 23:31 ` Linus Torvalds
2012-01-26  6:21   ` Jerome Glisse
2012-01-26  7:07   ` Dave Airlie
2011-12-14 17:27 Dave Airlie
2011-12-14 17:39 ` Dave Airlie
2011-12-06 16:21 Dave Airlie
2011-12-06 16:27 ` Linus Torvalds
2011-12-06 16:36   ` Dave Airlie
2011-12-06 16:44     ` Linus Torvalds
2011-12-07  8:12       ` Dave Airlie
2011-12-02 11:07 Dave Airlie
2011-11-23  9:56 Dave Airlie
2011-11-11 14:59 Dave Airlie
2011-11-07 13:27 Dave Airlie
2011-11-07 18:00 ` Linus Torvalds
2011-11-07 18:30   ` Dave Airlie
2011-10-19  8:54 Dave Airlie
2011-10-08  7:20 Dave Airlie
2011-10-04 16:34 Dave Airlie
2011-10-04 16:58 ` Linus Torvalds
2011-10-04 17:04   ` Alex Deucher
2011-09-23 13:09 Dave Airlie
2011-09-19  9:10 Dave Airlie
2011-09-12 19:55 Dave Airlie
2011-08-30 10:02 Dave Airlie
2011-08-23 12:29 Dave Airlie
2011-08-05  9:22 [git pull " Dave Airlie
2011-08-05  9:45 ` Pekka Enberg
2011-08-05  9:48   ` Dave Airlie
2011-08-05  9:51     ` Pekka Enberg
2011-08-05 10:04       ` Dave Airlie
2011-08-05 10:07         ` Pekka Enberg
2011-08-05 17:50       ` Keith Packard
2011-07-13  6:51 [git pull] " Dave Airlie
2011-07-08  7:19 Dave Airlie
2011-06-14  3:18 Dave Airlie
2011-06-07  4:36 Dave Airlie
2011-05-11  4:08 Dave Airlie
2011-05-09  4:40 Dave Airlie
2011-05-04  0:25 Dave Airlie
2011-04-28  4:25 Dave Airlie
2011-04-13  0:43 Dave Airlie
2011-04-05  0:38 Dave Airlie
2011-04-05  1:02 ` Keith Packard
2011-04-05  1:09   ` Linus Torvalds
2011-04-05  1:47     ` Keith Packard
2011-04-05  1:02 ` Dave Airlie
2011-03-23  4:18 Dave Airlie
2011-03-23  7:23 ` Michel Dänzer
2011-03-23  8:16   ` Dave Airlie
2011-03-23  8:22     ` Michel Dänzer
2011-03-23  9:06       ` Dave Airlie
2011-03-23  9:35         ` Michel Dänzer
2011-03-23 11:40         ` Ilija Hadzic
2011-03-23 11:45           ` Michel Dänzer
2011-03-24 11:06             ` Dave Airlie
2011-03-24 11:17               ` Michel Dänzer
2011-03-24 11:31               ` Ilija Hadzic
2011-03-24 14:37                 ` Linus Torvalds
2011-03-24 15:49                   ` Ilija Hadzic
2011-03-24 19:11                     ` Corbin Simpson
2011-03-24 20:05                   ` Dave Airlie
2011-03-24 20:22                     ` Ilija Hadzic
2011-03-24 23:48                     ` Linus Torvalds
2011-03-25  0:07                       ` Dave Airlie
2011-03-25  0:17                         ` Linus Torvalds
2011-03-25  0:29                           ` Linus Torvalds
2011-03-25  0:55                           ` Jerome Glisse
2011-03-25 10:25                             ` Ben Skeggs
2011-03-25 14:01                               ` Jerome Glisse
2011-03-25 17:34                                 ` Jesse Barnes
2011-03-25 18:09                                   ` Jerome Glisse
2011-03-25  7:21                           ` Dave Airlie
2011-03-25  7:43                             ` Michel Dänzer
2011-03-25  7:51                               ` Dave Airlie
2011-03-25  8:00                                 ` Michel Dänzer
2011-03-25 14:52                                   ` Ilija Hadzic
2011-03-25 15:25                                     ` Michel Dänzer
2011-03-25 15:44                                       ` Peter Stuge
2011-03-26  6:34                                         ` Xavier Bestel
2011-03-25 15:29                                     ` Jerome Glisse
2011-03-25 12:51                             ` Kevin Winchester
2011-03-25 14:04                             ` Jerome Glisse
2011-03-25 17:46                               ` Jesse Barnes
2011-03-13  0:16 Dave Airlie
2011-03-13  0:19 ` Dave Airlie
2011-03-03  3:12 Dave Airlie
2011-02-28 21:14 Dave Airlie
2011-02-23 23:17 Dave Airlie
2011-02-23 23:58 ` Linus Torvalds
2011-02-24  0:13   ` Chris Wilson
2011-02-24  8:27     ` Alex Riesen
2011-02-24  9:18       ` Indan Zupancic
2011-02-24 19:04         ` Alex Riesen
2011-02-24 19:25           ` Alex Riesen
2011-02-24 23:29           ` Indan Zupancic
2011-02-25 10:18             ` Alex Riesen
2011-02-25 11:07               ` Indan Zupancic
2011-02-25 11:35                 ` Alex Riesen
2011-02-27 10:57                   ` Alex Riesen
2011-02-27  9:46   ` Pavel Machek
2011-02-17 22:50 Dave Airlie
2011-02-18 10:10 ` Anca Emanuel
2011-02-18 22:14   ` Rafał Miłecki
2011-02-15 23:03 Dave Airlie
2011-01-28  1:38 Dave Airlie
2011-01-17  4:16 Dave Airlie
2011-01-18 12:51 ` Anca Emanuel
2010-12-21 23:43 Dave Airlie
2010-12-22  3:19 ` Stephen Clark
2010-12-22  3:54   ` Dave Airlie
2010-12-22 16:24 ` Takashi Iwai
2010-12-22 16:59   ` Chris Wilson
2010-12-22 17:07     ` Takashi Iwai
2010-12-23  3:54     ` Linus Torvalds
2010-12-23  5:53       ` Peter Stuge
2010-12-23  6:03       ` Dave Airlie
2010-12-23  9:32       ` Alex Riesen
2010-12-23 17:48         ` Linus Torvalds
2010-12-23 16:51       ` Jesse Barnes
2010-12-09  8:07 Dave Airlie
2010-12-08  5:48 Dave Airlie
2010-12-01  3:39 Dave Airlie
2010-11-19  1:21 Dave Airlie
2010-11-19 10:02 ` Chris Wilson
2010-11-19 19:04   ` Linus Torvalds
2010-11-19 20:24     ` Dave Airlie
2010-11-11  0:24 Dave Airlie
2010-11-12 16:24 ` Linus Torvalds
2010-11-12 17:21   ` Chris Wilson
2010-11-12 17:50     ` Linus Torvalds
2010-10-28  3:33 Dave Airlie
2010-10-12 20:51 Dave Airlie
2010-10-07  0:41 Dave Airlie
2010-10-07  8:45 ` Dave Airlie
2010-10-01  5:27 Dave Airlie
2010-10-01  9:07 ` Dave Airlie
2010-10-01 11:18   ` Dave Airlie
2010-09-15  1:44 Dave Airlie
2010-09-06 22:21 Dave Airlie
2010-08-27  3:36 Dave Airlie
2010-08-23  3:33 Dave Airlie
2010-07-30  0:08 Dave Airlie
2010-07-21  0:41 Dave Airlie
2010-07-07  3:23 Dave Airlie
2010-07-07  4:24 ` Dave Airlie
2010-06-09  2:00 Dave Airlie
2010-06-09  3:16 ` Linus Torvalds
2010-06-07  3:09 Dave Airlie
2010-06-07 18:00 ` Linus Torvalds
2010-06-07 18:26   ` Al Viro
2010-06-07 18:53     ` Linus Torvalds
2010-06-07 19:08       ` Al Viro
2010-06-07 19:32       ` David Woodhouse
2010-06-07 19:40         ` Al Viro
2010-06-07 21:17         ` Linus Torvalds
2010-06-07 21:33           ` Al Viro
2010-06-07 21:38             ` Linus Torvalds
2010-06-07 21:39           ` David Woodhouse
2010-06-08  0:30             ` Al Viro
2010-06-07 20:26   ` Dave Airlie
2010-06-07 20:41     ` Dave Airlie
2010-06-07 21:03       ` Linus Torvalds
2010-06-07 20:52     ` Linus Torvalds
2010-05-26  3:02 Dave Airlie
2010-05-07  5:33 Dave Airlie
2010-04-27  6:16 Dave Airlie
2010-04-19  4:28 Dave Airlie
2010-04-19  8:57 ` Dave Airlie
2010-03-30  4:34 Dave Airlie
2010-03-30  6:43 ` Michel Dänzer
2010-03-30  6:49   ` Dave Airlie
2010-03-30  7:07 ` Dave Airlie
2010-03-30 14:24   ` Linus Torvalds
2010-03-30 15:43     ` Jerome Glisse
2010-04-01  5:36   ` Rafał Miłecki
2010-04-01  7:43     ` Dave Airlie
2010-04-01  7:45       ` Rafał Miłecki
2010-03-25  3:35 Dave Airlie
2010-03-25  6:52 ` Pekka Enberg
2010-03-25  7:44   ` Dave Airlie
2010-02-18  5:21 Dave Airlie
2010-02-15  5:09 Dave Airlie
2010-02-15  5:35 ` Dave Airlie
2010-02-05  4:15 Dave Airlie
2010-02-05  7:11 ` Rafał Miłecki
2010-02-01  2:20 Dave Airlie
2010-02-01  2:53 ` Dave Airlie
2010-01-13  6:25 Dave Airlie
2010-01-07  4:17 Dave Airlie
2009-11-24  3:10 Dave Airlie
2009-08-21  0:57 Dave Airlie
2009-08-21  9:33 ` Dave Airlie
2009-06-04  3:39 Dave Airlie
2009-06-05  5:42 ` Markus Trippelsdorf
2009-06-05  5:59   ` Dave Airlie
2009-06-05  7:53     ` Timo Jyrinki
2009-06-05 17:21     ` Linus Torvalds
2009-06-05 21:41       ` Dave Airlie
2009-05-20 23:30 Jesse Barnes
2009-05-05 23:20 Dave Airlie
2009-03-02 23:57 Dave Airlie
2009-01-16  8:49 Dave Airlie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+5PVA7MwRfEnhvwAzPqhLCx3c+88E8xnZ0NPL=7Lun5UmW8Yw@mail.gmail.com' \
    --to=jwboyer@fedoraproject.org \
    --cc=airlied@linux.ie \
    --cc=damien.lespiau@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=xry111@outlook.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).