diff mbox series

drm/doc: Update drm_bridge_connector path

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

Commit Message

Maxime Ripard Sept. 12, 2024, 8:45 a.m. UTC
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(-)

Comments

Dmitry Baryshkov Sept. 12, 2024, 9:46 a.m. UTC | #1
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/
Maxime Ripard Sept. 12, 2024, 9:59 a.m. UTC | #2
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
Dmitry Baryshkov Sept. 12, 2024, 1:57 p.m. UTC | #3
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 mbox series

Patch

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
 -----------------------------