Re: [PATCH] drm/amd/display: Enable PSR by default on DCN3.1

2021-10-10 Thread Vishwakarma, Pratik
On 10/8/2021 9:44 PM, Nicholas Kazlauskas wrote: [Why] New idle optimizations for DCN3.1 require PSR for optimal power savings on panels that support it. This was previously left disabled by default because of issues with compositors that do not pageflip and scan out directly to the

Re: [PATCH 07/18] drm/amd/display: Create overlay planes

2019-02-26 Thread Vishwakarma, Pratik
On 2/26/2019 4:16 AM, Bhawanpreet Lakha wrote: > From: Nicholas Kazlauskas > > [Why] > Raven has support for combining pipes for DRM_PLANE_TYPE_OVERLAY use > but no overlays are exposed to userspace. > > [How] > Expose overlay planes based on DC plane caps. > > If all the pipes are in use then

[PATCH] drm/amdgpu/display: fix compiler errors [-Werror,-Wparentheses-equality]

2019-02-04 Thread Vishwakarma, Pratik
Remove extraneous parentheses around the comparison to silence this warning Signed-off-by: Pratik Vishwakarma --- drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c

Re: [PATCH 4/4] drm/amdgpu: Change the gfx/sdma init/fini sequence

2018-09-20 Thread Vishwakarma, Pratik
On 9/20/2018 3:37 PM, Rex Zhu wrote: initialize gfx/sdma before dpm features enabled. and disable dpm features before gfx/sdma fini. Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/amdgpu/cik.c | 17 + drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 11

Re: [PATCH] drm/amdgpu: add ip_block_mask user option for static builds

2018-08-21 Thread Vishwakarma, Pratik
s/blokcs/blocks s/dyanamic/dynamic Regards Pratik On 8/21/2018 3:23 PM, Shirish S wrote: This patch extends amdgpu.ip_block_mask to a Kconfig option as well, that can be altered by user at build time for OS' that do not permit passing dyanamic loading of amdgpu driver and also passing

RE: [PATCH 2/3] drm/amd/amdgpu: Fix crash in amdgpu_bo_reserve

2018-06-07 Thread Vishwakarma, Pratik
Ok. Abandoning the series. I am working on identifying the root cause and will post the new patch soon. Regards Pratik -Original Message- From: Koenig, Christian Sent: Wednesday, June 6, 2018 3:17 PM To: Vishwakarma, Pratik ; amd-gfx@lists.freedesktop.org; alexdeuc...@gmail.com

RE: [PATCH] drm/atomic: Add new reverse iterator over all plane state

2018-03-06 Thread Vishwakarma, Pratik
Below mail was rejected, maybe due to attachment. Sending again without attachment. Regards Pratik -Original Message- From: Vishwakarma, Pratik Sent: Tuesday, March 6, 2018 4:22 PM To: 'Daniel Vetter' <dan...@ffwll.ch>; Alex Deucher <alexdeuc...@gmail.com> Cc: Deuche