Am 28.03.22 um 23:19 schrieb Philip Yang:
To support multi-thread update page table.
Signed-off-by: Philip Yang
One nit comment below, but patch is Reviewed-by: Christian König
anyway.
---
drivers/gpu/drm/amd/amdkfd/kfd_priv.h| 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 5 ++
Dear 李真,
[Your mailer formatted the message oddly. Maybe configure it to use only
plain text email with no HTML parts – common in Linux kernel community
–, or, if not possible, switch to something else (Mozilla Thunderbird, …).]
Am 29.03.22 um 04:54 schrieb 李真能:
[…]
*日 期:*2022-03-28 15:3
[Public]
Thanks for the correcting fix and I confirm on the gfx1037 exactly need update
the mmGCR_GENERAL_CNTL offset to 0x1580.
Meanwhile, please confirm whether this change also apply in the gfx1036, anyway
this patch is
Acked-by: Prike Liang
> -Original Message-
> From: Ji, Ruili
Dear Shirish,
Thank you for the patch.
Am 11.03.22 um 16:33 schrieb Shirish S:
[Why]
comparing pwm bl values (coverted) with user brightness(converted)
1. co*n*verted
2. Please add a space before the (.
levels in commit_tail leads to continuous setting of backlight via dmub
as they don'
On 3/28/2022 10:37 PM, Kent Russell wrote:
This is being added to SMU Metrics, so add the required tie-ins in the
kernel. Also create the corresponding unique_id sysfs file.
v2: Add FW version check, remove SMU mutex
v3: Fix style warning
v4: Add MP1 IP_VERSION check to FW version check
Sign
To support multi-thread update page table.
Signed-off-by: Philip Yang
---
drivers/gpu/drm/amd/amdkfd/kfd_priv.h| 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
b/drivers/gpu/drm/a
On 2022-03-20 23:47, S, Shirish wrote:
> [AMD Official Use Only]
>
> Ping!
>
After internal discussions it turns out that the readback
is indeed not expected to match the value being set if ABM
is enabled. The suggested way to deal with this is to track
the previous value in SW, i.e. exactly wha
To all X.Org Foundation Members:
The election for the X.Org Foundation Board of Directors will begin on 04 April
2022. We have 6 candidates who are running for 4 seats. They are:
Emma Anholt
Shashank Sharma
Ricardo Garcia
Mark Filion
Lucas Stach
Alyssa Rosenzweig
To be fo
Dear Song,
Am 28.03.22 um 21:24 schrieb Song Liu:
On Mar 27, 2022, at 11:51 PM, Paul Menzel wrote:
Am 28.03.22 um 08:37 schrieb Song Liu:
[…]
On Mar 27, 2022, at 3:36 AM, Paul Menzel wrote:
Am 26.03.22 um 19:46 schrieb Paul Menzel:
#regzbot introduced: fac54e2bfb5be2b0bbf115fe80d4
On Mon, Mar 14, 2022 at 3:30 PM Jason Baron wrote:
>
>
>
> On 3/11/22 20:06, jim.cro...@gmail.com wrote:
> > On Fri, Mar 11, 2022 at 12:06 PM Jason Baron wrote:
> >>
> >>
> >>
> >> On 3/10/22 23:47, Jim Cromie wrote:
> >>>
> >>> With the patch, one can enable current/unclassed callsites by:
> >>>
On 2022-03-28 12:54, Melissa Wen wrote:
> On 03/28, Simon Ser wrote:
>> Thanks a lot for you patch! I've noticed as well that amdgpu ignores
>> the plane alpha property [1]. I'll try to find time to test it.
> Hi Simon,
>
> So you've faced this kind of issue many times :/
> Let me know the resu
Am 28.03.22 um 19:17 schrieb Melissa Wen:
On 03/28, Christian König wrote:
Am 26.03.22 um 21:24 schrieb Melissa Wen:
dcn10_validate_bandwidth is only used on dcn10 files, but is declared in
dcn_calcs files. Rename dcn10_* to dcn_* in calcs, remove DC_FP_* wrapper
inside DML folder and create an
On 03/28, Christian König wrote:
> Am 26.03.22 um 21:24 schrieb Melissa Wen:
> > dcn10_validate_bandwidth is only used on dcn10 files, but is declared in
> > dcn_calcs files. Rename dcn10_* to dcn_* in calcs, remove DC_FP_* wrapper
> > inside DML folder and create an specific dcn10_validate_bandwid
[AMD Official Use Only]
Thanks Luben, I've committed and pushed out these patches.
Cheers,
Tom
From: Tuikov, Luben
Sent: Sunday, March 27, 2022 06:42
To: amd-gfx@lists.freedesktop.org
Cc: Tuikov, Luben; StDenis, Tom; Su, Jinzhou (Joe)
Subject: [PATCH 5/5
This is being added to SMU Metrics, so add the required tie-ins in the
kernel. Also create the corresponding unique_id sysfs file.
v2: Add FW version check, remove SMU mutex
v3: Fix style warning
v4: Add MP1 IP_VERSION check to FW version check
Signed-off-by: Kent Russell
Reviewed-by: Alex Deuch
To ease readability, use switch to set unique_id as supported for the
supported IP_VERSIONs, and set it to unsupported by default for all
other ASICs.
This makes it easier to add IP_VERSIONs later on, and makes it obvious
that it is not supported by default, instead of the current logic that
assume
[AMD Official Use Only]
> -Original Message-
> From: Alex Deucher
> Sent: Monday, March 28, 2022 1:02 PM
> To: Russell, Kent
> Cc: amd-gfx list ; Deucher, Alexander
>
> Subject: Re: [PATCH 2/2] drm/amdgpu: Add unique_id support for sienna cichlid
>
> On Mon, Mar 28, 2022 at 12:53 PM Ken
On Mon, Mar 28, 2022 at 12:53 PM Kent Russell wrote:
>
> This is being added to SMU Metrics, so add the required tie-ins in the
> kernel. Also create the corresponding unique_id sysfs file.
>
> v2: Add FW version check, remove SMU mutex
> v3: Fix style warning
> v4: Add IP_VERSION check to FW vers
On 03/28, Simon Ser wrote:
> Thanks a lot for you patch! I've noticed as well that amdgpu ignores
> the plane alpha property [1]. I'll try to find time to test it.
Hi Simon,
So you've faced this kind of issue many times :/
Let me know the results from your side, so we can use it to find the
correc
To ease readability, use switch to set unique_id as supported for the
supported IP_VERSIONs, and set it to unsupported by default for all
other ASICs.
This makes it easier to add IP_VERSIONs later on, and makes it obvious
that it is not supported by default, instead of the current logic that
assume
This is being added to SMU Metrics, so add the required tie-ins in the
kernel. Also create the corresponding unique_id sysfs file.
v2: Add FW version check, remove SMU mutex
v3: Fix style warning
v4: Add IP_VERSION check to FW version check
Signed-off-by: Kent Russell
Reviewed-by: Alex Deucher
On 03/28, Kazlauskas, Nicholas wrote:
> [AMD Official Use Only]
>
> > -Original Message-
> > From: Melissa Wen
> > Sent: Friday, March 25, 2022 4:45 PM
> > To: amd-gfx@lists.freedesktop.org; Wentland, Harry
> > ; Deucher, Alexander
> > ; Siqueira, Rodrigo
> > ; Kazlauskas, Nicholas
> > ;
[AMD Official Use Only]
Thanks Lijo, I'll do another revision to drop the PMFW ticket (I saw it higher
up and thought it was standard practice). Once the PMFW gets officially
released I'll test it out and make sure that it doesn't get corrupted. I would
assume that it would continue to work, bu
[AMD Official Use Only]
Yes, that check looks good.
A couple of other things -
PMFW ticket as a comment is not needed.
I remember Satish updating the same struct for smartshift related data. Some
additional fields added towards the end. Not sure if Sienna struct also carries
those fields. Rega
[AMD Official Use Only]
> -Original Message-
> From: Lazar, Lijo
> Sent: Monday, March 28, 2022 11:48 AM
> To: Russell, Kent ; amd-gfx@lists.freedesktop.org
> Cc: Deucher, Alexander
> Subject: Re: [PATCH 2/2] drm/amdgpu: Add unique_id support for sienna cichlid
>
>
>
> On 3/28/2022 9:12
On 3/28/2022 9:12 PM, Russell, Kent wrote:
[AMD Official Use Only]
Responses inline
-Original Message-
From: Lazar, Lijo
Sent: Monday, March 28, 2022 11:18 AM
To: Russell, Kent ; amd-gfx@lists.freedesktop.org
Cc: Deucher, Alexander
Subject: Re: [PATCH 2/2] drm/amdgpu: Add unique_i
[AMD Official Use Only]
Responses inline
> -Original Message-
> From: Lazar, Lijo
> Sent: Monday, March 28, 2022 11:18 AM
> To: Russell, Kent ; amd-gfx@lists.freedesktop.org
> Cc: Deucher, Alexander
> Subject: Re: [PATCH 2/2] drm/amdgpu: Add unique_id support for sienna cichlid
>
>
>
>
Thanks a lot for you patch! I've noticed as well that amdgpu ignores
the plane alpha property [1]. I'll try to find time to test it.
[1]: https://gitlab.freedesktop.org/drm/amd/-/issues/1734
On 3/28/2022 8:05 PM, Kent Russell wrote:
This is being added to SMU Metrics, so add the required tie-ins in the
kernel. Also create the corresponding unique_id sysfs file.
v2: Add FW version check, remove SMU mutex
v3: Fix style warning
Signed-off-by: Kent Russell
Reviewed-by: Alex Deucher
Applied. Thanks!
Alex
On Sat, Mar 26, 2022 at 7:37 PM Randy Dunlap wrote:
>
> There is no need for this one static function to be marked as
> kernel-doc notation.
>
> Avoid this doc build warning:
>
> warning: This comment starts with '/**', but isn't a kernel-doc comment.
> Refer Documentatio
[AMD Official Use Only]
Series is
Reviewed-by: kevinyang.w...@amd.com
Best Regards,
Kevin
SMI clock measure API is failing on NAVI12, because
sysfs node for pp_dpm_vclk is not existing. Enable
sysfs node for pp_dpm_vclk.
v2: Also enable sysfs node for pp_dpm_dclk.
Signed-off-by: Marko Zekovic
Change-Id: I240fa055600bfc0d46dfec374339ba61764f9ab2
---
drivers/gpu/drm/amd/pm/amdgpu_pm.c
This is being added to SMU Metrics, so add the required tie-ins in the
kernel. Also create the corresponding unique_id sysfs file.
v2: Add FW version check, remove SMU mutex
v3: Fix style warning
Signed-off-by: Kent Russell
Reviewed-by: Alex Deucher
---
drivers/gpu/drm/amd/pm/amdgpu_pm.c
To ease readability, use switch to set unique_id as supported for the
supported IP_VERSIONs, and set it to unsupported by default for all
other ASICs.
This makes it easier to add IP_VERSIONs later on, and makes it obvious
that it is not supported by default, instead of the current logic that
assume
[Public]
Thanks Alex. Sending out a 3rd version shortly with a couple style fixes due to
rebasing onto Lijo's work.
Kent
From: Deucher, Alexander
Sent: Monday, March 28, 2022 9:45 AM
To: Russell, Kent ; amd-gfx@lists.freedesktop.org
Subject: Re: [PATCH 1/2] drm/amdgpu: Change unique_id to use
[AMD Official Use Only]
> -Original Message-
> From: Melissa Wen
> Sent: Friday, March 25, 2022 4:45 PM
> To: amd-gfx@lists.freedesktop.org; Wentland, Harry
> ; Deucher, Alexander
> ; Siqueira, Rodrigo
> ; Kazlauskas, Nicholas
> ; Gutierrez, Agustin
> ; Liu, Zhan
> Cc: dri-de...@lists.fr
On Mon, Mar 28, 2022 at 10:12 AM Christian König
wrote:
>
> That are bytes not pages.
>
> Signed-off-by: Christian König
Acked-by: Alex Deucher
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgp
That are bytes not pages.
Signed-off-by: Christian König
---
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
index ea0cde4904f0..f4a148917520 10
Am 28.03.22 um 15:06 schrieb Philip Yang:
To fix two issues with unlocked update fence:
1. vm->last_unlocked store the latest fence without taking refcount.
2. amdgpu_vm_bo_update_mapping returns old fence, not the latest fence.
Signed-off-by: Philip Yang
Now I see what you mean. Patch is Re
[Public]
Series is:
Reviewed-by: Alex Deucher
From: amd-gfx on behalf of Kent Russell
Sent: Monday, March 28, 2022 9:06 AM
To: amd-gfx@lists.freedesktop.org
Cc: Russell, Kent
Subject: [PATCH 1/2] drm/amdgpu: Change unique_id to use IP_VERSION
This is transit
Am 28.03.22 um 15:35 schrieb philip yang:
On 2022-03-28 9:14 a.m., Christian König wrote:
Am 28.03.22 um 15:06 schrieb Philip Yang:
To fix two issues with unlocked update fence:
1. vm->last_unlocked store the latest fence without taking refcount.
2. amdgpu_vm_bo_update_mapping returns old fe
On 2022-03-28 9:14 a.m., Christian
König wrote:
Am
28.03.22 um 15:06 schrieb Philip Yang:
To fix two issues with unlocked update
fence:
1. vm->last_unlocked store the latest fence without taking
refcount.
Am 28.03.22 um 15:07 schrieb Philip Yang:
To support multi-thread update page table.
Signed-off-by: Philip Yang
---
drivers/gpu/drm/amd/amdkfd/kfd_priv.h| 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers
Am 28.03.22 um 15:06 schrieb Philip Yang:
Flush TLB needs wait for GPU update fence done. MMU notify callback to
unmap range from GPUs uses unlocked GPU page table update, so add tlb_cb
to unlocked update fence to increase vm->tlb_seq.
Signed-off-by: Philip Yang
Reviewed-by: Christian König
Am 28.03.22 um 15:06 schrieb Philip Yang:
To fix two issues with unlocked update fence:
1. vm->last_unlocked store the latest fence without taking refcount.
2. amdgpu_vm_bo_update_mapping returns old fence, not the latest fence.
NAK, that code here is perfectly correct.
vm->last_unlocked gets
To support multi-thread update page table.
Signed-off-by: Philip Yang
---
drivers/gpu/drm/amd/amdkfd/kfd_priv.h| 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
b/drivers/gpu/drm/
Flush TLB needs wait for GPU update fence done. MMU notify callback to
unmap range from GPUs uses unlocked GPU page table update, so add tlb_cb
to unlocked update fence to increase vm->tlb_seq.
Signed-off-by: Philip Yang
---
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +-
1 file changed, 1 insert
To fix two issues with unlocked update fence:
1. vm->last_unlocked store the latest fence without taking refcount.
2. amdgpu_vm_bo_update_mapping returns old fence, not the latest fence.
Signed-off-by: Philip Yang
---
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c | 2 +-
1 file changed, 1 inserti
This is transitioning throughout amdgpu, so we may as well get it
started now. This also cleans up the logic on what IP_VERSIONs do or
don't support unique_id.
Signed-off-by: Kent Russell
---
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 12
1 file changed, 8 insertions(+), 4 deletions(-)
d
This is being added to SMU Metrics, so add the required tie-ins in the
kernel. Also create the corresponding unique_id sysfs file.
v2: Add FW version check, remove SMU mutex
Signed-off-by: Kent Russell
---
drivers/gpu/drm/amd/pm/amdgpu_pm.c| 1 +
.../pmfw_if/smu11_driver_if_sienna_
On 2022-03-28 5:21 a.m., Christian
König wrote:
Am
26.03.22 um 01:56 schrieb Philip Yang:
MMU callback update page table set
unlocked flag, add callback tlb_cb to
vm->last_unlocked fence, and pass it back to upper layer to
On 3/28/2022 4:21 PM, Marko Zekovic wrote:
SMI clock measure API is failing on NAVI12, because
sysfs node for pp_dpm_vclk is not existing
Signed-off-by: Marko Zekovic
Change-Id: I240fa055600bfc0d46dfec374339ba61764f9ab2
---
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 3 ++-
1 file changed, 2 ins
Dear AMD,
I recently posted a bug report on Launchpad
(https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.13/+bug/1963893).
I hoped it would reach you via that channel, but I don't really see
anything moving.
We have three of your W5500 cards in three identical EPYC 7302P HP DL3
On Mon, 28 Mar 2022, Jani Nikula wrote:
> The pixel clock is conceptually part of the detailed timings, while it's
> just zero padding for display descriptors. Modify the structures to
> reflect this. Rename struct detailed_non_pixel to
> edid_display_descriptor to better reflect spec while at it.
SMI clock measure API is failing on NAVI12, because
sysfs node for pp_dpm_vclk is not existing
Signed-off-by: Marko Zekovic
Change-Id: I240fa055600bfc0d46dfec374339ba61764f9ab2
---
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gp
On 3/28/2022 3:25 PM, Paul Menzel wrote:
Dear Mohammad,
Am 28.03.22 um 11:49 schrieb Ziya, Mohammad zafar:
-Original Message-
From: Paul Menzel
Sent: Monday, March 28, 2022 3:08 PM
Am 28.03.22 um 10:47 schrieb Ziya, Mohammad zafar:
[…]
-Original Message-
From: Paul M
Dear Mohammad,
Am 28.03.22 um 11:49 schrieb Ziya, Mohammad zafar:
-Original Message-
From: Paul Menzel
Sent: Monday, March 28, 2022 3:08 PM
Am 28.03.22 um 10:47 schrieb Ziya, Mohammad zafar:
[…]
-Original Message-
From: Paul Menzel
Sent: Monday, March 28, 2022 1:39 PM
[AMD Official Use Only]
Dear Paul,
Comment inline.
Regards,
Zafar
>-Original Message-
>From: Paul Menzel
>Sent: Monday, March 28, 2022 3:08 PM
>To: Ziya, Mohammad zafar ; Zhou1, Tao
>
>Cc: Lazar, Lijo ; amd-gfx@lists.freedesktop.org; Zhang,
>Hawking
>Subject: Re: [PATCH v4 5/6] drm/am
Dear Mohammad,
Am 28.03.22 um 10:47 schrieb Ziya, Mohammad zafar:
[…]
-Original Message-
From: Paul Menzel
Sent: Monday, March 28, 2022 1:39 PM
Am 28.03.22 um 10:00 schrieb Ziya, Mohammad zafar:
[…]
From: Paul Menzel
Sent: Monday, March 28, 2022 1:22 PM
Am 28.03.22 um 09:
Am 26.03.22 um 01:56 schrieb Philip Yang:
MMU callback update page table set unlocked flag, add callback tlb_cb to
vm->last_unlocked fence, and pass it back to upper layer to wait for
page table update done.
Signed-off-by: Philip Yang
---
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 5 -
1 f
Am 28.03.22 um 10:47 schrieb Leslie Shi:
ttm_resource_manager_evict_all() evicts objects out of resource manager
until lru is empty. ttm_resource_manager_set_used() WARN_ON non-empty lru.
This patch exchanges these two function calls to avoid following call trace
during amdgpu driver unload:
We
ttm_resource_manager_evict_all() evicts objects out of resource manager
until lru is empty. ttm_resource_manager_set_used() WARN_ON non-empty lru.
This patch exchanges these two function calls to avoid following call trace
during amdgpu driver unload:
WARNING: CPU: 6 PID: 22873 at
include/drm/ttm/
[AMD Official Use Only]
Dear Paul,
Thank you for review.
Comment added inline.
Regards,
Zafar
>-Original Message-
>From: Paul Menzel
>Sent: Monday, March 28, 2022 1:39 PM
>To: Ziya, Mohammad zafar ; Zhou1, Tao
>
>Cc: Lazar, Lijo ; amd-gfx@lists.freedesktop.org; Zhang,
>Hawking
>Subje
Dear Mohammad,
Am 28.03.22 um 10:00 schrieb Ziya, Mohammad zafar:
[…]
From: Paul Menzel
Sent: Monday, March 28, 2022 1:22 PM
[…]
Tao, it’s hard to find your reply in the quote, as the message is not quoted
correctly (> prepended). Is it possible to use a different email client?
Am 28.0
[AMD Official Use Only]
With Paul's comment fixed, the series is:
Reviewed-by: Tao Zhou
-Original Message-
From: Ziya, Mohammad zafar
Sent: Monday, March 28, 2022 2:58 PM
To: Paul Menzel
Cc: amd-gfx@lists.freedesktop.org; Zhou1, Tao ; Lazar, Lijo
; Zhang, Hawking
Subject: RE: [PATC
[AMD Official Use Only]
Dear Paul and Tao,
Comments are added inline.
Regards,
Zafar
>-Original Message-
>From: Paul Menzel
>Sent: Monday, March 28, 2022 1:22 PM
>To: Zhou1, Tao ; Ziya, Mohammad zafar
>
>Cc: amd-gfx@lists.freedesktop.org; Lazar, Lijo ; Zhang,
>Hawking
>Subject: Re: [P
Dear Mohammad, dear Tao,
Tao, it’s hard to find your reply in the quote, as the message is not
quoted correctly (> prepended). Is it possible to use a different email
client?
Am 28.03.22 um 09:43 schrieb Zhou1, Tao:
-Original Message-
From: Ziya, Mohammad zafar
Sent: Monday, March
[AMD Official Use Only]
-Original Message-
From: Ziya, Mohammad zafar
Sent: Monday, March 28, 2022 2:25 PM
To: amd-gfx@lists.freedesktop.org
Cc: Lazar, Lijo ; Zhou1, Tao ; Zhang,
Hawking ; Ziya, Mohammad zafar
Subject: [PATCH v4 5/6] drm/amdgpu/vcn: VCN ras error query support
RAS
[Cc: -Jack Zhang (invalid address)
Am 28.03.22 um 09:36 schrieb Paul Menzel:
Dear Zhenneng,
Thank you for your patch.
Am 28.03.22 um 06:05 schrieb Zhenneng Li:
This is a workaround for s3 hang for r7340(amdgpu).
Is it hanging when resuming from S3? Maybe also use the line below for
the co
Dear Zhenneng,
Thank you for your patch.
Am 28.03.22 um 06:05 schrieb Zhenneng Li:
This is a workaround for s3 hang for r7340(amdgpu).
Is it hanging when resuming from S3? Maybe also use the line below for
the commit message summary:
drm/amdgpu: Add 1 ms delay to init handler to fix s3 re
This is a workaround for s3 hang for r7340(amdgpu).
When we test s3 with r7340 on arm64 platform, graphics card will hang up,
the error message are as follows:
Mar 4 01:14:11 greatwall-GW-XX-XXX kernel: [1.599374][ 7] [ T291]
amdgpu :02:00.0: fb0: amdgpudrmfb frame buffer device
Mar
There is no need for this one static function to be marked as
kernel-doc notation.
Avoid this doc build warning:
warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer
Documentation/doc-guide/kernel-doc.rst
* Enable CRTC
Fixes: 110d3968fe95 ("drm/amd/display: Add DCN3.1
On 2/6/22 09:17, Tomasz Moń wrote:
On Mon, Jul 12, 2021 at 11:56 AM Tomasz Moń wrote:
I am having trouble getting Linux to run on MacBook Pro 2019 with
Radeon Pro Vega 20 4 GB. Basically as soon as graphical user interface
starts, the whole system freezes. This happens with every Linux kernel
v
73 matches
Mail list logo