Re: [PATCH] drm/amd/display: do not allocate display_mode_lib unnecessarily

2020-01-25 Thread Dor Askayo
On Fri, Jan 17, 2020 at 12:59 PM Dor Askayo wrote: > > On Sat, Jan 4, 2020 at 2:23 PM Dor Askayo wrote: > > > > This allocation isn't required and can fail when resuming from suspend. > > > > Bug: https://gitlab.freedesktop.org/drm/amd/issues/1009 > > Signed-off-by: Dor Askayo > > --- > > drive

Re: [PATCH] drm/amd/display: do not allocate display_mode_lib unnecessarily

2020-01-24 Thread Leo
Sorry for the delay, change LGTM. Reviewed-by: Leo Li , and applied. Thanks! Leo On 2020-01-24 5:18 a.m., Dor Askayo wrote: > On Fri, Jan 17, 2020 at 12:59 PM Dor Askayo wrote: >> >> On Sat, Jan 4, 2020 at 2:23 PM Dor Askayo wrote: >>> >>> This allocation isn't required and can fail when re

Re: [PATCH] drm/amd/display: do not allocate display_mode_lib unnecessarily

2020-01-18 Thread Dor Askayo
On Sat, Jan 4, 2020 at 2:23 PM Dor Askayo wrote: > > This allocation isn't required and can fail when resuming from suspend. > > Bug: https://gitlab.freedesktop.org/drm/amd/issues/1009 > Signed-off-by: Dor Askayo > --- > drivers/gpu/drm/amd/display/dc/core/dc.c | 17 + > 1 file c

[PATCH] drm/amd/display: do not allocate display_mode_lib unnecessarily

2020-01-06 Thread Dor Askayo
This allocation isn't required and can fail when resuming from suspend. Bug: https://gitlab.freedesktop.org/drm/amd/issues/1009 Signed-off-by: Dor Askayo --- drivers/gpu/drm/amd/display/dc/core/dc.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/drivers/gpu