Re: [PATCH] drm/amd/display: check if modeset is required before adding plane

2017-10-27 Thread Harry Wentland
On 2017-10-26 11:25 PM, S, Shirish wrote: > > From: Shirish S > > Adding affected planes without checking if modeset is requested from the user > space causes performance regression in video p/b scenarios when full screen > p/b is not composited. > > Hence add a check

RE: [PATCH] drm/amd/display: check if modeset is required before adding plane

2017-10-27 Thread Deucher, Alexander
> -Original Message- > From: S, Shirish > Sent: Thursday, October 26, 2017 11:26 PM > To: amd-gfx@lists.freedesktop.org; Wentland, Harry; Deucher, Alexander > Subject: [PATCH] drm/amd/display: check if modeset is required before > adding plane > > > From: S

[PATCH] drm/amd/display: check if modeset is required before adding plane

2017-10-26 Thread S, Shirish
From: Shirish S Adding affected planes without checking if modeset is requested from the user space causes performance regression in video p/b scenarios when full screen p/b is not composited. Hence add a check before adding a plane as affected. bug: