Re: [PATCH 3/3] drm/panel-edp: Fix variable typo when saving hpd absent delay from DT

2022-07-20 Thread AngeloGioacchino Del Regno
Il 19/07/22 22:38, Nícolas F. R. A. Prado ha scritto: The value read from the "hpd-absent-delay-ms" property in DT was being saved to the wrong variable, overriding the hpd_reliable delay. Fix the typo. Fixes: 5540cf8f3e8d ("drm/panel-edp: Implement generic "edp-panel"s probed by EDID") Signed-

Re: [PATCH 3/3] drm/panel-edp: Fix variable typo when saving hpd absent delay from DT

2022-07-19 Thread Doug Anderson
Hi, On Tue, Jul 19, 2022 at 3:45 PM Doug Anderson wrote: > > Hi, > > On Tue, Jul 19, 2022 at 1:39 PM Nícolas F. R. A. Prado > wrote: > > > > The value read from the "hpd-absent-delay-ms" property in DT was being > > saved to the wrong variable, overriding the hpd_reliable delay. Fix the > > typo

Re: [PATCH 3/3] drm/panel-edp: Fix variable typo when saving hpd absent delay from DT

2022-07-19 Thread Doug Anderson
Hi, On Tue, Jul 19, 2022 at 1:39 PM Nícolas F. R. A. Prado wrote: > > The value read from the "hpd-absent-delay-ms" property in DT was being > saved to the wrong variable, overriding the hpd_reliable delay. Fix the > typo. > > Fixes: 5540cf8f3e8d ("drm/panel-edp: Implement generic "edp-panel"s pr

Re: [PATCH 3/3] drm/panel-edp: Fix variable typo when saving hpd absent delay from DT

2022-07-19 Thread André Almeida
Às 17:38 de 19/07/22, Nícolas F. R. A. Prado escreveu: > The value read from the "hpd-absent-delay-ms" property in DT was being > saved to the wrong variable, overriding the hpd_reliable delay. Fix the > typo. > > Fixes: 5540cf8f3e8d ("drm/panel-edp: Implement generic "edp-panel"s probed by > EDI

[PATCH 3/3] drm/panel-edp: Fix variable typo when saving hpd absent delay from DT

2022-07-19 Thread Nícolas F . R . A . Prado
The value read from the "hpd-absent-delay-ms" property in DT was being saved to the wrong variable, overriding the hpd_reliable delay. Fix the typo. Fixes: 5540cf8f3e8d ("drm/panel-edp: Implement generic "edp-panel"s probed by EDID") Signed-off-by: Nícolas F. R. A. Prado --- drivers/gpu/drm/pa