[PATCH] Revert "drm/amd/display: Enable Freesync Video Mode by default"

2022-12-21 Thread Michel Dänzer
From: Michel Dänzer This reverts commit de05abe6b9d0fe08f65d744f7f75a4cba4df27ad. The bug referenced below was bisected to this commit. There has been no activity toward fixing it in 3 months, so let's revert for now. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2162 Signed-off-by: Mich

Re: [PATCH 10/13] drm/amdgpu: use scheduler depenencies for CS

2022-12-21 Thread Mike Lothian
On Fri, 14 Oct 2022 at 09:47, Christian König wrote: > > Entirely remove the sync obj in the job. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 21 ++--- > drivers/gpu/drm/amd/amdgpu/amdgpu_cs.h | 2 ++ > drivers/gpu/drm/amd/amdgpu/amdgpu_

Re: [PATCH 10/13] drm/amdgpu: use scheduler depenencies for CS

2022-12-21 Thread Mike Lothian
https://gitlab.freedesktop.org/drm/amd/-/issues/2309 On Wed, 21 Dec 2022 at 15:34, Mike Lothian wrote: > > On Fri, 14 Oct 2022 at 09:47, Christian König > wrote: > > > > Entirely remove the sync obj in the job. > > > > Signed-off-by: Christian König > > --- > > drivers/gpu/drm/amd/amdgpu/amdgp

Re: [PATCH 10/13] drm/amdgpu: use scheduler depenencies for CS

2022-12-21 Thread Luben Tuikov
On 2022-12-21 10:34, Mike Lothian wrote: > On Fri, 14 Oct 2022 at 09:47, Christian König > wrote: >> >> Entirely remove the sync obj in the job. >> >> Signed-off-by: Christian König >> --- >> drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 21 ++--- >> drivers/gpu/drm/amd/amdgpu/amdgpu

Re: [PATCH 10/13] drm/amdgpu: use scheduler depenencies for CS

2022-12-21 Thread Mike Lothian
On Wed, 21 Dec 2022 at 15:52, Luben Tuikov wrote: > > On 2022-12-21 10:34, Mike Lothian wrote: > > On Fri, 14 Oct 2022 at 09:47, Christian König > > wrote: > >> > >> Entirely remove the sync obj in the job. > >> > >> Signed-off-by: Christian König > >> --- > >> drivers/gpu/drm/amd/amdgpu/amdgpu

[PATCH] drm/amd/display: Fix dsc mismatch of acquire and validationn of dsc engine

2022-12-21 Thread Bhawanpreet Lakha
[Why] We skip dsc_validation on pipes that are underlays, but in the acquire_dsc code we don't have this check. In certain conditions (when underlay pipe index is lower) we will assign the dsc resource to the underlay pipe and skip the base pipe. Now during dsc_validation we will skip the underla

RE: [PATCH] drm/amd/display: Fix dsc mismatch of acquire and validationn of dsc engine

2022-12-21 Thread Wu, Hersen
[AMD Official Use Only - General] Reviewed-by: Hersen Wu Regards! Hersen -Original Message- From: Bhawanpreet Lakha Sent: Wednesday, December 21, 2022 1:44 PM To: Swarnakar, Praful ; Wu, Hersen ; Deucher, Alexander Cc: amd-gfx@lists.freedesktop.org; Lakha, Bhawanpreet ; Liu, Wenji

[pull] amdgpu, amdkfd drm-fixes-6.2

2022-12-21 Thread Alex Deucher
Hi Dave, Daniel, Fixes for 6.2. The following changes since commit 38624d2c972e7692ca59d0d3b97741a3313addb3: Merge tag 'drm-intel-next-fixes-2022-12-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2022-12-20 15:43:14 +1000) are available in the Git repository at: https:

Re: [PATCH] drm/amdgpu: grab extra fence reference for drm_sched_job_add_dependency

2022-12-21 Thread Alex Deucher
Applied. Thanks! Alex On Mon, Dec 19, 2022 at 3:01 PM Borislav Petkov wrote: > > On Mon, Dec 19, 2022 at 11:47:18AM +0100, Christian König wrote: > > That function consumes the reference. > > > > Signed-off-by: Christian König > > Fixes: aab9cf7b6954 ("drm/amdgpu: use scheduler dependencies fo

Re: [PATCH] drm/amd/display: Remove the unused function dmub_outbox_irq_info_funcs

2022-12-21 Thread Alex Deucher
Applied. Thanks! Alex On Mon, Dec 19, 2022 at 9:22 AM Jiapeng Chong wrote: > > The function dmub_outbox_irq_info_funcs is defined in the > irq_service_dcn201.c file, but not called elsewhere, so remove this > unused function. > > drivers/gpu/drm/amd/amdgpu/../display/dc/irq/dcn201/irq_service_d

Re: [PATCH] Revert "drm/amd/display: Enable Freesync Video Mode by default"

2022-12-21 Thread Alex Deucher
Applied. Thanks! Alex On Wed, Dec 21, 2022 at 10:24 AM Michel Dänzer wrote: > > From: Michel Dänzer > > This reverts commit de05abe6b9d0fe08f65d744f7f75a4cba4df27ad. > > The bug referenced below was bisected to this commit. There has been no > activity toward fixing it in 3 months, so let's re

RE: [PATCH] drm/amd/display: Fix dsc mismatch of acquire and validationn of dsc engine

2022-12-21 Thread Swarnakar, Praful
[AMD Official Use Only - General] Hi Bhawan, Kindly correct the spelling to "validation" in Commit title - "drm/amd/display: Fix dsc mismatch of acquire and validationn of dsc engine" With that fixed, patch is good. Thank you. Acked-by: Praful Swarnakar Thanks and Best Regards, Praful Swarna