Displaying 16 results from an estimated 16 matches for "visual_init".
2005 Dec 18
1
Debian DomU with physdev access init kernel crash ....
...l. My suspicion is that the
init process itself (before reading any of the setup stuff) is trying to open
a virtual console. 
Can anyone point me out to a solution to this problem? Or anyway to debug this
problem.
Thanks and best regards,
Himanshu
P.S. - This is the kernel crash dump. The call to visual_init is giving it chills.
Unable to handle kernel NULL pointer dereference at virtual address 00000000
 printing eip:
 c02052b3
 *pde = ma 00000000 pa 55555000
 Oops: 0000 [#1]
 SMP 
 Modules linked in:
 CPU:    0
 EIP:    0061:[<c02052b3>]    Not tainted VLI
 EFLAGS: 00010246   (2.6.12.6-xenU)...
2005 Dec 18
1
Debian DomU with physdev access init kernel crash ....
...l. My suspicion is that the
init process itself (before reading any of the setup stuff) is trying to open
a virtual console. 
Can anyone point me out to a solution to this problem? Or anyway to debug this
problem.
Thanks and best regards,
Himanshu
P.S. - This is the kernel crash dump. The call to visual_init is giving it chills.
Unable to handle kernel NULL pointer dereference at virtual address 00000000
 printing eip:
 c02052b3
 *pde = ma 00000000 pa 55555000
 Oops: 0000 [#1]
 SMP 
 Modules linked in:
 CPU:    0
 EIP:    0061:[<c02052b3>]    Not tainted VLI
 EFLAGS: 00010246   (2.6.12.6-xenU)...
2016 Jun 06
2
[PATCH v2] Revert "drm/nouveau/device/pci: set as non-CPU-coherent on ARM64"
...3] [<ffffff800841c280>] hide_cursor+0x38/0xa0
[    2.898620] [<ffffff800841d420>] redraw_screen+0x120/0x228
[    2.898628] [<ffffff80083bf268>] fbcon_prepare_logo+0x370/0x3f8
[    2.898635] [<ffffff80083bf640>] fbcon_init+0x350/0x560
[    2.898641] [<ffffff800841c634>] visual_init+0xac/0x108
[    2.898648] [<ffffff800841df14>] do_bind_con_driver+0x1c4/0x3a8
[    2.898655] [<ffffff800841e4f4>] do_take_over_console+0x174/0x1e8
[    2.898662] [<ffffff80083bf8c4>] do_fbcon_takeover+0x74/0x100
[    2.898669] [<ffffff80083c3e44>] fbcon_event_notify+0x8cc/0x...
2016 Apr 29
1
[PATCH] Revert "drm/nouveau/device/pci: set as non-CPU-coherent on ARM64"
...3] [<ffffff800841c280>] hide_cursor+0x38/0xa0
[    2.898620] [<ffffff800841d420>] redraw_screen+0x120/0x228
[    2.898628] [<ffffff80083bf268>] fbcon_prepare_logo+0x370/0x3f8
[    2.898635] [<ffffff80083bf640>] fbcon_init+0x350/0x560
[    2.898641] [<ffffff800841c634>] visual_init+0xac/0x108
[    2.898648] [<ffffff800841df14>] do_bind_con_driver+0x1c4/0x3a8
[    2.898655] [<ffffff800841e4f4>] do_take_over_console+0x174/0x1e8
[    2.898662] [<ffffff80083bf8c4>] do_fbcon_takeover+0x74/0x100
[    2.898669] [<ffffff80083c3e44>] fbcon_event_notify+0x8cc/0x...
2013 Mar 05
3
nouveau lockdep splat
...g+0xa4e/0xb70
> [    0.633679]  [<ffffffff8135f751>] drm_mode_set_config_internal+0x31/0x70
> [    0.633680]  [<ffffffff8134b7a1>] drm_fb_helper_set_par+0x71/0xf0
> [    0.633682]  [<ffffffff812d40e4>] fbcon_init+0x514/0x5a0
> [    0.633683]  [<ffffffff8132cbdc>] visual_init+0xbc/0x120
> [    0.633685]  [<ffffffff8132f293>] do_bind_con_driver+0x163/0x320
> [    0.633686]  [<ffffffff8132f521>] do_take_over_console+0x61/0x70
> [    0.633687]  [<ffffffff812d2703>] do_fbcon_takeover+0x63/0xc0
> [    0.633689]  [<ffffffff812d63dd>] fbcon_...
2008 Nov 18
0
xenfb issuing notify_remote_via_irq() too early
...TCHN_VALID() yielding false for irq -1.)
The call tree which we could (and actually always should) get into that
state is xenfb_probe() -> register_framebuffer() -> fbcon_event_notify()
-> fbcon_fb_registered() -> fbcon_takeover() -> take_over_console()
-> bind_con_driver() -> visual_init() -> fbcon_init() -> xenfb_set_par().
Since xenfb_probe() calls register_framebuffer() before kthread_run()
and xenfb_connect_backend(), xenfb_thread() should find
info->resize_dpy always set to 1, and hence always go into
xenfb_do_resize() right away (which, depending on the timing, would...
2016 Aug 15
1
v4.8-rc2 crashes while probing nvidia graphics card on arm64
...3] [<ffff000008540120>] hide_cursor+0x38/0xa0
[    3.571385] [<ffff000008540e48>] redraw_screen+0x120/0x228
[    3.571389] [<ffff0000084a4a94>] fbcon_prepare_logo+0x394/0x3f8
[    3.571392] [<ffff0000084a4e40>] fbcon_init+0x348/0x558
[    3.571394] [<ffff00000854053c>] visual_init+0xb4/0x108
[    3.571397] [<ffff000008541940>] do_bind_con_driver+0x1b8/0x3a0
[    3.571400] [<ffff000008541ee8>] do_take_over_console+0x150/0x1d0
[    3.571404] [<ffff0000084a50c4>] do_fbcon_takeover+0x74/0xf8
[    3.571407] [<ffff0000084a89ac>] fbcon_event_notify+0x8e4/0x9...
2016 Jun 06
0
[PATCH v2] Revert "drm/nouveau/device/pci: set as non-CPU-coherent on ARM64"
...c280>] hide_cursor+0x38/0xa0
> [    2.898620] [<ffffff800841d420>] redraw_screen+0x120/0x228
> [    2.898628] [<ffffff80083bf268>] fbcon_prepare_logo+0x370/0x3f8
> [    2.898635] [<ffffff80083bf640>] fbcon_init+0x350/0x560
> [    2.898641] [<ffffff800841c634>] visual_init+0xac/0x108
> [    2.898648] [<ffffff800841df14>] do_bind_con_driver+0x1c4/0x3a8
> [    2.898655] [<ffffff800841e4f4>] do_take_over_console+0x174/0x1e8
> [    2.898662] [<ffffff80083bf8c4>] do_fbcon_takeover+0x74/0x100
> [    2.898669] [<ffffff80083c3e44>] fbcon_e...
2016 Jun 30
6
[PATCH] backlight: Avoid double fbcon backlight handling
...d+0x2b/0x80
[   18.984095]        [<ffffffff8158f81d>] drm_fb_helper_set_par+0x2d/0x50
[   18.984134]        [<ffffffffa0105f7a>] intel_fbdev_set_par+0x1a/0x60 [i915]
[   18.984136]        [<ffffffff814c13c6>] fbcon_init+0x586/0x610
[   18.984139]        [<ffffffff8154d16a>] visual_init+0xca/0x130
[   18.984141]        [<ffffffff8154e611>] do_bind_con_driver+0x1c1/0x3a0
[   18.984143]        [<ffffffff8154eaf6>] do_take_over_console+0x116/0x180
[   18.984145]        [<ffffffff814bd3a7>] do_fbcon_takeover+0x57/0xb0
[   18.984147]        [<ffffffff814c1e48>]...
2016 Aug 04
2
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...[<ffffffff8158f81d>] drm_fb_helper_set_par+0x2d/0x50
>> [   18.984134]        [<ffffffffa0105f7a>] intel_fbdev_set_par+0x1a/0x60 [i915]
>> [   18.984136]        [<ffffffff814c13c6>] fbcon_init+0x586/0x610
>> [   18.984139]        [<ffffffff8154d16a>] visual_init+0xca/0x130
>> [   18.984141]        [<ffffffff8154e611>] do_bind_con_driver+0x1c1/0x3a0
>> [   18.984143]        [<ffffffff8154eaf6>] do_take_over_console+0x116/0x180
>> [   18.984145]        [<ffffffff814bd3a7>] do_fbcon_takeover+0x57/0xb0
>> [   18.984147...
2016 Jul 12
0
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...18.984095]        [<ffffffff8158f81d>] drm_fb_helper_set_par+0x2d/0x50
> [   18.984134]        [<ffffffffa0105f7a>] intel_fbdev_set_par+0x1a/0x60 [i915]
> [   18.984136]        [<ffffffff814c13c6>] fbcon_init+0x586/0x610
> [   18.984139]        [<ffffffff8154d16a>] visual_init+0xca/0x130
> [   18.984141]        [<ffffffff8154e611>] do_bind_con_driver+0x1c1/0x3a0
> [   18.984143]        [<ffffffff8154eaf6>] do_take_over_console+0x116/0x180
> [   18.984145]        [<ffffffff814bd3a7>] do_fbcon_takeover+0x57/0xb0
> [   18.984147]        [<ff...
2016 Aug 04
1
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...fffff8158f81d>] drm_fb_helper_set_par+0x2d/0x50
> >> [   18.984134]        [<ffffffffa0105f7a>] intel_fbdev_set_par+0x1a/0x60 [i915]
> >> [   18.984136]        [<ffffffff814c13c6>] fbcon_init+0x586/0x610
> >> [   18.984139]        [<ffffffff8154d16a>] visual_init+0xca/0x130
> >> [   18.984141]        [<ffffffff8154e611>] do_bind_con_driver+0x1c1/0x3a0
> >> [   18.984143]        [<ffffffff8154eaf6>] do_take_over_console+0x116/0x180
> >> [   18.984145]        [<ffffffff814bd3a7>] do_fbcon_takeover+0x57/0xb0
> &g...
2018 Jan 23
2
Problems getting nouveau to work with either Geforce GT710 or Geforce 9800GT on ARM Cortex-A9
...024800
[ 2107.382387] [<805a60e0>] (fbcon_prepare_logo) from [<805a682c>] (fbcon_init+0x3b0/0x56c)
[ 2107.382390]  r10:be907200 r9:810d02c0 r8:810d02c0 r7:810d0178 r6:81044b44 r5:bf112000
[ 2107.382391]  r4:bf024800
[ 2107.382395] [<805a647c>] (fbcon_init) from [<805eac48>] (visual_init+0xc8/0x110)
[ 2107.382399]  r10:00000001 r9:bf024800 r8:810d25d4 r7:00000000 r6:bf024914 r5:00000000
[ 2107.382400]  r4:bf024800
[ 2107.382404] [<805eab80>] (visual_init) from [<805ec88c>] (do_bind_con_driver+0x1f0/0x418)
[ 2107.382407]  r7:00000000 r6:00000000 r5:80c4cc98 r4:00000001
[...
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi,
This patch series implements the Linux Xen guest in terms of the
paravirt-ops interface.  The features in implemented this patch series
are:
 * domU only
 * UP only (most code is SMP-safe, but there's no way to create a new vcpu)
 * writable pagetables, with late pinning/early unpinning
   (no shadow pagetable support)
 * supports both PAE and non-PAE modes
 * xen console
 * virtual
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi,
This patch series implements the Linux Xen guest in terms of the
paravirt-ops interface.  The features in implemented this patch series
are:
 * domU only
 * UP only (most code is SMP-safe, but there's no way to create a new vcpu)
 * writable pagetables, with late pinning/early unpinning
   (no shadow pagetable support)
 * supports both PAE and non-PAE modes
 * xen console
 * virtual
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi,
This patch series implements the Linux Xen guest in terms of the
paravirt-ops interface.  The features in implemented this patch series
are:
 * domU only
 * UP only (most code is SMP-safe, but there's no way to create a new vcpu)
 * writable pagetables, with late pinning/early unpinning
   (no shadow pagetable support)
 * supports both PAE and non-PAE modes
 * xen console
 * virtual