All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Dave Jones <davej@codemonkey.org.uk>,
	Josh Boyer <jwboyer@fedoraproject.org>,
	Dave Airlie <airlied@linux.ie>,
	Damien Lespiau <damien.lespiau@intel.com>,
	Xi Ruoyao <xry111@outlook.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: Wed, 25 Mar 2015 09:56:28 +0100	[thread overview]
Message-ID: <20150325085628.GR1349@phenom.ffwll.local> (raw)
In-Reply-To: <20150324014119.GA14736@codemonkey.org.uk>

On Mon, Mar 23, 2015 at 09:41:20PM -0400, Dave Jones wrote:
> On Mon, Mar 23, 2015 at 11:33:42AM -0400, Josh Boyer wrote:
>  
>  > 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.
>  
> 
>  > [  +0.000037] WARNING: CPU: 1 PID: 1486 at include/linux/kref.h:47
>  > drm_framebuffer_reference+0x7a/0x90 [drm]()
>  ..
>  > [  +0.000037] WARNING: CPU: 0 PID: 563 at
>  > drivers/gpu/drm/drm_atomic.c:482 drm_atomic_check_only+0x33d/0x500
>  > [drm]()
> 
> I've started seeing this one too as of rc5.
> Along with..

Yeah we're freeing memory too early with these bugs. To get up to the
current debug state can you please cherry-pick

commit f55548b5af87ebfc586ca75748947f1c1b1a4a52
Author: Damien Lespiau <damien.lespiau@intel.com>
Date:   Thu Feb 5 18:30:20 2015 +0000

    drm/i915: Don't try to reference the fb in get_initial_plane_config()

and

commit fb9981aa675eb7b398849915364916fd98833cfa
Author: Damien Lespiau <damien.lespiau@intel.com>
Date:   Thu Feb 5 19:24:25 2015 +0000

    drm/i915: Fix atomic state when reusing the firmware fb

from linux-next and then check what's left?

Thanks, Daniel

> 
>  
> =============================================================================
> BUG kmalloc-192 (Tainted: G        W      ): Poison overwritten
> -----------------------------------------------------------------------------
> Disabling lock debugging due to kernel taint
> INFO: 0xffff8804277e5c78-0xffff8804277e5c78. First byte 0x6a instead of 0x6b
> INFO: Allocated in ironlake_get_initial_plane_config+0x86/0x390 [i915] age=175 cpu=5 pid=313
> 	__slab_alloc.constprop.79+0x5a9/0x670
> 	kmem_cache_alloc_trace+0x21f/0x300
> 	ironlake_get_initial_plane_config+0x86/0x390 [i915]
> 	intel_modeset_init+0x9d9/0x1a50 [i915]
> 	i915_driver_load+0xebf/0x1150 [i915]
> 	drm_dev_register+0xb5/0x110 [drm]
> 	drm_get_pci_dev+0x8d/0x200 [drm]
> 	i915_pci_probe+0x3b/0x60 [i915]
> 	pci_device_probe+0x8c/0xf0
> 	driver_probe_device+0x90/0x3e0
> 	__driver_attach+0xa3/0xb0
> 	bus_for_each_dev+0x73/0xc0
> 	driver_attach+0x1e/0x20
> 	bus_add_driver+0x188/0x260
> 	driver_register+0x64/0xf0
> 	__pci_register_driver+0x64/0x70
> INFO: Freed in intel_user_framebuffer_destroy+0x65/0xa0 [i915] age=40 cpu=0 pid=128
> 	__slab_free+0x19e/0x2c0
> 	kfree+0x2c1/0x310
> 	intel_user_framebuffer_destroy+0x65/0xa0 [i915]
> 	drm_framebuffer_free+0x50/0x60 [drm]
> 	drm_framebuffer_unreference+0x35/0x70 [drm]
> 	drm_atomic_helper_plane_destroy_state+0x1f/0x30 [drm_kms_helper]
> 	intel_plane_destroy_state+0xe/0x10 [i915]
> 	drm_plane_helper_commit+0xb2/0x2e0 [drm_kms_helper]
> 	drm_plane_helper_update+0x9a/0xf0 [drm_kms_helper]
> 	__intel_set_mode+0x8b5/0xb70 [i915]
> 	intel_crtc_set_config+0xc4b/0x1030 [i915]
> 	drm_mode_set_config_internal+0x69/0x120 [drm]
> 	restore_fbdev_mode+0xc8/0xf0 [drm_kms_helper]
> 	drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x80 [drm_kms_helper]
> 	drm_fb_helper_set_par+0x22/0x50 [drm_kms_helper]
> 	intel_fbdev_set_par+0x1a/0x60 [i915]
> INFO: Slab 0xffffea00109df900 objects=31 used=31 fp=0x          (null) flags=0x8000000000004080
> INFO: Object 0xffff8804277e5c70 @offset=7280 fp=0xffff8804277e6288
> Bytes b4 ffff8804277e5c60: 54 7a fb ff 00 00 00 00 5a 5a 5a 5a 5a 5a 5a 5a  Tz......ZZZZZZZZ
> Object ffff8804277e5c70: 6b 6b 6b 6b 6b 6b 6b 6b 6a 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkjkkkkkkk
> Object ffff8804277e5c80: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5c90: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5ca0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5cb0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5cc0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5cd0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5ce0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5cf0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5d00: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5d10: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5d20: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  kkkkkkkkkkkkkkk.
> Redzone ffff8804277e5d30: bb bb bb bb bb bb bb bb                          ........
> Padding ffff8804277e5e70: 5a 5a 5a 5a 5a 5a 5a 5a                          ZZZZZZZZ
> CPU: 4 PID: 128 Comm: kworker/u16:4 Tainted: G    B   W       4.0.0-rc5-backupdebug+ #1
> Workqueue: events_unbound async_run_entry_fn
>  ffff8804277e5c70 000000002ebc2945 ffff8800b780f578 ffffffff90780cc3
>  0000000000000000 ffff88042b804900 ffff8800b780f5b8 ffffffff901e76cc
>  0000000000000008 ffff880400000001 ffff8804277e5c79 ffff88042b804900
> Call Trace:
>  [<ffffffff90780cc3>] dump_stack+0x4c/0x65
>  [<ffffffff901e76cc>] print_trailer+0x14c/0x200
>  [<ffffffff901e784f>] check_bytes_and_report+0xcf/0x110
>  [<ffffffff901e8717>] check_object+0x1d7/0x250
>  [<ffffffffc0335cac>] ? intel_plane_duplicate_state+0x2c/0xa0 [i915]
>  [<ffffffff901e8c14>] alloc_debug_processing+0xa4/0x1a0
>  [<ffffffff901eb5c9>] __slab_alloc.constprop.79+0x5a9/0x670
>  [<ffffffffc0335cac>] ? intel_plane_duplicate_state+0x2c/0xa0 [i915]
>  [<ffffffffc0335cac>] ? intel_plane_duplicate_state+0x2c/0xa0 [i915]
>  [<ffffffff901edc0e>] __kmalloc_track_caller+0x2ee/0x380
>  [<ffffffff901b2e40>] kmemdup+0x20/0x50
>  [<ffffffffc0335cac>] intel_plane_duplicate_state+0x2c/0xa0 [i915]
>  [<ffffffffc0239be8>] drm_atomic_get_plane_state+0x78/0xf0 [drm]
>  [<ffffffffc028d428>] drm_atomic_helper_plane_set_property+0x68/0xd0 [drm_kms_helper]
>  [<ffffffffc022824d>] drm_mode_plane_set_obj_prop+0x2d/0x90 [drm]
>  [<ffffffffc028ee4b>] restore_fbdev_mode+0x6b/0xf0 [drm_kms_helper]
>  [<ffffffffc0290f09>] drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x80 [drm_kms_helper]
>  [<ffffffffc0290f82>] drm_fb_helper_set_par+0x22/0x50 [drm_kms_helper]
>  [<ffffffffc0290e91>] drm_fb_helper_hotplug_event+0x91/0xe0 [drm_kms_helper]
>  [<ffffffffc0290f2c>] drm_fb_helper_restore_fbdev_mode_unlocked+0x4c/0x80 [drm_kms_helper]
>  [<ffffffffc0290f82>] drm_fb_helper_set_par+0x22/0x50 [drm_kms_helper]
>  [<ffffffffc03313ba>] intel_fbdev_set_par+0x1a/0x60 [i915]
>  [<ffffffff9047e488>] fbcon_init+0x588/0x610
>  [<ffffffff90500f4c>] visual_init+0xbc/0x120
>  [<ffffffff9050376e>] do_bind_con_driver+0x17e/0x3b0
>  [<ffffffff90503ef4>] do_take_over_console+0xb4/0x1e0
>  [<ffffffff90479283>] do_fbcon_takeover+0x63/0xd0
>  [<ffffffff9047efbd>] fbcon_event_notify+0x6cd/0x7d0
>  [<ffffffff9009d0e2>] notifier_call_chain+0x62/0x100
>  [<ffffffff9009d391>] __blocking_notifier_call_chain+0x51/0x70
>  [<ffffffff9009d3c6>] blocking_notifier_call_chain+0x16/0x20
>  [<ffffffff90484f1b>] fb_notifier_call_chain+0x1b/0x20
>  [<ffffffff90487267>] register_framebuffer+0x207/0x340
>  [<ffffffffc0291214>] drm_fb_helper_initial_config+0x264/0x3c0 [drm_kms_helper]
>  [<ffffffffc03326db>] intel_fbdev_initial_config+0x1b/0x20 [i915]
>  [<ffffffff9009f69a>] async_run_entry_fn+0x4a/0x150
>  [<ffffffff90095819>] process_one_work+0x209/0x810
>  [<ffffffff90095780>] ? process_one_work+0x170/0x810
>  [<ffffffff90095e8b>] worker_thread+0x6b/0x490
>  [<ffffffff90095e20>] ? process_one_work+0x810/0x810
>  [<ffffffff9009ba79>] kthread+0x119/0x130
>  [<ffffffff9009b960>] ? kthread_create_on_node+0x240/0x240
>  [<ffffffff90789888>] ret_from_fork+0x58/0x90
>  [<ffffffff9009b960>] ? kthread_create_on_node+0x240/0x240
> FIX kmalloc-192: Restoring 0xffff8804277e5c78-0xffff8804277e5c78=0x6b
> FIX kmalloc-192: Marking all objects used
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

WARNING: multiple messages have this Message-ID (diff)
From: Daniel Vetter <daniel@ffwll.ch>
To: Dave Jones <davej@codemonkey.org.uk>,
	Josh Boyer <jwboyer@fedoraproject.org>,
	Dave Airlie <airlied@linux.ie>,
	Damien Lespiau <damien.lespiau@intel.com>,
	Xi Ruoyao <xry111@outlook.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: Wed, 25 Mar 2015 09:56:28 +0100	[thread overview]
Message-ID: <20150325085628.GR1349@phenom.ffwll.local> (raw)
In-Reply-To: <20150324014119.GA14736@codemonkey.org.uk>

On Mon, Mar 23, 2015 at 09:41:20PM -0400, Dave Jones wrote:
> On Mon, Mar 23, 2015 at 11:33:42AM -0400, Josh Boyer wrote:
>  
>  > 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.
>  
> 
>  > [  +0.000037] WARNING: CPU: 1 PID: 1486 at include/linux/kref.h:47
>  > drm_framebuffer_reference+0x7a/0x90 [drm]()
>  ..
>  > [  +0.000037] WARNING: CPU: 0 PID: 563 at
>  > drivers/gpu/drm/drm_atomic.c:482 drm_atomic_check_only+0x33d/0x500
>  > [drm]()
> 
> I've started seeing this one too as of rc5.
> Along with..

Yeah we're freeing memory too early with these bugs. To get up to the
current debug state can you please cherry-pick

commit f55548b5af87ebfc586ca75748947f1c1b1a4a52
Author: Damien Lespiau <damien.lespiau@intel.com>
Date:   Thu Feb 5 18:30:20 2015 +0000

    drm/i915: Don't try to reference the fb in get_initial_plane_config()

and

commit fb9981aa675eb7b398849915364916fd98833cfa
Author: Damien Lespiau <damien.lespiau@intel.com>
Date:   Thu Feb 5 19:24:25 2015 +0000

    drm/i915: Fix atomic state when reusing the firmware fb

from linux-next and then check what's left?

Thanks, Daniel

> 
>  
> =============================================================================
> BUG kmalloc-192 (Tainted: G        W      ): Poison overwritten
> -----------------------------------------------------------------------------
> Disabling lock debugging due to kernel taint
> INFO: 0xffff8804277e5c78-0xffff8804277e5c78. First byte 0x6a instead of 0x6b
> INFO: Allocated in ironlake_get_initial_plane_config+0x86/0x390 [i915] age=175 cpu=5 pid=313
> 	__slab_alloc.constprop.79+0x5a9/0x670
> 	kmem_cache_alloc_trace+0x21f/0x300
> 	ironlake_get_initial_plane_config+0x86/0x390 [i915]
> 	intel_modeset_init+0x9d9/0x1a50 [i915]
> 	i915_driver_load+0xebf/0x1150 [i915]
> 	drm_dev_register+0xb5/0x110 [drm]
> 	drm_get_pci_dev+0x8d/0x200 [drm]
> 	i915_pci_probe+0x3b/0x60 [i915]
> 	pci_device_probe+0x8c/0xf0
> 	driver_probe_device+0x90/0x3e0
> 	__driver_attach+0xa3/0xb0
> 	bus_for_each_dev+0x73/0xc0
> 	driver_attach+0x1e/0x20
> 	bus_add_driver+0x188/0x260
> 	driver_register+0x64/0xf0
> 	__pci_register_driver+0x64/0x70
> INFO: Freed in intel_user_framebuffer_destroy+0x65/0xa0 [i915] age=40 cpu=0 pid=128
> 	__slab_free+0x19e/0x2c0
> 	kfree+0x2c1/0x310
> 	intel_user_framebuffer_destroy+0x65/0xa0 [i915]
> 	drm_framebuffer_free+0x50/0x60 [drm]
> 	drm_framebuffer_unreference+0x35/0x70 [drm]
> 	drm_atomic_helper_plane_destroy_state+0x1f/0x30 [drm_kms_helper]
> 	intel_plane_destroy_state+0xe/0x10 [i915]
> 	drm_plane_helper_commit+0xb2/0x2e0 [drm_kms_helper]
> 	drm_plane_helper_update+0x9a/0xf0 [drm_kms_helper]
> 	__intel_set_mode+0x8b5/0xb70 [i915]
> 	intel_crtc_set_config+0xc4b/0x1030 [i915]
> 	drm_mode_set_config_internal+0x69/0x120 [drm]
> 	restore_fbdev_mode+0xc8/0xf0 [drm_kms_helper]
> 	drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x80 [drm_kms_helper]
> 	drm_fb_helper_set_par+0x22/0x50 [drm_kms_helper]
> 	intel_fbdev_set_par+0x1a/0x60 [i915]
> INFO: Slab 0xffffea00109df900 objects=31 used=31 fp=0x          (null) flags=0x8000000000004080
> INFO: Object 0xffff8804277e5c70 @offset=7280 fp=0xffff8804277e6288
> Bytes b4 ffff8804277e5c60: 54 7a fb ff 00 00 00 00 5a 5a 5a 5a 5a 5a 5a 5a  Tz......ZZZZZZZZ
> Object ffff8804277e5c70: 6b 6b 6b 6b 6b 6b 6b 6b 6a 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkjkkkkkkk
> Object ffff8804277e5c80: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5c90: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5ca0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5cb0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5cc0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5cd0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5ce0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5cf0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5d00: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5d10: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b  kkkkkkkkkkkkkkkk
> Object ffff8804277e5d20: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5  kkkkkkkkkkkkkkk.
> Redzone ffff8804277e5d30: bb bb bb bb bb bb bb bb                          ........
> Padding ffff8804277e5e70: 5a 5a 5a 5a 5a 5a 5a 5a                          ZZZZZZZZ
> CPU: 4 PID: 128 Comm: kworker/u16:4 Tainted: G    B   W       4.0.0-rc5-backupdebug+ #1
> Workqueue: events_unbound async_run_entry_fn
>  ffff8804277e5c70 000000002ebc2945 ffff8800b780f578 ffffffff90780cc3
>  0000000000000000 ffff88042b804900 ffff8800b780f5b8 ffffffff901e76cc
>  0000000000000008 ffff880400000001 ffff8804277e5c79 ffff88042b804900
> Call Trace:
>  [<ffffffff90780cc3>] dump_stack+0x4c/0x65
>  [<ffffffff901e76cc>] print_trailer+0x14c/0x200
>  [<ffffffff901e784f>] check_bytes_and_report+0xcf/0x110
>  [<ffffffff901e8717>] check_object+0x1d7/0x250
>  [<ffffffffc0335cac>] ? intel_plane_duplicate_state+0x2c/0xa0 [i915]
>  [<ffffffff901e8c14>] alloc_debug_processing+0xa4/0x1a0
>  [<ffffffff901eb5c9>] __slab_alloc.constprop.79+0x5a9/0x670
>  [<ffffffffc0335cac>] ? intel_plane_duplicate_state+0x2c/0xa0 [i915]
>  [<ffffffffc0335cac>] ? intel_plane_duplicate_state+0x2c/0xa0 [i915]
>  [<ffffffff901edc0e>] __kmalloc_track_caller+0x2ee/0x380
>  [<ffffffff901b2e40>] kmemdup+0x20/0x50
>  [<ffffffffc0335cac>] intel_plane_duplicate_state+0x2c/0xa0 [i915]
>  [<ffffffffc0239be8>] drm_atomic_get_plane_state+0x78/0xf0 [drm]
>  [<ffffffffc028d428>] drm_atomic_helper_plane_set_property+0x68/0xd0 [drm_kms_helper]
>  [<ffffffffc022824d>] drm_mode_plane_set_obj_prop+0x2d/0x90 [drm]
>  [<ffffffffc028ee4b>] restore_fbdev_mode+0x6b/0xf0 [drm_kms_helper]
>  [<ffffffffc0290f09>] drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x80 [drm_kms_helper]
>  [<ffffffffc0290f82>] drm_fb_helper_set_par+0x22/0x50 [drm_kms_helper]
>  [<ffffffffc0290e91>] drm_fb_helper_hotplug_event+0x91/0xe0 [drm_kms_helper]
>  [<ffffffffc0290f2c>] drm_fb_helper_restore_fbdev_mode_unlocked+0x4c/0x80 [drm_kms_helper]
>  [<ffffffffc0290f82>] drm_fb_helper_set_par+0x22/0x50 [drm_kms_helper]
>  [<ffffffffc03313ba>] intel_fbdev_set_par+0x1a/0x60 [i915]
>  [<ffffffff9047e488>] fbcon_init+0x588/0x610
>  [<ffffffff90500f4c>] visual_init+0xbc/0x120
>  [<ffffffff9050376e>] do_bind_con_driver+0x17e/0x3b0
>  [<ffffffff90503ef4>] do_take_over_console+0xb4/0x1e0
>  [<ffffffff90479283>] do_fbcon_takeover+0x63/0xd0
>  [<ffffffff9047efbd>] fbcon_event_notify+0x6cd/0x7d0
>  [<ffffffff9009d0e2>] notifier_call_chain+0x62/0x100
>  [<ffffffff9009d391>] __blocking_notifier_call_chain+0x51/0x70
>  [<ffffffff9009d3c6>] blocking_notifier_call_chain+0x16/0x20
>  [<ffffffff90484f1b>] fb_notifier_call_chain+0x1b/0x20
>  [<ffffffff90487267>] register_framebuffer+0x207/0x340
>  [<ffffffffc0291214>] drm_fb_helper_initial_config+0x264/0x3c0 [drm_kms_helper]
>  [<ffffffffc03326db>] intel_fbdev_initial_config+0x1b/0x20 [i915]
>  [<ffffffff9009f69a>] async_run_entry_fn+0x4a/0x150
>  [<ffffffff90095819>] process_one_work+0x209/0x810
>  [<ffffffff90095780>] ? process_one_work+0x170/0x810
>  [<ffffffff90095e8b>] worker_thread+0x6b/0x490
>  [<ffffffff90095e20>] ? process_one_work+0x810/0x810
>  [<ffffffff9009ba79>] kthread+0x119/0x130
>  [<ffffffff9009b960>] ? kthread_create_on_node+0x240/0x240
>  [<ffffffff90789888>] ret_from_fork+0x58/0x90
>  [<ffffffff9009b960>] ? kthread_create_on_node+0x240/0x240
> FIX kmalloc-192: Restoring 0xffff8804277e5c78-0xffff8804277e5c78=0x6b
> FIX kmalloc-192: Marking all objects used
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2015-03-25  8:54 UTC|newest]

Thread overview: 709+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-20 21:49 [git pull] drm fixes Dave Airlie
2015-03-20 21:49 ` Dave Airlie
2015-03-21 17:50 ` Linus Torvalds
2015-03-23 15:33 ` Josh Boyer
2015-03-23 15:33   ` Josh Boyer
2015-03-23 18:34   ` Josh Boyer
2015-03-23 18:34     ` Josh Boyer
2015-03-24  7:32     ` [Intel-gfx] " Daniel Vetter
2015-03-24  7:32       ` Daniel Vetter
2015-03-24 13:15       ` [Intel-gfx] " Josh Boyer
2015-03-24 13:15         ` Josh Boyer
2015-03-24 13:40         ` [Intel-gfx] " Daniel Vetter
2015-03-24 13:40           ` Daniel Vetter
2015-03-24 13:57           ` Josh Boyer
2015-03-24 13:57             ` Josh Boyer
2015-03-24 14:22             ` [Intel-gfx] " Josh Boyer
2015-03-24 14:22               ` Josh Boyer
2015-03-24 14:34               ` [Intel-gfx] " Daniel Vetter
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:10                     ` Josh Boyer
2015-03-24 16:48                     ` [Intel-gfx] " Daniel Vetter
2015-03-24 16:48                       ` Daniel Vetter
2015-03-24 16:49                       ` [Intel-gfx] " Daniel Vetter
2015-03-24 16:54                         ` Josh Boyer
2015-03-25  3:49                           ` Xi Ruoyao
2015-03-25  3:49                             ` Xi Ruoyao
2015-03-25  8:54                     ` [Intel-gfx] " Daniel Vetter
2015-03-25  8:54                       ` Daniel Vetter
2015-03-25 13:11                       ` [Intel-gfx] " Josh Boyer
2015-03-25 14:00                         ` Daniel Vetter
2015-03-25 14:00                           ` Daniel Vetter
2015-03-25 14:56                           ` [Intel-gfx] " Xi Ruoyao
2015-03-25 14:56                             ` Xi Ruoyao
2015-03-25 15:12                             ` [Intel-gfx] " Xi Ruoyao
2015-03-25 15:12                               ` Xi Ruoyao
2015-03-25 15:19                             ` [Intel-gfx] " Jani Nikula
2015-03-25 15:19                               ` Jani Nikula
2015-03-25 15:26                           ` Takashi Iwai
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:50                               ` Daniel Vetter
2015-03-25 15:53                               ` Josh Boyer
2015-03-25 15:53                                 ` Josh Boyer
2015-03-25 16:42                                 ` [Intel-gfx] " Josh Boyer
2015-03-25 16:42                                   ` Josh Boyer
2015-03-25 17:17                                   ` [Intel-gfx] " Daniel Vetter
2015-03-25 17:17                                     ` Daniel Vetter
2015-03-25 17:37                                     ` [Intel-gfx] " Josh Boyer
2015-03-25 17:37                                       ` Josh Boyer
2015-03-25 19:40                                       ` [Intel-gfx] " Josh Boyer
2015-03-25 19:40                                         ` Josh Boyer
2015-03-25 23:32                                         ` [Intel-gfx] " Xi Ruoyao
2015-03-25 23:32                                           ` Xi Ruoyao
2015-03-25 23:45                                           ` [Intel-gfx] " Xi Ruoyao
2015-03-26  8:41                                           ` Xi Ruoyao
2015-03-26  8:41                                             ` Xi Ruoyao
2015-03-26 12:06                                       ` [Intel-gfx] " Jani Nikula
2015-03-26 12:06                                         ` Jani Nikula
2015-03-26 12:02                       ` Jani Nikula
2015-03-26 12:02                         ` Jani Nikula
2015-03-24  1:41   ` Dave Jones
2015-03-25  8:56     ` Daniel Vetter [this message]
2015-03-25  8:56       ` Daniel Vetter
2015-03-25 14:34       ` Dave Jones
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  2:58 ` Dave Airlie
2016-08-18 19:58 ` Daniel Vetter
2016-08-18 19:58   ` Daniel Vetter
2016-08-09  5:24 Dave Airlie
2016-08-09  5:24 ` Dave Airlie
2016-07-19  7:09 Dave Airlie
2016-07-19  7:09 ` Dave Airlie
2016-07-15  4:34 Dave Airlie
2016-07-15  4:34 ` Dave Airlie
2016-07-08  5:04 Dave Airlie
2016-07-08  5:04 ` Dave Airlie
2016-06-24  3:03 Dave Airlie
2016-06-24  3:03 ` Dave Airlie
2016-05-27  6:56 Dave Airlie
2016-05-27  6:56 ` Dave Airlie
2016-05-13  6:21 Dave Airlie
2016-05-13  6:21 ` Dave Airlie
2016-05-06  4:25 Dave Airlie
2016-05-06  4:25 ` Dave Airlie
2016-04-29  5:48 Dave Airlie
2016-04-29  5:48 ` Dave Airlie
2016-04-22  0:57 Dave Airlie
2016-04-22  0:57 ` Dave Airlie
2016-04-22 17:16 ` Linus Torvalds
2016-04-22 17:16   ` Linus Torvalds
2016-04-22 17:23   ` Daniel Vetter
2016-04-22 17:23     ` Daniel Vetter
2016-04-22 17:30     ` Linus Torvalds
2016-04-22 17:33       ` Daniel Vetter
2016-04-22 17:33         ` Daniel Vetter
2016-04-15  4:34 Dave Airlie
2016-04-15  4:34 ` Dave Airlie
2016-04-07  5:57 Dave Airlie
2016-04-07  5:57 ` Dave Airlie
2016-04-01  4:08 Dave Airlie
2016-04-01  4:08 ` Dave Airlie
2016-03-25  6:11 Dave Airlie
2016-03-25  6:11 ` Dave Airlie
2016-03-10  2:53 Dave Airlie
2016-03-10  2:53 ` Dave Airlie
2016-03-10 12:55 ` Daniel Vetter
2016-03-10 12:55   ` Daniel Vetter
2016-03-04 22:05 Dave Airlie
2016-03-04 22:05 ` Dave Airlie
2016-02-26  2:20 Dave Airlie
2016-02-26  2:20 ` Dave Airlie
2016-02-26  3:04 ` Linus Torvalds
2016-02-26  3:04   ` Linus Torvalds
2016-02-26  3:29   ` Dave Airlie
2016-02-26  3:29     ` Dave Airlie
2016-02-19 22:53 Dave Airlie
2016-02-19 22:53 ` Dave Airlie
2016-02-17  5:43 Dave Airlie
2016-02-17  5:43 ` Dave Airlie
2016-02-06  0:50 Dave Airlie
2016-02-06  0:50 ` Dave Airlie
2016-01-29  0:39 Dave Airlie
2016-01-29  0:39 ` Dave Airlie
2016-01-07 20:39 Dave Airlie
2016-01-07 20:39 ` Dave Airlie
2015-12-23  4:27 Dave Airlie
2015-12-23  4:27 ` Dave Airlie
2015-12-17  1:18 Dave Airlie
2015-12-17  1:18 ` Dave Airlie
2015-12-11  6:47 Dave Airlie
2015-12-11  6:47 ` Dave Airlie
2015-12-05 21:15 Dave Airlie
2015-12-05 21:15 ` Dave Airlie
2015-11-20  4:07 Dave Airlie
2015-11-20  4:07 ` Dave Airlie
2015-11-27 19:05 ` Linus Torvalds
2015-11-27 19:36   ` Dave Airlie
2015-11-30  7:33     ` Daniel Vetter
2015-11-30 19:14       ` Linus Torvalds
2015-11-13  0:10 Dave Airlie
2015-11-13  0:10 ` Dave Airlie
2015-11-11  2:43 Dave Airlie
2015-11-11  2:43 ` Dave Airlie
2015-10-30  5:06 Dave Airlie
2015-10-30  5:06 ` Dave Airlie
2015-10-26  5:58 Dave Airlie
2015-10-26  5:58 ` Dave Airlie
2015-10-22  5:56 Dave Airlie
2015-10-22  5:56 ` Dave Airlie
2015-10-16  4:02 Dave Airlie
2015-10-16  4:02 ` Dave Airlie
2015-10-13  1:04 Dave Airlie
2015-10-13  1:04 ` Dave Airlie
2015-10-03  5:40 Dave Airlie
2015-10-03  5:40 ` Dave Airlie
2015-09-24 21:04 Dave Airlie
2015-09-24 21:04 ` Dave Airlie
2015-09-11 10:28 Dave Airlie
2015-09-11 10:28 ` Dave Airlie
2015-08-21  9:54 Dave Airlie
2015-08-21  9:54 ` Dave Airlie
2015-08-18  0:43 Dave Airlie
2015-08-18  0:43 ` Dave Airlie
2015-08-14  4:33 Dave Airlie
2015-08-14  4:33 ` Dave Airlie
2015-07-31  3:30 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-17  8:22 ` Dave Airlie
2015-07-10  6:41 Dave Airlie
2015-07-10  6:41 ` Dave Airlie
2015-06-20  0:28 Dave Airlie
2015-06-20  0:28 ` Dave Airlie
2015-06-12  0:20 Dave Airlie
2015-06-12  0:20 ` Dave Airlie
2015-06-05  2:38 Dave Airlie
2015-06-05  2:38 ` Dave Airlie
2015-05-29 10:36 Dave Airlie
2015-05-29 10:36 ` Dave Airlie
2015-05-22  3:39 Dave Airlie
2015-05-22  3:39 ` Dave Airlie
2015-05-22 21:34 ` Linus Torvalds
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-15  5:38 ` Dave Airlie
2015-05-10 20:28 Dave Airlie
2015-05-10 20:28 ` Dave Airlie
2015-05-03 23:00 Dave Airlie
2015-05-03 23:00 ` Dave Airlie
2015-04-08 21:02 Dave Airlie
2015-04-08 21:02 ` Dave Airlie
2015-04-03  0:17 Dave Airlie
2015-04-03  0:17 ` Dave Airlie
2015-03-14 21:50 Dave Airlie
2015-03-14 21:50 ` Dave Airlie
2015-03-06 21:52 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:46     ` Paul Bolle
2015-03-16  9:51   ` Thierry Reding
2015-03-16  9:51     ` Thierry Reding
2015-03-16 10:08     ` Paul Bolle
2015-03-16 10:08       ` Paul Bolle
2015-02-27  4:42 Dave Airlie
2015-02-27  4:42 ` Dave Airlie
2015-03-01  5:40 ` Linus Torvalds
2015-03-01  5:40   ` Linus Torvalds
2015-03-01  6:08   ` Linus Torvalds
2015-03-01  6:08     ` Linus Torvalds
2015-03-01  7:27     ` Linus Torvalds
2015-03-01  7:27       ` Linus Torvalds
2015-03-01 20:35       ` Linus Torvalds
2015-03-01 20:35         ` Linus Torvalds
2015-03-01 21:00         ` 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  9:04               ` Daniel Vetter
2015-03-02 16:53               ` Linus Torvalds
2015-03-02 16:53                 ` Linus Torvalds
2015-03-02  9:44     ` Paul Bolle
2015-03-02  9:44       ` Paul Bolle
2015-03-02 10:26       ` Jani Nikula
2015-03-02 10:26         ` Jani Nikula
2015-03-02 10:33       ` Daniel Vetter
2015-02-05  4:03 Dave Airlie
2015-02-05  4:03 ` Dave Airlie
2015-01-27  2:06 Dave Airlie
2015-01-27  2:06 ` Dave Airlie
2015-01-27 18:04 ` Linus Torvalds
2015-01-27 18:04   ` Linus Torvalds
2015-01-27 21:15   ` Dave Airlie
2015-01-21  0:01 Dave Airlie
2015-01-21  0:01 ` Dave Airlie
2015-01-08 22:57 Dave Airlie
2015-01-08 22:57 ` Dave Airlie
2014-12-24  3:18 Dave Airlie
2014-12-24  3:18 ` Dave Airlie
2014-11-30 20:31 Dave Airlie
2014-11-30 20:31 ` Dave Airlie
2014-11-21 20:28 Dave Airlie
2014-11-21 20:28 ` Dave Airlie
2014-11-14 23:24 Dave Airlie
2014-11-14 23:24 ` Dave Airlie
2014-11-02 19:41 Dave Airlie
2014-11-02 19:41 ` Dave Airlie
2014-10-22  1:15 Dave Airlie
2014-10-22  1:15 ` Dave Airlie
2014-09-24 21:09 Dave Airlie
2014-09-24 21:09 ` Dave Airlie
2014-09-20  7:46 Dave Airlie
2014-09-20  7:46 ` Dave Airlie
2014-09-12  4:25 Dave Airlie
2014-09-12  4:25 ` Dave Airlie
2014-09-04  9:34 Dave Airlie
2014-08-28  2:32 Dave Airlie
2014-08-28  2:32 ` Dave Airlie
2014-07-18  4:23 Dave Airlie
2014-07-18  4:23 ` Dave Airlie
2014-07-05 22:13 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-06  8:49     ` Dave Airlie
2014-07-07 13:34     ` Daniel Vetter
2014-06-27  6:50 Dave Airlie
2014-06-27  6:50 ` Dave Airlie
2014-06-19  1:03 Dave Airlie
2014-06-19  1:03 ` Dave Airlie
2014-06-04  3:34 Dave Airlie
2014-06-04  3:34 ` Dave Airlie
2014-05-06 23:10 Dave Airlie
2014-05-06 23:10 ` Dave Airlie
2014-04-30  0:00 Dave Airlie
2014-04-30  0:00 ` Dave Airlie
2014-04-22 22:03 Dave Airlie
2014-04-22 22:03 ` Dave Airlie
2014-04-19  7:19 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  1:21     ` Alex Deucher
2014-04-20  6:24     ` Markus Trippelsdorf
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  9:56           ` Markus Trippelsdorf
2014-04-20 10:04           ` Markus Trippelsdorf
2014-04-20 15:23             ` Christian König
2014-04-20 15:28               ` 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 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  2:46 ` Dave Airlie
2014-03-28  8:48 ` Daniel Vetter
2014-03-21  5:29 Dave Airlie
2014-03-21  5:29 ` Dave Airlie
2014-03-14  3:57 Dave Airlie
2014-03-14  3:57 ` Dave Airlie
2014-03-07  0:38 Dave Airlie
2014-03-02 23:11 Dave Airlie
2014-03-02 23:11 ` Dave Airlie
2014-02-18 23:16 Dave Airlie
2014-02-18 23:16 ` Dave Airlie
2014-02-12  6:28 Dave Airlie
2014-02-12  6:28 ` Dave Airlie
2014-02-06  5:23 Dave Airlie
2014-02-06  5:23 ` Dave Airlie
2014-01-08  8:13 Dave Airlie
2014-01-08  8:13 ` Dave Airlie
2013-12-23  2:13 Dave Airlie
2013-12-23  2:13 ` Dave Airlie
2013-12-18  0:33 Dave Airlie
2013-12-18  0:33 ` Dave Airlie
2013-12-18  0:42 ` Linus Torvalds
2013-12-18  0:42   ` Linus Torvalds
2013-12-18  0:52   ` Dave Airlie
2013-12-18  0:52     ` Dave Airlie
2013-12-09  8:33 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-31 23:02 ` Linus Torvalds
2013-09-01 20:10   ` Linus Torvalds
2013-09-02  6:54   ` Daniel Vetter
2013-09-02 16:53     ` Linus Torvalds
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-14  8:48 ` Dave Airlie
2013-04-02 20:58 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-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-12-30 12:10     ` Dave Airlie
2012-11-29 10:07 Dave Airlie
2012-11-22  4:34 Dave Airlie
2012-11-22  4:50 ` Linus Torvalds
2012-11-22 10:57   ` Dave Airlie
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-27  8:03 ` Dave Airlie
2012-09-14 10:24 Dave Airlie
2012-09-10  5:35 Dave Airlie
2012-09-10  5:35 ` Dave Airlie
2012-08-30  5:29 Dave Airlie
2012-08-13 23:34 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-06-01 16:10 ` Dave Airlie
2012-05-30 10:12 Dave Airlie
2012-05-07 10:33 Dave Airlie
2012-05-07 10:33 ` Dave Airlie
2012-05-04 14:26 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-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
2012-02-27 16:33     ` Eugeni Dodonov
2012-02-27 16:45       ` Jesse Barnes
2012-02-16  9:39 Dave Airlie
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 19:05 ` Dave Airlie
2012-01-25 23:31 ` Linus Torvalds
2012-01-26  6:21   ` Jerome Glisse
2012-01-26  6:21     ` Jerome Glisse
2012-01-26  7:07   ` Dave Airlie
2012-01-26  7:07     ` Dave Airlie
2011-12-14 17:27 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-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-08  7:20 ` Dave Airlie
2011-10-04 16:34 Dave Airlie
2011-10-04 16:58 ` Linus Torvalds
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-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:22 ` Dave Airlie
2011-08-05  9:45 ` Pekka Enberg
2011-08-05  9:48   ` Dave Airlie
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-28  4:25 ` Dave Airlie
2011-04-30 13:56 ` Johannes Engel
2011-04-13  0:43 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: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:16     ` Dave Airlie
2011-03-23  8:22     ` Michel Dänzer
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  9:35           ` Michel Dänzer
2011-03-23 11:40         ` Ilija Hadzic
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 11:31                 ` Ilija Hadzic
2011-03-24 14:37                 ` Linus Torvalds
2011-03-24 15:49                   ` Ilija Hadzic
2011-03-24 15:49                     ` Ilija Hadzic
2011-03-24 19:11                     ` Corbin Simpson
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: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 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:43                               ` Michel Dänzer
2011-03-25  7:51                               ` Dave Airlie
2011-03-25  8:00                                 ` Michel Dänzer
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-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-25 17:46                                 ` Jesse Barnes
2011-03-13  0:16 Dave Airlie
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 10:10   ` Anca Emanuel
2011-02-18 22:14   ` Rafał Miłecki
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-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  3:54       ` Linus Torvalds
2010-12-23  5:53       ` Peter Stuge
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-12-01  3:39 ` Dave Airlie
2010-11-19  1:21 Dave Airlie
2010-11-19  1:21 ` Dave Airlie
2010-11-19 10:02 ` Chris Wilson
2010-11-19 10:02   ` Chris Wilson
2010-11-19 19:04   ` Linus Torvalds
2010-11-19 19:04     ` Linus Torvalds
2010-11-19 20:24     ` Dave Airlie
2010-11-19 20:24       ` Dave Airlie
2010-11-19 23:59       ` Linus Torvalds
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-11-12 17:50       ` Linus Torvalds
2010-10-28  3:33 Dave Airlie
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  9:07   ` Dave Airlie
2010-10-01 11:18   ` Dave Airlie
2010-09-15  1:44 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-08-23  3:33 ` Dave Airlie
2010-07-30  0:08 Dave Airlie
2010-07-21  0:41 Dave Airlie
2010-07-21  0:41 ` Dave Airlie
2010-07-07  3:23 Dave Airlie
2010-07-07  4:24 ` 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: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-06-07 20:52       ` Linus Torvalds
2010-05-26  3:02 Dave Airlie
2010-05-26  3:02 ` Dave Airlie
2010-05-07  5:33 Dave Airlie
2010-05-07  5:33 Dave Airlie
2010-04-27  6:16 Dave Airlie
2010-04-27  6:16 ` Dave Airlie
2010-04-19  4:28 Dave Airlie
2010-04-19  4:28 Dave Airlie
2010-04-19  8:57 ` Dave Airlie
2010-04-19  8:57   ` Dave Airlie
2010-04-09  5:00 Dave Airlie
2010-03-30  4:34 Dave Airlie
2010-03-30  4:34 Dave Airlie
2010-03-30  6:43 ` Michel Dänzer
2010-03-30  6:43 ` Michel Dänzer
2010-03-30  6:49   ` Dave Airlie
2010-03-30  6:49   ` Dave Airlie
2010-03-30  7:07 ` Dave Airlie
2010-03-30  7:07 ` Dave Airlie
2010-03-30 14:24   ` Linus Torvalds
2010-03-30 14:24   ` Linus Torvalds
2010-03-30 15:43     ` Jerome Glisse
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:43     ` Dave Airlie
2010-04-01  7:45       ` Rafał Miłecki
2010-04-01  7:45       ` Rafał Miłecki
2010-04-01  5:36   ` 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-03-25  7:44   ` Dave Airlie
2010-03-25  6:52 ` Pekka Enberg
2010-03-25  9:24 ` Michel Dänzer
2010-03-25  3:35 Dave Airlie
2010-02-18  5:21 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-15  5:35 ` Dave Airlie
2010-02-15  5:09 Dave Airlie
2010-02-05  4:15 Dave Airlie
2010-02-05  4:15 Dave Airlie
2010-02-05  7:11 ` Rafał Miłecki
2010-02-05  7:11 ` Rafał Miłecki
2010-02-01  2:20 Dave Airlie
2010-02-01  2:53 ` Dave Airlie
2010-02-01  2:53 ` Dave Airlie
2010-02-01  2:20 Dave Airlie
2010-01-13  6:25 Dave Airlie
2010-01-13  6:25 Dave Airlie
2010-01-07  4:17 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=20150325085628.GR1349@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=airlied@linux.ie \
    --cc=damien.lespiau@intel.com \
    --cc=davej@codemonkey.org.uk \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jwboyer@fedoraproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.