From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: Dave Airlie <airlied@gmail.com>, Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Jani Nikula <jani.nikula@linux.intel.com>,
Joonas Lahtinen <joonas.lahtinen@linux.intel.com>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
Sean Paul <sean@poorly.run>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
dim-tools@lists.freedesktop.org
Subject: [Intel-gfx] [PULL] drm-misc-fixes
Date: Wed, 6 Oct 2021 11:21:22 +0200 [thread overview]
Message-ID: <3272bf72-2c37-31eb-404e-cf7edd485c7d@linux.intel.com> (raw)
Hi Dave, Daniel,
I've rebased the patches and dropped the vc4 changes. I kept the compiler fix, as it appeared to be unrelated to the clock changes.
drm-misc-fixes-2021-10-06:
Rebased drm-misc-fixes for v5.15-rc5:
- Dropped vc4 patches.
- Compiler fix for vc4.
- Cursor fix for nouveau.
- Fix ttm buffer moves for ampere gpu's by adding minimal acceleration support.
- Small rockchip fixes.
- Fix DT bindings indent for ili9341.
- Fix y030xx067a init sequence to not get a yellow tint.
- Kconfig fix for fb_simple vs simpledrm.
- Assorted nouvaeu memory leaks.
- Fix gbefb when built with COMPILE_TEST.
The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:
Linux 5.15-rc4 (2021-10-03 14:08:47 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2021-10-06
for you to fetch changes up to f5a8703a9c418c6fc54eb772712dfe7641e3991c:
drm/nouveau/debugfs: fix file release memory leak (2021-10-06 11:12:29 +0200)
----------------------------------------------------------------
Rebased drm-misc-fixes for v5.15-rc5:
- Dropped vc4 patches.
- Compiler fix for vc4.
- Cursor fix for nouveau.
- Fix ttm buffer moves for ampere gpu's by adding minimal acceleration support.
- Small rockchip fixes.
- Fix DT bindings indent for ili9341.
- Fix y030xx067a init sequence to not get a yellow tint.
- Kconfig fix for fb_simple vs simpledrm.
- Assorted nouvaeu memory leaks.
- Fix gbefb when built with COMPILE_TEST.
----------------------------------------------------------------
Arnd Bergmann (1):
fbdev: simplefb: fix Kconfig dependencies
Ben Skeggs (3):
drm/nouveau/kms/tu102-: delay enabling cursor until after assign_windows
drm/nouveau/ga102-: support ttm buffer moves via copy engine
drm/nouveau/fifo/ga102: initialise chid on return from channel creation
Chris Morgan (1):
drm/rockchip: Update crtc fixup to account for fractional clk change
Christophe Branchereau (1):
drm/panel: abt-y030xx067a: yellow tint fix
Edmund Dea (1):
drm/kmb: Enable alpha blended second plane
Jeremy Cline (1):
drm/nouveau: avoid a use-after-free when BO init fails
Jernej Skrabec (1):
drm/sun4i: dw-hdmi: Fix HDMI PHY clock setup
Krzysztof Kozlowski (1):
dt-bindings: panel: ili9341: correct indentation
Mark Brown (1):
video: fbdev: gbefb: Only instantiate device when built for IP32
Maxime Ripard (1):
drm/vc4: hdmi: Remove unused struct
Randy Dunlap (1):
DRM: delete DRM IRQ legacy midlayer docs
Yang Yingliang (2):
drm/nouveau/kms/nv50-: fix file release memory leak
drm/nouveau/debugfs: fix file release memory leak
.../bindings/display/panel/ilitek,ili9341.yaml | 2 +-
Documentation/gpu/drm-internals.rst | 9 -
drivers/gpu/drm/kmb/kmb_drv.c | 8 +-
drivers/gpu/drm/kmb/kmb_drv.h | 5 +
drivers/gpu/drm/kmb/kmb_plane.c | 81 +++++-
drivers/gpu/drm/kmb/kmb_plane.h | 5 +-
drivers/gpu/drm/kmb/kmb_regs.h | 3 +
drivers/gpu/drm/nouveau/dispnv50/crc.c | 1 +
drivers/gpu/drm/nouveau/dispnv50/head.c | 2 +-
drivers/gpu/drm/nouveau/include/nvif/class.h | 2 +
drivers/gpu/drm/nouveau/include/nvkm/engine/fifo.h | 1 +
drivers/gpu/drm/nouveau/nouveau_bo.c | 1 +
drivers/gpu/drm/nouveau/nouveau_chan.c | 6 +-
drivers/gpu/drm/nouveau/nouveau_debugfs.c | 1 +
drivers/gpu/drm/nouveau/nouveau_drm.c | 4 +
drivers/gpu/drm/nouveau/nouveau_gem.c | 4 +-
drivers/gpu/drm/nouveau/nv84_fence.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 3 +
drivers/gpu/drm/nouveau/nvkm/engine/fifo/Kbuild | 1 +
drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c | 311 +++++++++++++++++++++
drivers/gpu/drm/nouveau/nvkm/subdev/top/ga100.c | 7 +-
drivers/gpu/drm/panel/panel-abt-y030xx067a.c | 4 +-
drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 26 +-
drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c | 7 +-
drivers/gpu/drm/sun4i/sun8i_dw_hdmi.h | 4 +-
drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 97 ++++---
drivers/gpu/drm/vc4/vc4_hdmi.c | 8 -
drivers/of/base.c | 1 +
drivers/video/fbdev/Kconfig | 5 +-
drivers/video/fbdev/gbefb.c | 2 +-
30 files changed, 504 insertions(+), 109 deletions(-)
create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c
WARNING: multiple messages have this Message-ID (diff)
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: Dave Airlie <airlied@gmail.com>, Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Jani Nikula <jani.nikula@linux.intel.com>,
Joonas Lahtinen <joonas.lahtinen@linux.intel.com>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
Sean Paul <sean@poorly.run>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
dim-tools@lists.freedesktop.org
Subject: [PULL] drm-misc-fixes
Date: Wed, 6 Oct 2021 11:21:22 +0200 [thread overview]
Message-ID: <3272bf72-2c37-31eb-404e-cf7edd485c7d@linux.intel.com> (raw)
Hi Dave, Daniel,
I've rebased the patches and dropped the vc4 changes. I kept the compiler fix, as it appeared to be unrelated to the clock changes.
drm-misc-fixes-2021-10-06:
Rebased drm-misc-fixes for v5.15-rc5:
- Dropped vc4 patches.
- Compiler fix for vc4.
- Cursor fix for nouveau.
- Fix ttm buffer moves for ampere gpu's by adding minimal acceleration support.
- Small rockchip fixes.
- Fix DT bindings indent for ili9341.
- Fix y030xx067a init sequence to not get a yellow tint.
- Kconfig fix for fb_simple vs simpledrm.
- Assorted nouvaeu memory leaks.
- Fix gbefb when built with COMPILE_TEST.
The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:
Linux 5.15-rc4 (2021-10-03 14:08:47 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2021-10-06
for you to fetch changes up to f5a8703a9c418c6fc54eb772712dfe7641e3991c:
drm/nouveau/debugfs: fix file release memory leak (2021-10-06 11:12:29 +0200)
----------------------------------------------------------------
Rebased drm-misc-fixes for v5.15-rc5:
- Dropped vc4 patches.
- Compiler fix for vc4.
- Cursor fix for nouveau.
- Fix ttm buffer moves for ampere gpu's by adding minimal acceleration support.
- Small rockchip fixes.
- Fix DT bindings indent for ili9341.
- Fix y030xx067a init sequence to not get a yellow tint.
- Kconfig fix for fb_simple vs simpledrm.
- Assorted nouvaeu memory leaks.
- Fix gbefb when built with COMPILE_TEST.
----------------------------------------------------------------
Arnd Bergmann (1):
fbdev: simplefb: fix Kconfig dependencies
Ben Skeggs (3):
drm/nouveau/kms/tu102-: delay enabling cursor until after assign_windows
drm/nouveau/ga102-: support ttm buffer moves via copy engine
drm/nouveau/fifo/ga102: initialise chid on return from channel creation
Chris Morgan (1):
drm/rockchip: Update crtc fixup to account for fractional clk change
Christophe Branchereau (1):
drm/panel: abt-y030xx067a: yellow tint fix
Edmund Dea (1):
drm/kmb: Enable alpha blended second plane
Jeremy Cline (1):
drm/nouveau: avoid a use-after-free when BO init fails
Jernej Skrabec (1):
drm/sun4i: dw-hdmi: Fix HDMI PHY clock setup
Krzysztof Kozlowski (1):
dt-bindings: panel: ili9341: correct indentation
Mark Brown (1):
video: fbdev: gbefb: Only instantiate device when built for IP32
Maxime Ripard (1):
drm/vc4: hdmi: Remove unused struct
Randy Dunlap (1):
DRM: delete DRM IRQ legacy midlayer docs
Yang Yingliang (2):
drm/nouveau/kms/nv50-: fix file release memory leak
drm/nouveau/debugfs: fix file release memory leak
.../bindings/display/panel/ilitek,ili9341.yaml | 2 +-
Documentation/gpu/drm-internals.rst | 9 -
drivers/gpu/drm/kmb/kmb_drv.c | 8 +-
drivers/gpu/drm/kmb/kmb_drv.h | 5 +
drivers/gpu/drm/kmb/kmb_plane.c | 81 +++++-
drivers/gpu/drm/kmb/kmb_plane.h | 5 +-
drivers/gpu/drm/kmb/kmb_regs.h | 3 +
drivers/gpu/drm/nouveau/dispnv50/crc.c | 1 +
drivers/gpu/drm/nouveau/dispnv50/head.c | 2 +-
drivers/gpu/drm/nouveau/include/nvif/class.h | 2 +
drivers/gpu/drm/nouveau/include/nvkm/engine/fifo.h | 1 +
drivers/gpu/drm/nouveau/nouveau_bo.c | 1 +
drivers/gpu/drm/nouveau/nouveau_chan.c | 6 +-
drivers/gpu/drm/nouveau/nouveau_debugfs.c | 1 +
drivers/gpu/drm/nouveau/nouveau_drm.c | 4 +
drivers/gpu/drm/nouveau/nouveau_gem.c | 4 +-
drivers/gpu/drm/nouveau/nv84_fence.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 3 +
drivers/gpu/drm/nouveau/nvkm/engine/fifo/Kbuild | 1 +
drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c | 311 +++++++++++++++++++++
drivers/gpu/drm/nouveau/nvkm/subdev/top/ga100.c | 7 +-
drivers/gpu/drm/panel/panel-abt-y030xx067a.c | 4 +-
drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 26 +-
drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c | 7 +-
drivers/gpu/drm/sun4i/sun8i_dw_hdmi.h | 4 +-
drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 97 ++++---
drivers/gpu/drm/vc4/vc4_hdmi.c | 8 -
drivers/of/base.c | 1 +
drivers/video/fbdev/Kconfig | 5 +-
drivers/video/fbdev/gbefb.c | 2 +-
30 files changed, 504 insertions(+), 109 deletions(-)
create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c
next reply other threads:[~2021-10-06 9:21 UTC|newest]
Thread overview: 187+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-06 9:21 Maarten Lankhorst [this message]
2021-10-06 9:21 ` [PULL] drm-misc-fixes Maarten Lankhorst
-- strict thread matches above, loose matches on Subject: below --
2023-11-29 19:51 [Intel-gfx] " Maarten Lankhorst
2023-11-23 12:22 Maarten Lankhorst
2023-11-16 13:48 Maarten Lankhorst
2023-11-17 10:45 ` Daniel Vetter
2023-11-08 13:18 Maarten Lankhorst
2023-11-10 20:33 ` Daniel Vetter
2023-11-02 13:00 Thomas Zimmermann
2023-10-26 11:01 Thomas Zimmermann
2023-10-19 11:46 Thomas Zimmermann
2023-10-12 11:16 Thomas Zimmermann
2023-10-05 9:26 Thomas Zimmermann
2023-09-28 8:12 Thomas Zimmermann
2023-09-21 15:37 Thomas Zimmermann
2023-09-14 12:26 Thomas Zimmermann
2023-09-07 7:44 Maxime Ripard
2023-08-24 8:41 Maxime Ripard
2023-08-17 13:38 Maxime Ripard
2023-08-10 6:52 Maxime Ripard
2023-08-03 7:39 Maxime Ripard
2023-07-27 7:05 Maxime Ripard
2023-07-20 7:58 Maxime Ripard
2023-07-13 8:17 Maxime Ripard
2023-07-07 7:23 Thomas Zimmermann
2023-06-21 19:43 Maarten Lankhorst
2023-06-16 11:32 Maarten Lankhorst
2023-06-08 8:41 [Intel-gfx] [PULL] drm-intel-fixes Joonas Lahtinen
2023-06-08 8:45 ` [Intel-gfx] [PULL] drm-MISC-fixes Maarten Lankhorst
2023-06-08 8:50 ` Jani Nikula
2023-06-08 9:24 ` Maarten Lankhorst
2023-04-26 5:59 [Intel-gfx] [PULL] drm-misc-fixes Maarten Lankhorst
2023-05-11 8:01 ` Thomas Zimmermann
2023-05-11 10:04 ` Maarten Lankhorst
2023-04-20 8:31 Thomas Zimmermann
2023-04-13 18:42 Thomas Zimmermann
2023-04-13 19:27 ` Daniel Vetter
2023-04-05 18:28 Thomas Zimmermann
2023-04-05 19:10 ` Daniel Vetter
2023-03-30 14:10 Thomas Zimmermann
2023-03-30 17:52 ` Daniel Vetter
2023-03-23 8:24 Thomas Zimmermann
2023-03-24 9:17 ` Daniel Vetter
2023-03-16 14:33 Thomas Zimmermann
2023-02-23 8:38 Maxime Ripard
2023-02-16 9:19 Maxime Ripard
2023-02-09 8:36 Maxime Ripard
2023-02-02 8:57 Maxime Ripard
2023-01-26 10:40 Maxime Ripard
2023-01-19 8:20 Maxime Ripard
2023-01-12 13:09 Maxime Ripard
2023-01-05 7:49 Maxime Ripard
2023-01-05 10:10 ` Daniel Vetter
2022-12-22 13:02 Maxime Ripard
2022-11-30 13:16 Maarten Lankhorst
2022-11-30 13:43 ` Maxime Ripard
2022-11-30 14:10 ` Daniel Vetter
2022-11-24 10:26 Maarten Lankhorst
2022-11-17 18:30 Maarten Lankhorst
2022-11-09 16:22 Maarten Lankhorst
2022-11-02 21:59 Maarten Lankhorst
2022-10-27 10:00 Maarten Lankhorst
2022-10-20 11:34 Maarten Lankhorst
2022-10-13 12:37 Thomas Zimmermann
2022-09-29 14:43 Thomas Zimmermann
2022-09-22 14:12 Thomas Zimmermann
2022-09-15 12:03 Thomas Zimmermann
2022-09-08 12:38 Thomas Zimmermann
2022-08-31 18:33 Thomas Zimmermann
2022-08-25 7:31 Thomas Zimmermann
2022-08-16 9:44 Maxime Ripard
2022-07-29 9:45 Maxime Ripard
2022-07-21 8:55 Maxime Ripard
2022-07-14 7:18 Maxime Ripard
2022-07-08 5:43 Maxime Ripard
2022-06-30 7:24 Maxime Ripard
2022-06-23 6:41 Maxime Ripard
2022-06-16 7:25 Maxime Ripard
2022-06-09 10:07 Maxime Ripard
2022-05-26 9:05 Maxime Ripard
2022-05-20 7:24 Maxime Ripard
2022-05-13 7:30 Maxime Ripard
2022-05-05 15:50 Maarten Lankhorst
2022-04-27 6:04 Maarten Lankhorst
2022-04-22 8:44 Maxime Ripard
2022-04-07 10:56 Maarten Lankhorst
2022-03-24 7:58 Thomas Zimmermann
2022-03-17 10:29 Thomas Zimmermann
2022-03-10 19:35 Thomas Zimmermann
2022-03-03 10:06 Thomas Zimmermann
2022-02-23 19:27 Thomas Zimmermann
2022-02-17 11:16 Thomas Zimmermann
2022-02-10 9:50 Thomas Zimmermann
2022-02-03 11:29 Thomas Zimmermann
2022-01-27 9:04 Thomas Zimmermann
2022-01-14 12:54 Maxime Ripard
2021-12-16 8:26 Maxime Ripard
2021-12-09 12:43 Maxime Ripard
2021-12-02 8:44 Maxime Ripard
2021-11-25 10:18 Maxime Ripard
2021-11-18 7:54 Maxime Ripard
2021-11-11 8:48 Thomas Zimmermann
2021-10-28 7:23 Maxime Ripard
2021-10-26 12:17 Maarten Lankhorst
2021-10-21 9:33 Maarten Lankhorst
2021-10-14 12:19 Maarten Lankhorst
2021-10-15 5:17 ` Dave Airlie
2021-09-30 10:06 Maarten Lankhorst
2021-10-01 9:50 ` Daniel Vetter
2021-10-01 14:46 ` Daniel Vetter
2021-09-08 17:44 Thomas Zimmermann
2021-09-09 3:35 ` Dave Airlie
2021-09-09 9:30 ` Daniel Vetter
2021-09-10 6:20 ` Dave Airlie
2021-08-18 19:18 Thomas Zimmermann
2021-08-12 8:29 Thomas Zimmermann
2021-08-04 18:09 Thomas Zimmermann
2021-07-28 12:52 Thomas Zimmermann
2021-07-22 11:50 Thomas Zimmermann
2021-07-15 8:32 Thomas Zimmermann
2021-07-13 8:44 Thomas Zimmermann
2021-07-13 13:44 ` Daniel Vetter
2021-06-24 19:03 Maxime Ripard
2021-06-10 17:16 Maxime Ripard
2021-06-03 8:53 Maxime Ripard
2021-05-27 12:08 Maxime Ripard
2021-05-20 14:08 Maxime Ripard
2021-05-13 13:36 Maxime Ripard
2021-04-09 8:23 Maarten Lankhorst
2021-03-25 11:43 Maarten Lankhorst
2021-03-18 11:33 Maarten Lankhorst
2021-03-18 12:31 ` Daniel Vetter
2021-03-18 15:51 ` Maarten Lankhorst
2021-03-11 10:49 Maarten Lankhorst
2021-02-24 10:27 Thomas Zimmermann
2021-02-25 1:55 ` Dave Airlie
2021-02-25 7:53 ` Thomas Zimmermann
2021-02-25 8:29 ` Maxime Ripard
2021-02-25 8:54 ` Daniel Vetter
2021-02-10 14:08 Thomas Zimmermann
2021-02-02 12:36 Thomas Zimmermann
2021-01-27 7:56 Thomas Zimmermann
2021-01-27 8:13 ` Thomas Zimmermann
2021-01-20 12:09 Thomas Zimmermann
2021-01-20 12:14 ` Thomas Zimmermann
2021-01-12 13:21 Thomas Zimmermann
2021-01-08 9:34 Thomas Zimmermann
2021-01-08 9:53 ` Daniel Vetter
2020-12-03 12:59 Maxime Ripard
2020-11-26 8:54 Maxime Ripard
2020-11-19 8:39 Maxime Ripard
2020-11-12 13:07 Maxime Ripard
2020-11-05 10:13 Maxime Ripard
2020-10-29 17:34 Maxime Ripard
2020-10-01 7:21 Maarten Lankhorst
2020-09-24 10:47 Maarten Lankhorst
2020-09-18 11:11 Maarten Lankhorst
2020-09-10 5:51 Maarten Lankhorst
2020-08-26 7:40 Maarten Lankhorst
2020-08-12 13:24 Maarten Lankhorst
2020-08-04 12:55 Thomas Zimmermann
2020-07-28 11:04 Thomas Zimmermann
2020-07-22 7:03 Thomas Zimmermann
2020-07-15 17:17 Thomas Zimmermann
2020-07-08 12:10 Thomas Zimmermann
2020-07-02 7:51 Thomas Zimmermann
2020-06-25 8:27 Thomas Zimmermann
2020-05-28 11:09 Maxime Ripard
2020-05-14 7:35 Maxime Ripard
2020-05-07 16:01 Maxime Ripard
2020-04-30 15:32 Maxime Ripard
2020-04-23 10:32 Maxime Ripard
2020-03-26 14:04 Maarten Lankhorst
2020-03-18 14:07 Maarten Lankhorst
2020-03-18 11:55 Maarten Lankhorst
2020-03-05 10:19 Maarten Lankhorst
2020-02-20 10:06 Maarten Lankhorst
2020-02-07 9:13 Maarten Lankhorst
2020-01-22 21:37 Sean Paul
2020-01-16 16:28 Sean Paul
2020-01-08 20:59 Sean Paul
2019-12-31 15:25 Sean Paul
2019-12-11 21:21 Sean Paul
2019-11-25 9:43 Maxime Ripard
2019-11-25 9:43 ` Maxime Ripard
2019-11-13 14:26 Maxime Ripard
2019-11-13 14:26 ` Maxime Ripard
2019-11-07 8:22 Maxime Ripard
2019-11-07 8:22 ` Maxime Ripard
2019-10-30 18:22 Maxime Ripard
2019-10-30 18:22 ` Maxime Ripard
2019-10-23 11:26 Maxime Ripard
2019-10-23 11:26 ` Maxime Ripard
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=3272bf72-2c37-31eb-404e-cf7edd485c7d@linux.intel.com \
--to=maarten.lankhorst@linux.intel.com \
--cc=airlied@gmail.com \
--cc=daniel.vetter@ffwll.ch \
--cc=dim-tools@lists.freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=joonas.lahtinen@linux.intel.com \
--cc=mripard@kernel.org \
--cc=rodrigo.vivi@intel.com \
--cc=sean@poorly.run \
/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.