Set the timeout of all drm-ci jobs to 1h30m since
some jobs takes more than 1 hour to complete.
Signed-off-by: Vignesh Raman
---
drivers/gpu/drm/ci/test.yml | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
index b6f
Hi
Am 18.08.24 um 22:07 schrieb Laurent Pinchart:
Hi Thomas,
Thank you for the patch.
On Fri, Aug 16, 2024 at 02:22:30PM +0200, Thomas Zimmermann wrote:
DRM may support multiple in-kernel clients that run as soon as a DRM
driver has been registered. To select the client(s) in a single place,
Hi
Am 16.08.24 um 18:01 schrieb Noralf Trønnes:
On 8/16/24 14:22, Thomas Zimmermann wrote:
Call drm_client_setup() to run the kernel's default client setup
for DRM. Set fbdev_probe in struct drm_driver, so that the client
setup can start the common fbdev client.
Signed-off-by: Thomas Zimmerma
[AMD Official Use Only - AMD Internal Distribution Only]
> -Original Message-
> From: Khatri, Sunil
> Sent: Monday, August 19, 2024 6:31 PM
> To: Huang, Trigger ; amd-gfx@lists.freedesktop.org
> Cc: Deucher, Alexander
> Subject: Re: [PATCH 2/2] drm/amdgpu: Do core dump immediately when j
Hi
Am 19.08.24 um 17:39 schrieb Neil Armstrong:
On 16/08/2024 14:22, Thomas Zimmermann wrote:
Call drm_client_setup() to run the kernel's default client setup
for DRM. Set fbdev_probe in struct drm_driver, so that the client
setup can start the common fbdev client.
Signed-off-by: Thomas Zimmer
Hi
Am 19.08.24 um 10:52 schrieb Sui Jingfeng:
Hi, Thomas
I love your patch, yet ...
On 2024/8/16 20:23, Thomas Zimmermann wrote:
i915's fbdev contains additional code for hotplugging a display that
cannot be ported to the common fbdev client. Introduce the callback
struct drm_fb_helper.fb_h
Hi Thomas,
On Tue, Aug 20, 2024 at 09:22:36AM +0200, Thomas Zimmermann wrote:
> Am 18.08.24 um 22:07 schrieb Laurent Pinchart:
> > On Fri, Aug 16, 2024 at 02:22:30PM +0200, Thomas Zimmermann wrote:
> >> DRM may support multiple in-kernel clients that run as soon as a DRM
> >> driver has been regis
Hi
Am 18.08.24 um 22:19 schrieb Laurent Pinchart:
Hi Thomas,
Thank you for the patch.
On Fri, Aug 16, 2024 at 02:23:14PM +0200, Thomas Zimmermann wrote:
Call drm_client_setup() to run the kernel's default client setup
for DRM. Set fbdev_probe in struct drm_driver, so that the client
setup can
Hi
Am 20.08.24 um 09:40 schrieb Laurent Pinchart:
The color format is really a user interface. I'd rather like to remove
it from the implementation where possible.
Do you mean the color mode ? If so I agree.
Yeah, the "color mode". This number with inconsistent semantics.
Best regards
Thomas
Implement the compute pipe reset and driver will
fallback to pipe reset when queue reset failed.
Signed-off-by: Prike Liang
---
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 5 +
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 153
2 files changed, 138 insertions(+), 20 deletion
Only local register offsets should be used on JPEG v4.0.3 as they cannot
handle remote access to other AIDs. Since only local offsets are used,
the special write to MCM_ADDR register is no longer needed.
Signed-off-by: Lijo Lazar
---
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c | 32 +++-
[AMD Official Use Only - AMD Internal Distribution Only]
> -Original Message-
> From: amd-gfx On Behalf Of Prike
> Liang
> Sent: Tuesday, August 20, 2024 4:58 PM
> To: amd-gfx@lists.freedesktop.org
> Cc: Deucher, Alexander ; Liang, Prike
>
> Subject: [PATCH] drm/amdgpu/gfx9.4.3: Implemen
[AMD Official Use Only - AMD Internal Distribution Only]
> From: Ma, Le
> Sent: Tuesday, August 20, 2024 5:38 PM
> To: Liang, Prike ; amd-gfx@lists.freedesktop.org
> Cc: Deucher, Alexander
> Subject: RE: [PATCH] drm/amdgpu/gfx9.4.3: Implement compute pipe reset
>
> [AMD Official Use Only - AMD I
Implement the compute pipe reset and driver will
fallback to pipe reset when queue reset failed.
Signed-off-by: Prike Liang
---
v2: Convert the GC logic instance to physical instance in the
register accessing process and use the dev_* print to specify
the failed device.
---
drivers/gpu/d
On 8/16/24 14:23, Thomas Zimmermann wrote:
> Call drm_client_setup() to run the kernel's default client setup
> for DRM. Set fbdev_probe in struct drm_driver, so that the client
> setup can start the common fbdev client.
>
> Signed-off-by: Thomas Zimmermann
> Cc: Yannick Fertre
> Cc: Raphael Ga
Hi
Am 20.08.24 um 12:39 schrieb Sui Jingfeng:
Besides, a lot of DRM driver instances has the DMA/2D acceleration
hardware, promote it
into drm_driver structure may has the potential to utilize hardware
acceleration. Drivers
will more easily to have custom implementation. I'm not 100% sure if
On 8/20/2024 4:01 PM, Prike Liang wrote:
> Implement the compute pipe reset and driver will
> fallback to pipe reset when queue reset failed.
>
> Signed-off-by: Prike Liang
> ---
> v2: Convert the GC logic instance to physical instance in the
> register accessing process and
> use the de
On 8/16/24 14:22, Thomas Zimmermann wrote:
> Call drm_client_setup() to run the kernel's default client setup
> for DRM. Set fbdev_probe in struct drm_driver, so that the client
> setup can start the common fbdev client.
>
> Signed-off-by: Thomas Zimmermann
> Cc: "Noralf Trønnes"
> ---
Acked
I did a git bisect on from v6.10 .. v6.11-rc4 and found the exact
change when the problem appeared (see below)
The problem is introduced by this
commit f9d8c5c7855d
Author: Jack Xiao
Date: Thu Apr 25 15:28:48 2024 +0800
drm/amdgpu/gfx: enable mes to map legacy queue support
Enable me
On 8/16/24 14:23, Thomas Zimmermann wrote:
> Call drm_client_setup() to run the kernel's default client setup
> for DRM. Set fbdev_probe in struct drm_driver, so that the client
> setup can start the common fbdev client.
>
> Signed-off-by: Thomas Zimmermann
> Cc: "Noralf Trønnes"
> ---
Acked
Ok - hacked out a patch that allows 6.11-rc4 to boot with out hanging
- just disabling the "mes" stuff.
See attached patch
Yeah !
Andrew
On Tue, 20 Aug 2024 at 00:13, Alex Deucher wrote:
>
> On Mon, Aug 19, 2024 at 9:55 AM Andrew Worsley wrote:
> >
> > The v6.11-rc4 linux hangs during amdgpu
Hi,
On 2024/8/20 15:39, Thomas Zimmermann wrote:
Hi
Am 19.08.24 um 10:52 schrieb Sui Jingfeng:
Hi, Thomas
I love your patch, yet ...
On 2024/8/16 20:23, Thomas Zimmermann wrote:
i915's fbdev contains additional code for hotplugging a display that
cannot be ported to the common fbdev clie
On 8/16/24 14:23, Thomas Zimmermann wrote:
> Call drm_client_setup() to run the kernel's default client setup
> for DRM. Set fbdev_probe in struct drm_driver, so that the client
> setup can start the common fbdev client.
>
> Signed-off-by: Thomas Zimmermann
> Cc: "Noralf Trønnes"
> ---
Acked
On 8/16/24 14:22, Thomas Zimmermann wrote:
> Call drm_client_setup() to run the kernel's default client setup
> for DRM. Set fbdev_probe in struct drm_driver, so that the client
> setup can start the common fbdev client.
>
> Signed-off-by: Thomas Zimmermann
> Cc: "Noralf Trønnes"
> ---
Acked
Hello Alex Deucher,
Commit 76acba7b7f12 ("drm/amdgpu/gfx11: add a mutex for the gfx
semaphore") from Jul 12, 2024 (linux-next), leads to the following
Smatch static checker warning:
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:4778
gfx_v11_0_request_gfx_index_mutex()
warn: inconsistent
+ Jack
Looks like maybe some older firmware versions don't support this
properly. @Jack Xiao Can you find out if there is a minimum firmware
version needed for legacy queue mapping and add the appropriate check?
@Andrew Worsley does it work correctly with a newer version of firmware?
Thanks,
A
Hey Christian,
On 19/08/2024 13:21, Christian König wrote:
Am 19.08.24 um 09:21 schrieb Friedrich Vock:
In Vulkan, it is the application's responsibility to perform adequate
synchronization before a sparse unmap, replace or BO destroy operation.
This adds an option to AMDGPU_VA_OPs to disable r
This reverts commit 0ddd2ae586d28e521d37393364d989ce118802e0.
This patch causes sluggishness and stuttering in graphical
apps.
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3564
Link: https://www.spinics.net/lists/dri-devel/msg457005.html
Signed-off-by: Alex Deucher
Cc: Zhu Lingshan
C
On Tue, Aug 20, 2024 at 8:43 AM Lazar, Lijo wrote:
>
>
>
> On 8/20/2024 4:01 PM, Prike Liang wrote:
> > Implement the compute pipe reset and driver will
> > fallback to pipe reset when queue reset failed.
> >
> > Signed-off-by: Prike Liang
> > ---
> > v2: Convert the GC logic instance to physical
On Tue, Aug 20, 2024 at 3:30 AM Huang, Trigger wrote:
>
> [AMD Official Use Only - AMD Internal Distribution Only]
>
> > -Original Message-
> > From: Khatri, Sunil
> > Sent: Monday, August 19, 2024 6:31 PM
> > To: Huang, Trigger ; amd-gfx@lists.freedesktop.org
> > Cc: Deucher, Alexander
Otherwise we can fail to drop the software mutex when
we fail to take the hardware mutex.
Fixes: 76acba7b7f12 ("drm/amdgpu/gfx11: add a mutex for the gfx semaphore")
Reported-by: Dan Carpenter
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 7 +++
1 file changed, 3
On 8/20/2024 7:36 PM, Alex Deucher wrote:
On Tue, Aug 20, 2024 at 3:30 AM Huang, Trigger wrote:
[AMD Official Use Only - AMD Internal Distribution Only]
-Original Message-
From: Khatri, Sunil
Sent: Monday, August 19, 2024 6:31 PM
To: Huang, Trigger ; amd-gfx@lists.freedesktop.org
C
On Tue, Aug 20, 2024 at 11:07 AM Khatri, Sunil wrote:
>
>
> On 8/20/2024 7:36 PM, Alex Deucher wrote:
> > On Tue, Aug 20, 2024 at 3:30 AM Huang, Trigger
> > wrote:
> >> [AMD Official Use Only - AMD Internal Distribution Only]
> >>
> >>> -Original Message-
> >>> From: Khatri, Sunil
> >>>
On 8/20/2024 1:00 PM, Huang, Trigger wrote:
[AMD Official Use Only - AMD Internal Distribution Only]
-Original Message-
From: Khatri, Sunil
Sent: Monday, August 19, 2024 6:31 PM
To: Huang, Trigger ; amd-gfx@lists.freedesktop.org
Cc: Deucher, Alexander
Subject: Re: [PATCH 2/2] drm/am
On 8/20/2024 8:09 PM, Alex Deucher wrote:
Otherwise we can fail to drop the software mutex when
we fail to take the hardware mutex.
Fixes: 76acba7b7f12 ("drm/amdgpu/gfx11: add a mutex for the gfx semaphore")
Reported-by: Dan Carpenter
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/amd/amd
On Tue, Aug 20, 2024 at 11:31 AM Khatri, Sunil wrote:
>
>
> On 8/20/2024 1:00 PM, Huang, Trigger wrote:
> > [AMD Official Use Only - AMD Internal Distribution Only]
> >
> >> -Original Message-
> >> From: Khatri, Sunil
> >> Sent: Monday, August 19, 2024 6:31 PM
> >> To: Huang, Trigger ; am
On 8/20/2024 9:31 PM, Alex Deucher wrote:
On Tue, Aug 20, 2024 at 11:31 AM Khatri, Sunil wrote:
On 8/20/2024 1:00 PM, Huang, Trigger wrote:
[AMD Official Use Only - AMD Internal Distribution Only]
-Original Message-
From: Khatri, Sunil
Sent: Monday, August 19, 2024 6:31 PM
To: Hua
This needs to be set to 1 to avoid a potential deadlock in
the GC 10.x and newer. On GC 9.x and older, this needs
to be set to 0. This can lead to hangs in some mixed
graphics and compute workloads.
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3575
Signed-off-by: Alex Deucher
---
dri
[AMD Official Use Only - AMD Internal Distribution Only]
Hi Jiri:
Please kindly let me know the kernel branch you are using to validate the
fix. I'll provide with two additional patches on top of ("drm/amd/display: Fix
MST BW calculation Regression")
Regards,
Jerry
> -Original Messag
On 8/1/2024 11:52, Bert Karwatzki wrote:
Since linux-next-20240801 starting Xorg/xfce4 fails on my MSI Alpha15 Laptop.
I bisected this to the following commit and reverting this in
linux-next-20240801
fixes the issue for me. Gnome (with Xwayland) works as usual.
9d8c094ddab05db88d183ba82e23be80
Add this flag to enable experimental resets for testing before they
are fully validated.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 6 ++
2 files changed, 7 insertions(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/am
Pending extended validation.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c | 4
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 4
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 6 ++
3 files changed, 14 insertions(+)
diff --git a/drive
I can't tell you which list it specifically is, since you might be signed up
on any of the email lists mentioned in the to/cc. But the relevant email
headers that you can use to figure this out are here (this is from a totally
unrelated email, and is just an example - you will have to look up the h
[Public]
> -Original Message-
> From: Jiri Slaby
> Sent: Tuesday, August 20, 2024 12:39 AM
> To: Deucher, Alexander ; Greg Kroah-Hartman
> ; sta...@vger.kernel.org
> Cc: patc...@lists.linux.dev; Sasha Levin ; Koenig,
> Christian ; Pan, Xinhui ;
> amd-gfx@lists.freedesktop.org
> Subject: R
Hi Alex,
kernel test robot noticed the following build warnings:
[auto build test WARNING on drm-tip/drm-tip]
[also build test WARNING on robh/for-next drm-misc/drm-misc-next linus/master
v6.11-rc4 next-20240820]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when
[AMD Official Use Only - AMD Internal Distribution Only]
Reviewed-by: Hawking Zhang
Regards,
Hawking
-Original Message-
From: amd-gfx On Behalf Of Alex Deucher
Sent: Wednesday, August 21, 2024 01:17
To: amd-gfx@lists.freedesktop.org
Cc: Deucher, Alexander
Subject: [PATCH] drm/amdgpu/g
Hi Harry,
kernel test robot noticed the following build warnings:
[auto build test WARNING on drm/drm-next]
[also build test WARNING on drm-intel/for-linux-next
drm-intel/for-linux-next-fixes drm-misc/drm-misc-next drm-tip/drm-tip
linus/master v6.11-rc4 next-20240820]
[cannot apply to drm
Hi Harry,
kernel test robot noticed the following build errors:
[auto build test ERROR on drm/drm-next]
[also build test ERROR on drm-exynos/exynos-drm-next drm-intel/for-linux-next
drm-intel/for-linux-next-fixes drm-misc/drm-misc-next drm-tip/drm-tip
linus/master v6.11-rc4 next-20240820]
[If
On 20. 08. 24, 20:28, Zuo, Jerry wrote:
[AMD Official Use Only - AMD Internal Distribution Only]
Hi Jiri:
Please kindly let me know the kernel branch you are using to validate the fix. I'll
provide with two additional patches on top of ("drm/amd/display: Fix MST BW
calculation Regressio
Hi Harry,
kernel test robot noticed the following build warnings:
[auto build test WARNING on drm/drm-next]
[also build test WARNING on drm-exynos/exynos-drm-next drm-intel/for-linux-next
drm-intel/for-linux-next-fixes drm-misc/drm-misc-next drm-tip/drm-tip
linus/master v6.11-rc4 next-20240820
Add list empty check to avoid null pointer issues in some corner cases.
- list_for_each_entry_safe()
Signed-off-by: Yang Wang
---
drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c
b/drivers/gpu/drm/amd
51 matches
Mail list logo