All of lore.kernel.org
 help / color / mirror / Atom feed
* linux v4.4.0 nouveau fails
@ 2016-01-12  0:23 Wakko Warner
       [not found] ` <20160112002341.GA30730-WZdgCHJQUilg9hUCZPvPmw@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Wakko Warner @ 2016-01-12  0:23 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Please keep me in the CC.  I am not subscribed to this list.

When booting 4.4.0 on one of my systems, when nouveau loads, the screen goes
into powersave.  It doesn't appear to register the fb0 device.
When X starts up, the screen comes back and I'm able to login.  When
launching anything that accesses 3D, the screen freezes.  Nothing is logged
in either X or dmesg.

This same system works with 4.2.6.  I understand that the version in 4.3 was
a rewrite.

System: Gigabyte EP45-DS3R, NVIDIA Quadro FX 3500 (10de:029d subsys
10de:032b)
This system boots over the network with the onboard RTL nic.
NOTE: Syslinux 4.04 fails to boot this kernel, but will boot 4.2.x just
fine.  System was booted with grub built for pxe boot.
According to X log, the chipset is NV49.  Xorg log available on request.

dmesg relevent to nouveau
[    8.051990] nouveau 0000:01:00.0: NVIDIA G71 (049d00a2)
[    8.248756] nouveau 0000:01:00.0: bios: version 05.71.22.29.06
[    8.249189] nouveau 0000:01:00.0: fb: 256 MiB GDDR3
[    8.304586] [TTM] Zone  kernel: Available graphics memory: 4085044 kiB
[    8.304627] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    8.304664] [TTM] Initializing pool allocator
[    8.304704] [TTM] Initializing DMA pool allocator
[    8.304753] nouveau 0000:01:00.0: DRM: VRAM: 250 MiB
[    8.304789] nouveau 0000:01:00.0: DRM: GART: 512 MiB
[    8.304828] nouveau 0000:01:00.0: DRM: TMDS table version 1.1
[    8.304865] nouveau 0000:01:00.0: DRM: TMDS table script pointers not stubbed
[    8.304903] nouveau 0000:01:00.0: DRM: DCB version 3.0
[    8.304940] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000300 00000028
[    8.304979] nouveau 0000:01:00.0: DRM: DCB outp 01: 03000302 00000000
[    8.305016] nouveau 0000:01:00.0: DRM: DCB outp 02: 04011310 00000028
[    8.305054] nouveau 0000:01:00.0: DRM: DCB outp 03: 0c011312 00000000
[    8.305092] nouveau 0000:01:00.0: DRM: DCB conn 00: 1030
[    8.305129] nouveau 0000:01:00.0: DRM: DCB conn 01: 2130
[    8.305165] nouveau 0000:01:00.0: DRM: DCB conn 02: 0260
[    8.305337] nouveau 0000:01:00.0: DRM: Saving VGA fonts
[    8.343959] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    8.343996] [drm] Driver supports precise vblank timestamp query.
[    8.344053] nouveau 0000:01:00.0: DRM: 0xBDF8: Parsing digital output script table
[    8.393709] nouveau 0000:01:00.0: DRM: 0xBE3A: Parsing digital output script table
[    8.444646] nouveau 0000:01:00.0: DRM: MM: using M2MF for buffer copies
[    8.444689] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
<after X starts>
[ 1011.109534] nouveau 0000:01:00.0: DRM: 0xBDF8: Parsing digital output script table


-- 
 Microsoft has beaten Volkswagen's world record.  Volkswagen only created 22
 million bugs.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: linux v4.4.0 nouveau fails
       [not found] ` <20160112002341.GA30730-WZdgCHJQUilg9hUCZPvPmw@public.gmane.org>
@ 2016-01-15 19:05   ` Ilia Mirkin
  2016-01-15 22:04     ` Wakko Warner
  0 siblings, 1 reply; 7+ messages in thread
From: Ilia Mirkin @ 2016-01-15 19:05 UTC (permalink / raw)
  To: Wakko Warner; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

I suspect the fb0 issue is because you disabled
CONFIG_DRM_FBDEV_EMULATION? Does the freeze also happen with 4.3? Any
chance you could bisect?

On Mon, Jan 11, 2016 at 7:23 PM, Wakko Warner <wakko@animx.eu.org> wrote:
> Please keep me in the CC.  I am not subscribed to this list.
>
> When booting 4.4.0 on one of my systems, when nouveau loads, the screen goes
> into powersave.  It doesn't appear to register the fb0 device.
> When X starts up, the screen comes back and I'm able to login.  When
> launching anything that accesses 3D, the screen freezes.  Nothing is logged
> in either X or dmesg.
>
> This same system works with 4.2.6.  I understand that the version in 4.3 was
> a rewrite.
>
> System: Gigabyte EP45-DS3R, NVIDIA Quadro FX 3500 (10de:029d subsys
> 10de:032b)
> This system boots over the network with the onboard RTL nic.
> NOTE: Syslinux 4.04 fails to boot this kernel, but will boot 4.2.x just
> fine.  System was booted with grub built for pxe boot.
> According to X log, the chipset is NV49.  Xorg log available on request.
>
> dmesg relevent to nouveau
> [    8.051990] nouveau 0000:01:00.0: NVIDIA G71 (049d00a2)
> [    8.248756] nouveau 0000:01:00.0: bios: version 05.71.22.29.06
> [    8.249189] nouveau 0000:01:00.0: fb: 256 MiB GDDR3
> [    8.304586] [TTM] Zone  kernel: Available graphics memory: 4085044 kiB
> [    8.304627] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
> [    8.304664] [TTM] Initializing pool allocator
> [    8.304704] [TTM] Initializing DMA pool allocator
> [    8.304753] nouveau 0000:01:00.0: DRM: VRAM: 250 MiB
> [    8.304789] nouveau 0000:01:00.0: DRM: GART: 512 MiB
> [    8.304828] nouveau 0000:01:00.0: DRM: TMDS table version 1.1
> [    8.304865] nouveau 0000:01:00.0: DRM: TMDS table script pointers not stubbed
> [    8.304903] nouveau 0000:01:00.0: DRM: DCB version 3.0
> [    8.304940] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000300 00000028
> [    8.304979] nouveau 0000:01:00.0: DRM: DCB outp 01: 03000302 00000000
> [    8.305016] nouveau 0000:01:00.0: DRM: DCB outp 02: 04011310 00000028
> [    8.305054] nouveau 0000:01:00.0: DRM: DCB outp 03: 0c011312 00000000
> [    8.305092] nouveau 0000:01:00.0: DRM: DCB conn 00: 1030
> [    8.305129] nouveau 0000:01:00.0: DRM: DCB conn 01: 2130
> [    8.305165] nouveau 0000:01:00.0: DRM: DCB conn 02: 0260
> [    8.305337] nouveau 0000:01:00.0: DRM: Saving VGA fonts
> [    8.343959] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [    8.343996] [drm] Driver supports precise vblank timestamp query.
> [    8.344053] nouveau 0000:01:00.0: DRM: 0xBDF8: Parsing digital output script table
> [    8.393709] nouveau 0000:01:00.0: DRM: 0xBE3A: Parsing digital output script table
> [    8.444646] nouveau 0000:01:00.0: DRM: MM: using M2MF for buffer copies
> [    8.444689] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
> <after X starts>
> [ 1011.109534] nouveau 0000:01:00.0: DRM: 0xBDF8: Parsing digital output script table
>
>
> --
>  Microsoft has beaten Volkswagen's world record.  Volkswagen only created 22
>  million bugs.
> _______________________________________________
> Nouveau mailing list
> Nouveau@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/nouveau
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: linux v4.4.0 nouveau fails
  2016-01-15 19:05   ` Ilia Mirkin
@ 2016-01-15 22:04     ` Wakko Warner
       [not found]       ` <20160115220417.GA10587-WZdgCHJQUilg9hUCZPvPmw@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Wakko Warner @ 2016-01-15 22:04 UTC (permalink / raw)
  To: Ilia Mirkin; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Ilia Mirkin wrote:
> I suspect the fb0 issue is because you disabled
> CONFIG_DRM_FBDEV_EMULATION? Does the freeze also happen with 4.3? Any
> chance you could bisect?

I saw this config option, but I didn't realize that.
The issue also occurs with 4.3.  I even tried 4.3-rc1 with the same results.

Would the DRM_FBDEV_EMULATION effect 3D?

> On Mon, Jan 11, 2016 at 7:23 PM, Wakko Warner <wakko@animx.eu.org> wrote:
> > Please keep me in the CC.  I am not subscribed to this list.
> >
> > When booting 4.4.0 on one of my systems, when nouveau loads, the screen goes
> > into powersave.  It doesn't appear to register the fb0 device.
> > When X starts up, the screen comes back and I'm able to login.  When
> > launching anything that accesses 3D, the screen freezes.  Nothing is logged
> > in either X or dmesg.
> >
> > This same system works with 4.2.6.  I understand that the version in 4.3 was
> > a rewrite.
> >
> > System: Gigabyte EP45-DS3R, NVIDIA Quadro FX 3500 (10de:029d subsys
> > 10de:032b)
> > This system boots over the network with the onboard RTL nic.
> > NOTE: Syslinux 4.04 fails to boot this kernel, but will boot 4.2.x just
> > fine.  System was booted with grub built for pxe boot.
> > According to X log, the chipset is NV49.  Xorg log available on request.
> >
> > dmesg relevent to nouveau
> > [    8.051990] nouveau 0000:01:00.0: NVIDIA G71 (049d00a2)
> > [    8.248756] nouveau 0000:01:00.0: bios: version 05.71.22.29.06
> > [    8.249189] nouveau 0000:01:00.0: fb: 256 MiB GDDR3
> > [    8.304586] [TTM] Zone  kernel: Available graphics memory: 4085044 kiB
> > [    8.304627] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
> > [    8.304664] [TTM] Initializing pool allocator
> > [    8.304704] [TTM] Initializing DMA pool allocator
> > [    8.304753] nouveau 0000:01:00.0: DRM: VRAM: 250 MiB
> > [    8.304789] nouveau 0000:01:00.0: DRM: GART: 512 MiB
> > [    8.304828] nouveau 0000:01:00.0: DRM: TMDS table version 1.1
> > [    8.304865] nouveau 0000:01:00.0: DRM: TMDS table script pointers not stubbed
> > [    8.304903] nouveau 0000:01:00.0: DRM: DCB version 3.0
> > [    8.304940] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000300 00000028
> > [    8.304979] nouveau 0000:01:00.0: DRM: DCB outp 01: 03000302 00000000
> > [    8.305016] nouveau 0000:01:00.0: DRM: DCB outp 02: 04011310 00000028
> > [    8.305054] nouveau 0000:01:00.0: DRM: DCB outp 03: 0c011312 00000000
> > [    8.305092] nouveau 0000:01:00.0: DRM: DCB conn 00: 1030
> > [    8.305129] nouveau 0000:01:00.0: DRM: DCB conn 01: 2130
> > [    8.305165] nouveau 0000:01:00.0: DRM: DCB conn 02: 0260
> > [    8.305337] nouveau 0000:01:00.0: DRM: Saving VGA fonts
> > [    8.343959] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> > [    8.343996] [drm] Driver supports precise vblank timestamp query.
> > [    8.344053] nouveau 0000:01:00.0: DRM: 0xBDF8: Parsing digital output script table
> > [    8.393709] nouveau 0000:01:00.0: DRM: 0xBE3A: Parsing digital output script table
> > [    8.444646] nouveau 0000:01:00.0: DRM: MM: using M2MF for buffer copies
> > [    8.444689] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
> > <after X starts>
> > [ 1011.109534] nouveau 0000:01:00.0: DRM: 0xBDF8: Parsing digital output script table
> >
> >
> > --
> >  Microsoft has beaten Volkswagen's world record.  Volkswagen only created 22
> >  million bugs.
> > _______________________________________________
> > Nouveau mailing list
> > Nouveau@lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/nouveau
-- 
 Microsoft has beaten Volkswagen's world record.  Volkswagen only created 22
 million bugs.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: linux v4.4.0 nouveau fails
       [not found]       ` <20160115220417.GA10587-WZdgCHJQUilg9hUCZPvPmw@public.gmane.org>
@ 2016-01-15 22:10         ` Ilia Mirkin
       [not found]           ` <CAKb7UvhCXXtB9JTYCZxYYbbdEEFFc09hXnVT=YFah0EH92vErA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Ilia Mirkin @ 2016-01-15 22:10 UTC (permalink / raw)
  To: Wakko Warner; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

On Fri, Jan 15, 2016 at 5:04 PM, Wakko Warner <wakko@animx.eu.org> wrote:
> Ilia Mirkin wrote:
>> I suspect the fb0 issue is because you disabled
>> CONFIG_DRM_FBDEV_EMULATION? Does the freeze also happen with 4.3? Any
>> chance you could bisect?
>
> I saw this config option, but I didn't realize that.
> The issue also occurs with 4.3.  I even tried 4.3-rc1 with the same results.
>
> Would the DRM_FBDEV_EMULATION effect 3D?

Shouldn't, but... who knows. The rewrite in 4.3 was done in a
bisectable way, so it should be possible to figure out where we went
wrong. Not a ton of testing is done on pre-G80 gpu's nowadays, so
these issues sometimes sneak in.

  -ilia
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: linux v4.4.0 nouveau fails
       [not found]           ` <CAKb7UvhCXXtB9JTYCZxYYbbdEEFFc09hXnVT=YFah0EH92vErA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2016-01-15 23:49             ` Wakko Warner
  2016-01-17  1:07             ` Wakko Warner
  1 sibling, 0 replies; 7+ messages in thread
From: Wakko Warner @ 2016-01-15 23:49 UTC (permalink / raw)
  To: Ilia Mirkin; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Ilia Mirkin wrote:
> On Fri, Jan 15, 2016 at 5:04 PM, Wakko Warner <wakko@animx.eu.org> wrote:
> > Ilia Mirkin wrote:
> >> I suspect the fb0 issue is because you disabled
> >> CONFIG_DRM_FBDEV_EMULATION? Does the freeze also happen with 4.3? Any
> >> chance you could bisect?
> >
> > I saw this config option, but I didn't realize that.
> > The issue also occurs with 4.3.  I even tried 4.3-rc1 with the same results.
> >
> > Would the DRM_FBDEV_EMULATION effect 3D?
> 
> Shouldn't, but... who knows. The rewrite in 4.3 was done in a

I'll try it with this enabled.

> bisectable way, so it should be possible to figure out where we went
> wrong. Not a ton of testing is done on pre-G80 gpu's nowadays, so
> these issues sometimes sneak in.

I've never done a bisect so I'll need a little help.

I have 1 other nvidia card that I might beable to test.  I'm not sure, but
it's probably a pre-g80 as well.  It was given to me by someone who got it
with a mac.

Everytime the 3d locks, I have to either reboot the system or shut it
completely down for the graphics to work again.

-- 
 Microsoft has beaten Volkswagen's world record.  Volkswagen only created 22
 million bugs.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: linux v4.4.0 nouveau fails
       [not found]           ` <CAKb7UvhCXXtB9JTYCZxYYbbdEEFFc09hXnVT=YFah0EH92vErA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2016-01-15 23:49             ` Wakko Warner
@ 2016-01-17  1:07             ` Wakko Warner
  1 sibling, 0 replies; 7+ messages in thread
From: Wakko Warner @ 2016-01-17  1:07 UTC (permalink / raw)
  To: Ilia Mirkin; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Please keep me in CC as I am not on the list.

Ilia Mirkin wrote:
> On Fri, Jan 15, 2016 at 5:04 PM, Wakko Warner <wakko@animx.eu.org> wrote:
> > Ilia Mirkin wrote:
> >> I suspect the fb0 issue is because you disabled
> >> CONFIG_DRM_FBDEV_EMULATION? Does the freeze also happen with 4.3? Any
> >> chance you could bisect?
> >
> > I saw this config option, but I didn't realize that.
> > The issue also occurs with 4.3.  I even tried 4.3-rc1 with the same results.
> >
> > Would the DRM_FBDEV_EMULATION effect 3D?
> 
> Shouldn't, but... who knows. The rewrite in 4.3 was done in a
> bisectable way, so it should be possible to figure out where we went
> wrong. Not a ton of testing is done on pre-G80 gpu's nowadays, so
> these issues sometimes sneak in.

I enabled the DRM_FBDEV_EMULATION and 3D is working for 4.4.0.  I only
tried with gears from xscreensaver.  I'm going to try with something else as
well.

As a curiosity, why was DRM_FBDEV_EMULATION added in 4.3?

-- 
 Microsoft has beaten Volkswagen's world record.  Volkswagen only created 22
 million bugs.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 7+ messages in thread

* linux v4.4.0 nouveau fails
@ 2016-01-11  2:35 Wakko Warner
  0 siblings, 0 replies; 7+ messages in thread
From: Wakko Warner @ 2016-01-11  2:35 UTC (permalink / raw)
  To: linux-kernel

When booting 4.4.0 on one of my systems, when nouveau loads, the screen goes
into powersave.  It doesn't appear to register the fb0 device.
When X starts up, the screen comes back and I'm able to login.  When
launching anything that accesses 3D, the screen freezes.  Nothing is logged
in either X or dmesg.

This same system works with 4.2.6.  I understand that the version in 4.3 was
a rewrite.

System: Gigabyte EP45-DS3R, NVIDIA Quadro FX 3500 (10de:029d subsys
10de:032b)
This system boots over the network with the onboard RTL nic.
NOTE: Syslinux 4.04 fails to boot this kernel, but will boot 4.2.x just
fine.  System was booted with grub built for pxe boot.
According to X log, the chipset is NV49.  Xorg log available on request.

dmesg relevent to nouveau
[    8.051990] nouveau 0000:01:00.0: NVIDIA G71 (049d00a2)
[    8.248756] nouveau 0000:01:00.0: bios: version 05.71.22.29.06
[    8.249189] nouveau 0000:01:00.0: fb: 256 MiB GDDR3
[    8.304586] [TTM] Zone  kernel: Available graphics memory: 4085044 kiB
[    8.304627] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    8.304664] [TTM] Initializing pool allocator
[    8.304704] [TTM] Initializing DMA pool allocator
[    8.304753] nouveau 0000:01:00.0: DRM: VRAM: 250 MiB
[    8.304789] nouveau 0000:01:00.0: DRM: GART: 512 MiB
[    8.304828] nouveau 0000:01:00.0: DRM: TMDS table version 1.1
[    8.304865] nouveau 0000:01:00.0: DRM: TMDS table script pointers not stubbed
[    8.304903] nouveau 0000:01:00.0: DRM: DCB version 3.0
[    8.304940] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000300 00000028
[    8.304979] nouveau 0000:01:00.0: DRM: DCB outp 01: 03000302 00000000
[    8.305016] nouveau 0000:01:00.0: DRM: DCB outp 02: 04011310 00000028
[    8.305054] nouveau 0000:01:00.0: DRM: DCB outp 03: 0c011312 00000000
[    8.305092] nouveau 0000:01:00.0: DRM: DCB conn 00: 1030
[    8.305129] nouveau 0000:01:00.0: DRM: DCB conn 01: 2130
[    8.305165] nouveau 0000:01:00.0: DRM: DCB conn 02: 0260
[    8.305337] nouveau 0000:01:00.0: DRM: Saving VGA fonts
[    8.343959] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    8.343996] [drm] Driver supports precise vblank timestamp query.
[    8.344053] nouveau 0000:01:00.0: DRM: 0xBDF8: Parsing digital output script table
[    8.393709] nouveau 0000:01:00.0: DRM: 0xBE3A: Parsing digital output script table
[    8.444646] nouveau 0000:01:00.0: DRM: MM: using M2MF for buffer copies
[    8.444689] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
<after X starts>
[ 1011.109534] nouveau 0000:01:00.0: DRM: 0xBDF8: Parsing digital output script table


-- 
 Microsoft has beaten Volkswagen's world record.  Volkswagen only created 22
 million bugs.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-01-17  1:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-12  0:23 linux v4.4.0 nouveau fails Wakko Warner
     [not found] ` <20160112002341.GA30730-WZdgCHJQUilg9hUCZPvPmw@public.gmane.org>
2016-01-15 19:05   ` Ilia Mirkin
2016-01-15 22:04     ` Wakko Warner
     [not found]       ` <20160115220417.GA10587-WZdgCHJQUilg9hUCZPvPmw@public.gmane.org>
2016-01-15 22:10         ` Ilia Mirkin
     [not found]           ` <CAKb7UvhCXXtB9JTYCZxYYbbdEEFFc09hXnVT=YFah0EH92vErA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-01-15 23:49             ` Wakko Warner
2016-01-17  1:07             ` Wakko Warner
  -- strict thread matches above, loose matches on Subject: below --
2016-01-11  2:35 Wakko Warner

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.