[AMD Official Use Only - Internal Distribution Only]
Hi Nirmoy,
I also found amdgpu_device_ip_reinit_late_sriov() part is missed.
Will push another patch to make them consistent soon.
Best regards,
Jiawei
-Original Message-
From: Das, Nirmoy
Sent: Friday, August 28, 2020 2:33 PM
To: D
Am 28.08.20 um 02:00 schrieb Grodzovsky, Andrey:
Ping
Andrey
*From:* amd-gfx on behalf of
Andrey Grodzovsky
*Sent:* 27 August 2020 10:54
*To:* Alex Deucher
*Cc:* Deucher, Alexander ; Das, Nirmoy
; amd-gfx list
*Subje
On 8/28/20 3:16 AM, Deng, Emily wrote:
[AMD Official Use Only - Internal Distribution Only]
Hi Nirmoy,
Still think the original logical is more clear.
No problem but we should at least make sure
amdgpu_device_ip_reinit_late_sriov() and
amdgpu_device_ip_reinit_early_sriov()
are cons
[AMD Official Use Only - Internal Distribution Only]
Hi Nirmoy,
Still think the original logical is more clear.
Best wishes
Emily Deng
>-Original Message-
>From: Das, Nirmoy
>Sent: Thursday, August 27, 2020 11:19 PM
>To: amd-gfx@lists.freedesktop.org
>Cc: Deucher, Alexander ; Liu,
Ping
Andrey
From: amd-gfx on behalf of Andrey
Grodzovsky
Sent: 27 August 2020 10:54
To: Alex Deucher
Cc: Deucher, Alexander ; Das, Nirmoy
; amd-gfx list
Subject: Re: [PATCH 5/7] drm/amdgpu: Fix consecutive DPC recoveries failure.
On 8/26/20 11:20 AM, Alex D
From: Colin Ian King
The calculation of tmp64 is performed using a 32 bit multiply and then
is stored in the uint64_t variable tmp64. This indicates that a 64 bit
result may be expected, so cast crystal_clock_freq to a uint64_t
to ensure a 64 bit multiplication is being performed to avoid any
pot
[AMD Official Use Only - Internal Distribution Only]
Reviewed-by: Alex Deucher
From: Das, Nirmoy
Sent: Thursday, August 27, 2020 11:58 AM
To: amd-gfx@lists.freedesktop.org
Cc: Deucher, Alexander ; Das, Nirmoy
Subject: [PATCH 1/1] drm/amdgpu: fix compiler warni
isn't a better fix to simply delete the line? The print seems redundant to
me.
Tom
On Thu, Aug 27, 2020 at 9:27 AM 张二东 wrote:
>
>
>
>
> ___
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gf
Fixes below compiler warnings:
CC [M] drivers/gpu/drm/amd/amdgpu/amdgpu_device.o
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:381:1: warning: ‘static’ is not at
beginning of declaration [-Wold-style-declaration]
381 | void static inline amdgpu_mm_wreg_mmio(struct amdgpu_device *adev,
uint32_t r
This patch removes some unwanted code duplication and
simplifies sriov's ip block reinit logic.
Signed-off-by: Nirmoy Das
---
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 117 +++--
1 file changed, 60 insertions(+), 57 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_
On 8/26/20 11:20 AM, Alex Deucher wrote:
On Wed, Aug 26, 2020 at 10:46 AM Andrey Grodzovsky
wrote:
DPC recovery after prev. DPC recovery or after prev. MODE1 reset fails
unles you save the cashe the saved PCI confspace to load it after
each new reset.
Also use same cached state for other use
> When amdgpu_display_modeset_create_props() fails, state and
> state->context should be freed to prevent memleak. It's the
> same when amdgpu_dm_audio_init() fails.
* Can another imperative wording become helpful for the change description?
* Would you like to consider the tag “Fixes” for the co
Applied. Thanks!
Alex
On Thu, Aug 27, 2020 at 7:18 AM Christian König
wrote:
>
> Am 25.08.20 um 19:33 schrieb Kai-Heng Feng:
> > Commit 2e26ccb119bd ("drm/radeon: prefer lower reference dividers")
> > fixed screen flicker for HP Compaq nx9420 but breaks other laptops like
> > Asus X50SL.
> >
>
Indeed, I noticed it later and did it in patch 6 (merging 1 and 6 was very messy
due to following changes so I just kept it as a separate patch).
Andrey
On 8/26/20 9:23 PM, Li, Dennis wrote:
[AMD Official Use Only - Internal Distribution Only]
Hi, Andrey,
I found that the sequences of a
0001-Fix-a-array-bound-overflow-bug-in-function-umr_clock.patch
Description: Binary data
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
Am 25.08.20 um 19:33 schrieb Kai-Heng Feng:
Commit 2e26ccb119bd ("drm/radeon: prefer lower reference dividers")
fixed screen flicker for HP Compaq nx9420 but breaks other laptops like
Asus X50SL.
Turns out we also need to favor lower feedback dividers.
Mhm, let's hope that this works out for a
[AMD Official Use Only - Internal Distribution Only]
Reviewed-by: Monk Liu
_
Monk Liu|GPU Virtualization Team |AMD
-Original Message-
From: amd-gfx On Behalf Of Bokun Zhang
Sent: Saturday, May 2, 2020 1:48 AM
To: amd-gfx@lists.freedesktop.org
Cc: Zh
[AMD Official Use Only - Internal Distribution Only]
Reviewed-by: Monk Liu
_
Monk Liu|GPU Virtualization Team |AMD
-Original Message-
From: amd-gfx On Behalf Of Bokun Zhang
Sent: Wednesday, August 5, 2020 11:32 PM
To: amd-gfx@lists.freedesktop.org
C
[AMD Official Use Only - Internal Distribution Only]
Reviewed-by: Emily.Deng
>-Original Message-
>From: amd-gfx On Behalf Of Bokun
>Zhang
>Sent: Wednesday, August 5, 2020 11:32 PM
>To: amd-gfx@lists.freedesktop.org
>Cc: Zhang, Bokun
>Subject: [PATCH] SWDEV-220451 - Query guest's inform
On 8/27/20 4:32 AM, Jiawei wrote:
Optimize code to iterate less loops in
amdgpu_device_ip_reinit_early_sriov()
Signed-off-by: Jiawei
---
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/am
[AMD Public Use]
Reviewed-by: Tao Zhou
> -Original Message-
> From: Jiansong Chen
> Sent: Thursday, August 27, 2020 2:47 PM
> To: amd-gfx@lists.freedesktop.org
> Cc: Zhou1, Tao ; Feng, Kenneth
> ; Chen, Jiansong (Simon)
> Subject: [PATCH] drm/amd/pm: enable MP0 DPM for sienna_cichlid
>
21 matches
Mail list logo