Re: [PATCH] drm/udl: Bugfix in EDID reading routine

2019-03-13 Thread Robert Tarasov
I've already submitted the new one. On Tue, Mar 12, 2019 at 1:02 AM Jani Nikula wrote: > On Mon, 11 Mar 2019, Robert Tarasov wrote: > > Yes, you're right. Will prepare another patch which will use > > drm_do_get_edid() > > Oh, you might want to have this patch first with cc: stable and all > th

Re: [PATCH] drm/udl: Bugfix in EDID reading routine

2019-03-12 Thread Robert Tarasov
Yes, you're right. Will prepare another patch which will use drm_do_get_edid() On Mon, Mar 11, 2019 at 4:33 AM Jani Nikula wrote: > On Fri, 08 Mar 2019, Robert Tarasov wrote: > > Fixed bug with reading of last EDID extra block in drm/udl driver. > > Previouse approach read all the blocks except

Re: [PATCH] drm/udl: Bugfix in EDID reading routine

2019-03-12 Thread Jani Nikula
On Mon, 11 Mar 2019, Robert Tarasov wrote: > Yes, you're right. Will prepare another patch which will use > drm_do_get_edid() Oh, you might want to have this patch first with cc: stable and all that, and do the cleanup afterwards. BR, Jani. > > On Mon, Mar 11, 2019 at 4:33 AM Jani Nikula > wr

Re: [PATCH] drm/udl: Bugfix in EDID reading routine

2019-03-11 Thread Jani Nikula
On Fri, 08 Mar 2019, Robert Tarasov wrote: > Fixed bug with reading of last EDID extra block in drm/udl driver. > Previouse approach read all the blocks except the last one. > > Signed-off-by: Robert Tarasov > --- > drivers/gpu/drm/udl/udl_connector.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH] drm/udl: Bugfix in EDID reading routine

2019-03-09 Thread Robert Tarasov
Fixed bug with reading of last EDID extra block in drm/udl driver. Previouse approach read all the blocks except the last one. Signed-off-by: Robert Tarasov --- drivers/gpu/drm/udl/udl_connector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/udl/udl_connect