Re: [PATCH] drm: fix doc warnings related to drm connector

2023-09-10 Thread Randy Dunlap
On 9/9/23 23:37, Bragatheswaran Manickavel wrote: >>On Sun, 10 Sept 2023 at 09:29, Randy Dunlap >> wrote: >>On 9/9/23 20:54, Bagas Sanjaya wrote: >>> On Sat, Sep 09, 2023 at 04:33:43PM +0530, Bragatheswaran Manickavel wrote: Addressing drm dp/hdmi connector rel

Re: [PATCH] drm: fix doc warnings related to drm connector

2023-09-10 Thread Bragatheswaran Manickavel
On Sun, 10 Sept 2023 at 09:29, Randy Dunlap wrote: >On 9/9/23 20:54, Bagas Sanjaya wrote: >> On Sat, Sep 09, 2023 at 04:33:43PM +0530, Bragatheswaran Manickavel wrote: >>> Addressing drm dp/hdmi connector related kernel documentation >>> warning and add more information about these values. >> >> W

Re: [PATCH] drm: fix doc warnings related to drm connector

2023-09-09 Thread Bragatheswaran Manickavel
>On Sun, 10 Sept 2023 at 09:29, Randy Dunlap wrote: >On 9/9/23 20:54, Bagas Sanjaya wrote: >> On Sat, Sep 09, 2023 at 04:33:43PM +0530, Bragatheswaran Manickavel wrote: >>> Addressing drm dp/hdmi connector related kernel documentation >>> warning and add more information about these values. >> >>

Re: [PATCH] drm: fix doc warnings related to drm connector

2023-09-09 Thread Bragatheswaran Manickavel
>On Sun, 10 Sept 2023 at 09:29, Randy Dunlap wrote: >On 9/9/23 20:54, Bagas Sanjaya wrote: >> On Sat, Sep 09, 2023 at 04:33:43PM +0530, Bragatheswaran Manickavel wrote: >>> Addressing drm dp/hdmi connector related kernel documentation >>> warning and add more information about these values. >> >>

Re: [PATCH] drm: fix doc warnings related to drm connector

2023-09-09 Thread Randy Dunlap
On 9/9/23 20:54, Bagas Sanjaya wrote: > On Sat, Sep 09, 2023 at 04:33:43PM +0530, Bragatheswaran Manickavel wrote: >> Addressing drm dp/hdmi connector related kernel documentation >> warning and add more information about these values. > > What are these? > There are already patches for these

Re: [PATCH] drm: fix doc warnings related to drm connector

2023-09-09 Thread Bagas Sanjaya
On Sat, Sep 09, 2023 at 04:33:43PM +0530, Bragatheswaran Manickavel wrote: > Addressing drm dp/hdmi connector related kernel documentation > warning and add more information about these values. What are these? > > Signed-off-by: Bragatheswaran Manickavel > --- > drivers/gpu/drm/drm_connector.c

[PATCH] drm: fix doc warnings related to drm connector

2023-09-09 Thread Bragatheswaran Manickavel
Addressing drm dp/hdmi connector related kernel documentation warning and add more information about these values. Signed-off-by: Bragatheswaran Manickavel --- drivers/gpu/drm/drm_connector.c | 2 ++ include/drm/drm_connector.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/drivers/g