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

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 +

[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/dr