On 5/14/2024 4:35 PM, Lijo Lazar wrote:
> This series adds APIs to get the supported PM policies and also set them. A PM
> policy type is a predefined policy type supported by an SOC and each policy
> may
> define two or more levels to choose from. A user can select the appropriate
> level throu
Am 08.05.24 um 20:09 schrieb Tvrtko Ursulin:
From: Tvrtko Ursulin
The logic assumed any migration attempt worked and therefore would over-
account the amount of data migrated during buffer re-validation. As a
consequence client can be unfairly penalised by incorrectly considering
its migration
Am 08.05.24 um 20:09 schrieb Tvrtko Ursulin:
From: Tvrtko Ursulin
Current code appears to live in a misconception that playing with buffer
allowed and preferred placements can control the decision on whether
backing store migration will be attempted or not.
Both from code inspection and from e
[AMD Official Use Only - AMD Internal Distribution Only]
-Original Message-
From: amd-gfx On Behalf Of Lijo Lazar
Sent: Tuesday, May 14, 2024 7:06 PM
To: amd-gfx@lists.freedesktop.org
Cc: Zhang, Hawking ; Deucher, Alexander
; Kamal, Asad ; Ma, Le
Subject: [PATCH v4 01/10] drm/amd/pm: A
[AMD Official Use Only - AMD Internal Distribution Only]
Series is
Reviewed-by: Asad Kamal
Thanks & Regards
Asad
-Original Message-
From: Wang, Yang(Kevin)
Sent: Wednesday, May 15, 2024 1:10 PM
To: Lazar, Lijo ; amd-gfx@lists.freedesktop.org
Cc: Zhang, Hawking ; Deucher, Alexander
; K
[AMD Official Use Only - AMD Internal Distribution Only]
From: Kenneth Feng
disable gpo temprarily since it is not ready in fw
Signed-off-by: Kenneth Feng
Reviewed-by: Jack Gui
---
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/driv
Update the memory pointer from ip_dump to ipdump_core
to make it specific to core registers and rest other
registers to be dumped in their respective memories.
Signed-off-by: Sunil Khatri
---
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 2 +-
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 14 +++---
Add gfx queue register for all instances in ip dump
for gfx10.
Signed-off-by: Sunil Khatri
---
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 1 +
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 86 +
2 files changed, 87 insertions(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu
add prints before and after during ip registers
dump. It avoids user to think of system being
stuck/hung as register dump takes time after a
gpu hang.
Signed-off-by: Sunil Khatri
---
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/
add support to dump registers of all instances of
cp registers in gfx10
Signed-off-by: Sunil Khatri
---
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 1 +
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 117 +++-
2 files changed, 114 insertions(+), 4 deletions(-)
diff --git a/driver
[AMD Official Use Only - AMD Internal Distribution Only]
Reviewed-by: Kent Russell
> -Original Message-
> From: amd-gfx On Behalf Of Sreekant
> Somasekharan
> Sent: Tuesday, May 14, 2024 8:31 PM
> To: amd-gfx@lists.freedesktop.org
> Cc: Kuehling, Felix ; Somasekharan, Sreekant
> ; Dan
On 15/05/2024 08:14, Christian König wrote:
Am 08.05.24 um 20:09 schrieb Tvrtko Ursulin:
From: Tvrtko Ursulin
The logic assumed any migration attempt worked and therefore would over-
account the amount of data migrated during buffer re-validation. As a
consequence client can be unfairly pen
On Tue, May 14, 2024 at 08:31:03PM -0400, Sreekant Somasekharan wrote:
> Remove bo NULL check in amdgpu/gmc_v12_0.c:gmc_v12_0_get_vm_pte() function
> to fix smatch warning:
>
> 'drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c:518 gmc_v12_0_get_vm_pte()
> warn: variable dereferenced before check 'bo' (see l
On 15/05/2024 08:20, Christian König wrote:
Am 08.05.24 um 20:09 schrieb Tvrtko Ursulin:
From: Tvrtko Ursulin
Current code appears to live in a misconception that playing with buffer
allowed and preferred placements can control the decision on whether
backing store migration will be attempte
On Wed, May 15, 2024 at 7:12 AM Gao, Likun wrote:
>
> [AMD Official Use Only - AMD Internal Distribution Only]
>
> From: Kenneth Feng
>
> disable gpo temprarily since it is not ready in fw
>
> Signed-off-by: Kenneth Feng
> Reviewed-by: Jack Gui
Acked-by: Alex Deucher
> ---
> drivers/gpu/drm
Am 15.05.24 um 12:59 schrieb Tvrtko Ursulin:
On 15/05/2024 08:20, Christian König wrote:
Am 08.05.24 um 20:09 schrieb Tvrtko Ursulin:
From: Tvrtko Ursulin
Current code appears to live in a misconception that playing with
buffer
allowed and preferred placements can control the decision on w
The parameters segment_width and last_segment_width are used to control
the configuration of the Output Plane Processor (OPP), specifically the
width of each segment that the display is divided into and the width of
the last segment
Fixes the below with gcc W=1:
drivers/gpu/drm/amd/amdgpu/../displ
Update the capabilities for supporting 8k encoding/decoding.
Signed-off-by: Ruijing Dong
---
drivers/gpu/drm/amd/amdgpu/soc24.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/soc24.c
b/drivers/gpu/drm/amd/amdgpu/soc24.c
index b2b9e0f83b
[AMD Official Use Only - AMD Internal Distribution Only]
> -Original Message-
> From: Lazar, Lijo
> Sent: Tuesday, May 14, 2024 7:06 AM
> To: amd-gfx@lists.freedesktop.org
> Cc: Zhang, Hawking ; Deucher, Alexander
> ; Kamal, Asad ; Ma,
> Le
> Subject: [PATCH v4 10/10] Documentation/amdgp
[Public]
> -Original Message-
> From: Sunil Khatri
> Sent: Wednesday, May 15, 2024 8:18 AM
> To: Deucher, Alexander ; Koenig, Christian
>
> Cc: amd-gfx@lists.freedesktop.org; Khatri, Sunil
> Subject: [PATCH v3 1/4] drm/amdgpu: update the ip_dump to ipdump_core
>
> Update the memory poin
[Public]
> -Original Message-
> From: Sunil Khatri
> Sent: Wednesday, May 15, 2024 8:18 AM
> To: Deucher, Alexander ; Koenig, Christian
>
> Cc: amd-gfx@lists.freedesktop.org; Khatri, Sunil
> Subject: [PATCH v3 2/4] drm/amdgpu: Add support to dump gfx10 cp
> registers
>
> add support to
[Public]
> -Original Message-
> From: Sunil Khatri
> Sent: Wednesday, May 15, 2024 8:18 AM
> To: Deucher, Alexander ; Koenig, Christian
>
> Cc: amd-gfx@lists.freedesktop.org; Khatri, Sunil
> Subject: [PATCH v3 3/4] drm/amdgpu: add support to dump gfx10 queue
> registers
>
> Add gfx queu
If a Radeon 6750M GPU from an iMac12,1 is installed into an iMac 12,2, there is
no backlight device initialized during boot. Everything else is functional, but
the display brightness cannot be controlled. There are no directories present
in /sys/class/backlight after booting. A simple one line m
If a Radeon 6750M GPU from an iMac12,1 is installed into an iMac 12,2, there is
no backlight device initialized during boot. Everything else is functional, but
the display brightness cannot be controlled. There are no directories present
in /sys/class/backlight after booting. A simple one line m
On 15/05/2024 15:31, Christian König wrote:
Am 15.05.24 um 12:59 schrieb Tvrtko Ursulin:
On 15/05/2024 08:20, Christian König wrote:
Am 08.05.24 um 20:09 schrieb Tvrtko Ursulin:
From: Tvrtko Ursulin
Current code appears to live in a misconception that playing with
buffer
allowed and pre
add thm 14.0.2 header file
v2: add license, update to latest changes (Alex)
Signed-off-by: Kenneth Feng
Signed-off-by: Alex Deucher
---
.../include/asic_reg/thm/thm_14_0_2_offset.h | 228 +
.../include/asic_reg/thm/thm_14_0_2_sh_mask.h | 940 ++
2 files changed, 1168 inser
enable thermal alert on smu 14.0.2/3
Signed-off-by: Kenneth Feng
---
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v14_0.h | 8 +++
.../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c| 68 ++-
.../drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 35 +-
3 files changed, 108 insertions(+),
On 5/16/2024 1:37 AM, Deucher, Alexander wrote:
[Public]
-Original Message-
From: Sunil Khatri
Sent: Wednesday, May 15, 2024 8:18 AM
To: Deucher, Alexander ; Koenig, Christian
Cc: amd-gfx@lists.freedesktop.org; Khatri, Sunil
Subject: [PATCH v3 1/4] drm/amdgpu: update the ip_dump to
On 5/16/2024 1:42 AM, Deucher, Alexander wrote:
[Public]
-Original Message-
From: Sunil Khatri
Sent: Wednesday, May 15, 2024 8:18 AM
To: Deucher, Alexander ; Koenig, Christian
Cc: amd-gfx@lists.freedesktop.org; Khatri, Sunil
Subject: [PATCH v3 3/4] drm/amdgpu: add support to dump g
On 5/16/2024 1:40 AM, Deucher, Alexander wrote:
[Public]
-Original Message-
From: Sunil Khatri
Sent: Wednesday, May 15, 2024 8:18 AM
To: Deucher, Alexander ; Koenig, Christian
Cc: amd-gfx@lists.freedesktop.org; Khatri, Sunil
Subject: [PATCH v3 2/4] drm/amdgpu: Add support to dump g
30 matches
Mail list logo