[AMD Official Use Only]
Tested-by: ikshwaku.chau...@amd.com
Thanks,
Ikshwaku Chauhan
-Original Message-
From: Harry Wentland
Sent: Thursday, March 24, 2022 2:39 AM
To: amd-gfx@lists.freedesktop.org
Cc: Wentland, Harry ; sta...@vger.kernel.org; Wu,
Hersen ; Chauhan, Ikshwaku ;
Kaz
The fence parameter is only optional.
Signed-off-by: Christian König
Fixes: 86fd5edfbdae ("drm/amdgpu: rework TLB flushing")
---
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
b/drivers/gpu
Enable gfx1037 clock counter retrieval function for
KFDPerfCountersTest.ClockCountersBasicTest.
Signed-off-by: Prike Liang
---
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
b/drivers/gpu/drm/amd/amdgpu/gfx_v10_
On Wed, 23 Mar 2022 at 16:32, Christian König wrote:
>
> Am 23.03.22 um 16:24 schrieb Daniel Stone:
> > On Wed, 23 Mar 2022 at 15:14, Alex Deucher wrote:
> >> On Wed, Mar 23, 2022 at 11:04 AM Daniel Stone wrote:
> >>> That's not what anyone's saying here ...
> >>>
> >>> No-one's demanding AMD pu
Reviewed-by: Hersen Wu
-Original Message-
From: Chauhan, Ikshwaku
Sent: Thursday, March 24, 2022 3:12 AM
To: Wentland, Harry ; amd-gfx@lists.freedesktop.org
Cc: Wentland, Harry ; sta...@vger.kernel.org; Wu,
Hersen ; Kazlauskas, Nicholas
; VURDIGERENATARAJ, CHANDAN
Subject: RE: [PAT
Reviewed-by: Alex Deucher
On Thu, Mar 24, 2022 at 6:16 AM Prike Liang wrote:
>
> Enable gfx1037 clock counter retrieval function for
> KFDPerfCountersTest.ClockCountersBasicTest.
>
> Signed-off-by: Prike Liang
> ---
> drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 1 +
> 1 file changed, 1 insertion
As the kmalloc_array() may return null, the 'event_waiters[i].wait' would lead
to null-pointer dereference.
Therefore, it is better to check the return value of kmalloc_array() to avoid
this confusion.
Signed-off-by: QintaoShen
---
drivers/gpu/drm/amd/amdkfd/kfd_events.c | 2 ++
1 file changed
The pointer edid_buf is dereferencing pointer edid before edid is being
null checked. Fix this by assigning edid->raw_edid to edid_buf only if
edid is not NULL, otherwise just NULL.
Signed-off-by: Haowen Bai
---
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 2 +-
1 file changed,
The value actual_pix_clk_100Hz is dereferencing pointer pix_clk_params
before pix_clk_params is being null checked. Fix this by assigning
pix_clk_params->requested_pix_clk_100hz to actual_pix_clk_100Hz only if
pix_clk_params is not NULL, otherwise just NULL.
Signed-off-by: Haowen Bai
---
drivers
Dear Divya,
Am 23.03.22 um 15:20 schrieb Divya Shikre:
Recently introduced commit "845ebd6b7c32 drm/amdgpu: Add
use_xgmi_p2p module parameter" did not update XGMI iolinks
when use_xgmi_p2p is disabled. Add fix to not create XGMI
iolinks in KFD topology when this parameter is disabled.
Thank y
Reviewed-By: Philip Yang
On 2022-03-24 4:13 a.m., Christian
König wrote:
The fence parameter is only optional.
Signed-off-by: Christian König
Fixes: 86fd5edfbdae ("drm/amdgpu: rework TLB flushing")
---
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 7 ---
1 f
[AMD Official Use Only]
From: Boyuan Zhang mailto:boyuan.zh...@amd.com>>
For VCN FW to detect ASIC type, in order to use different mailbox registers.
V2: simplify codes and fix format issue.
Signed-off-by: Boyuan Zhang mailto:boyuan.zh...@amd.com>>
Acked-by Huang Rui
---
drivers/gpu/drm/amd/am
[AMD Official Use Only]
Hi Paul,
This change is to differentiate device (IP_VERSION(3, 1, 2)) and device
(IP_VERSION(3, 1, 1)), since they are using different mailbox registers for VCN
DPM. There is no other impact for VCN.
And thank for pointing out the format issue. I just sent out V2. Pleas
On Thu, Mar 24, 2022 at 2:07 AM Paul Menzel wrote:
>
> Dear Craig,
>
>
> Am 24.03.22 um 02:09 schrieb Craig M:
> > I should add some further information:
> >
> > I have tried using Manjaro KDE, Kubuntu 20 and Kubuntu 18.03 live
> > disks and all exhibit this 'tearing' issue.
> >
> > The problem be
Applied. Thanks!
Alex
On Thu, Mar 24, 2022 at 9:46 AM QintaoShen wrote:
>
> As the kmalloc_array() may return null, the 'event_waiters[i].wait' would
> lead to null-pointer dereference.
> Therefore, it is better to check the return value of kmalloc_array() to avoid
> this confusion.
>
> Signe
[AMD Official Use Only]
PING?
**
https://lore.kernel.org/amd-gfx/20220313052839.5777-1-darren.pow...@amd.com/T/#u
[PATCH v1 0/2] amdgpu/pm: Implement parallel sysfs_emit solution for vega10
2022-03-13 5:28 UTC (3+ messages)
` [PATCH 1/2] amdgpu/pm: Add new hwmgr API function "emit_clock_lev
Properly case to u32 to fix the warning.
Fixes: 83f1287c57228f ("drm/amdkfd: Fix Incorrect VMIDs passed to HWS")
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device.c
b/
Am 2022-03-24 um 17:31 schrieb Alex Deucher:
Properly case to u32 to fix the warning.
Fixes: 83f1287c57228f ("drm/amdkfd: Fix Incorrect VMIDs passed to HWS")
Signed-off-by: Alex Deucher
Reviewed-by: Felix Kuehling
---
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 2 +-
1 file changed, 1 in
From: Sean Paul
ATOMIC and DRIVER log categories do not typically contain per-frame log
messages. This patch re-classifies some messages in amd to chattier
categories to keep ATOMIC/DRIVER quiet.
Signed-off-by: Sean Paul
---
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 5 +++--
drivers/
Disable ABM feature when the system is running on AC mode to get
the more perfect contrast of the display.
Signed-off-by: Ryan Lin
---
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 4 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c| 1 +
drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c | 58
[AMD Official Use Only]
Seems fine to me.
Series is reviewed-by: Evan Quan
Thanks,
Evan
From: Powell, Darren
Sent: Friday, March 25, 2022 4:24 AM
To: amd-gfx@lists.freedesktop.org
Cc: Quan, Evan
Subject: Re: [PATCH v1 0/2] amdgpu/pm: Implement parallel sysfs_emit solution
for vega10
[AMD Of
Please drop the UPSTREAM prefix. Might be needed in the ChromeOS patch, but
not for upstream.
On Fri, Mar 25, 2022, 2:29 AM Ryan Lin wrote:
> Disable ABM feature when the system is running on AC mode to get
> the more perfect contrast of the display.
>
> Signed-off-by: Ryan Lin
>
> ---
> drive
Dear Boyuan,
Thank for the improved patch.
Am 24.03.22 um 18:25 schrieb Zhang, Boyuan:
[AMD Official Use Only]
No idea if this would confuse `git am`.
From: Boyuan Zhang mailto:boyuan.zh...@amd.com>>
Your mailer(?) mangled the patch. Did you edit it in your MUA’s compose
window?
For
Dear Boyuan,
Am 25.03.22 um 06:53 schrieb Paul Menzel:
Dear Boyuan,
Thank for the improved patch.
Am 24.03.22 um 18:25 schrieb Zhang, Boyuan:
[AMD Official Use Only]
No idea if this would confuse `git am`.
From: Boyuan Zhang mailto:boyuan.zh...@amd.com>>
Your mailer(?) mangled the pa
Disable ABM feature when the system is running on AC mode to get
the more perfect contrast of the display.
Signed-off-by: Ryan Lin
---
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 4 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c| 1 +
drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c | 58
Am 25.03.22 um 05:05 schrieb Ryan Lin:
Disable ABM feature when the system is running on AC mode to get
the more perfect contrast of the display.
Signed-off-by: Ryan Lin
---
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 4 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c| 1 +
drivers
26 matches
Mail list logo