Message ID | 20240912084540.1213343-1-mripard@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/doc: Update drm_bridge_connector path | expand |
On Thu, Sep 12, 2024 at 10:45:40AM GMT, Maxime Ripard wrote: > Commit 9da7ec9b19d8 ("drm/bridge-connector: move to DRM_DISPLAY_HELPER > module") recently moved the drm_bridge_connector file, but didn't update > the doc resulting in a doc build warning. Update it for the new location. > > Fixes: 9da7ec9b19d8 ("drm/bridge-connector: move to DRM_DISPLAY_HELPER module") > Closes: https://lore.kernel.org/dri-devel/20240904163018.214efaa7@canb.auug.org.au/ > Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> > Signed-off-by: Maxime Ripard <mripard@kernel.org> > --- > Documentation/gpu/drm-kms-helpers.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > https://lore.kernel.org/dri-devel/20240911-drm-fix-dbc-docs-v1-1-ae5cb82fce1e@linaro.org/
On Thu, Sep 12, 2024 at 12:46:50PM GMT, Dmitry Baryshkov wrote: > On Thu, Sep 12, 2024 at 10:45:40AM GMT, Maxime Ripard wrote: > > Commit 9da7ec9b19d8 ("drm/bridge-connector: move to DRM_DISPLAY_HELPER > > module") recently moved the drm_bridge_connector file, but didn't update > > the doc resulting in a doc build warning. Update it for the new location. > > > > Fixes: 9da7ec9b19d8 ("drm/bridge-connector: move to DRM_DISPLAY_HELPER module") > > Closes: https://lore.kernel.org/dri-devel/20240904163018.214efaa7@canb.auug.org.au/ > > Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> > > Signed-off-by: Maxime Ripard <mripard@kernel.org> > > --- > > Documentation/gpu/drm-kms-helpers.rst | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > https://lore.kernel.org/dri-devel/20240911-drm-fix-dbc-docs-v1-1-ae5cb82fce1e@linaro.org/ Sigh... sorry, I missed that one. Can you apply your patch? Maxime
On Thu, Sep 12, 2024 at 11:59:57AM GMT, Maxime Ripard wrote: > On Thu, Sep 12, 2024 at 12:46:50PM GMT, Dmitry Baryshkov wrote: > > On Thu, Sep 12, 2024 at 10:45:40AM GMT, Maxime Ripard wrote: > > > Commit 9da7ec9b19d8 ("drm/bridge-connector: move to DRM_DISPLAY_HELPER > > > module") recently moved the drm_bridge_connector file, but didn't update > > > the doc resulting in a doc build warning. Update it for the new location. > > > > > > Fixes: 9da7ec9b19d8 ("drm/bridge-connector: move to DRM_DISPLAY_HELPER module") > > > Closes: https://lore.kernel.org/dri-devel/20240904163018.214efaa7@canb.auug.org.au/ > > > Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> > > > Signed-off-by: Maxime Ripard <mripard@kernel.org> > > > --- > > > Documentation/gpu/drm-kms-helpers.rst | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > > https://lore.kernel.org/dri-devel/20240911-drm-fix-dbc-docs-v1-1-ae5cb82fce1e@linaro.org/ > > Sigh... sorry, I missed that one. Can you apply your patch? No worries, it means that my subj wasn't obvious. Pushed out.
diff --git a/Documentation/gpu/drm-kms-helpers.rst b/Documentation/gpu/drm-kms-helpers.rst index 8435e8621cc0..c3e58856f75b 100644 --- a/Documentation/gpu/drm-kms-helpers.rst +++ b/Documentation/gpu/drm-kms-helpers.rst @@ -179,11 +179,11 @@ Bridge Operations :doc: bridge operations Bridge Connector Helper ----------------------- -.. kernel-doc:: drivers/gpu/drm/drm_bridge_connector.c +.. kernel-doc:: drivers/gpu/drm/display/drm_bridge_connector.c :doc: overview Bridge Helper Reference ------------------------- @@ -202,11 +202,11 @@ MIPI-DSI bridge operation Bridge Connector Helper Reference --------------------------------- -.. kernel-doc:: drivers/gpu/drm/drm_bridge_connector.c +.. kernel-doc:: drivers/gpu/drm/display/drm_bridge_connector.c :export: Panel-Bridge Helper Reference -----------------------------
Commit 9da7ec9b19d8 ("drm/bridge-connector: move to DRM_DISPLAY_HELPER module") recently moved the drm_bridge_connector file, but didn't update the doc resulting in a doc build warning. Update it for the new location. Fixes: 9da7ec9b19d8 ("drm/bridge-connector: move to DRM_DISPLAY_HELPER module") Closes: https://lore.kernel.org/dri-devel/20240904163018.214efaa7@canb.auug.org.au/ Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Maxime Ripard <mripard@kernel.org> --- Documentation/gpu/drm-kms-helpers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)