On Wed, May 13, 2020 at 1:21 PM Christian König
wrote:
>
> Always use the PCI GART instead.
Reviewed-by: Mathieu Malaterre
> Signed-off-by: Christian König
> ---
> drivers/gpu/drm/radeon/radeon_drv.c | 5 -
> 1 file changed, 5 deletions(-)
>
> diff --git
On Thu, Jan 17, 2019 at 9:40 PM Mathieu Malaterre wrote:
>
> In commit dd220a00e8bd ("drm/radeon/kms: add support for streamout v7")
> case statements were added without a terminating break statement. This
> commit adds the missing break. This was discovered during a
drm/radeon/evergreen_cs.c:1301:11: warning: this statement may
fall through [-Wimplicit-fallthrough=]
Suggested-by: Alex Deucher
Fixes: dd220a00e8bd ("drm/radeon/kms: add support for streamout v7")
Signed-off-by: Mathieu Malaterre
---
v2: Add missing break statement, instead of markin
: Mathieu Malaterre
---
drivers/gpu/drm/radeon/evergreen_cs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/radeon/evergreen_cs.c
b/drivers/gpu/drm/radeon/evergreen_cs.c
index f471537c852f..fbf346185790 100644
--- a/drivers/gpu/drm/radeon/evergreen_cs.c
+++ b/drivers/gpu/drm
On Fri, Apr 13, 2018 at 9:59 AM Huang Rui wrote:
> On Thu, Apr 12, 2018 at 09:33:33PM +0200, Mathieu Malaterre wrote:
> > In function ‘radeon_process_i2c_ch’ a comparison of a u8 value against
> > 255 is done. Since it is always false, change the signature of this
> > fu
nfirm component which causes the issue.
> 3. try to update the last VBIOS to adapt new driver.
>
> Thanks
> JimQu
>
>
> 发件人: amd-gfx 代表 Christian König
>
> 发送时间: 2018年4月30日 1:16:14
> 收件人: Mathieu Malaterre; Deucher, Alexander
&
For reference:
https://lists.freedesktop.org/archives/mesa-dev/2016-May/115453.html
2018-04-24 21:55 GMT+02:00 Mathieu Malaterre :
> AGP mode is unstable on PowerPC. Symptoms are generally of the form:
>
> [ 1228.795711] radeon :00:10.0: ring 0 stalled for more than 10240msec
>
&
AGP mode is unstable on PowerPC. Symptoms are generally of the form:
[ 1228.795711] radeon :00:10.0: ring 0 stalled for more than 10240msec
Reviewed-by: Christian König
Signed-off-by: Mathieu Malaterre
---
drivers/gpu/drm/radeon/radeon_drv.c | 5 +
1 file changed, 5 insertions
Hi there,
I am pretty sure I was able to run kodi on an old Mac Mini G4 (big
endian) with AMD RV280. Today it is failing to start with:
[ 162.971551] radeon :00:10.0: ring 0 stalled for more than 10240msec
[ 162.971568] radeon :00:10.0: GPU lockup (current fence id
0x01d6 la
EAD) {
^
Signed-off-by: Mathieu Malaterre
---
drivers/gpu/drm/radeon/atombios_i2c.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/radeon/atombios_i2c.c
b/drivers/gpu/drm/radeon/atombios_i2c.c
index 4157780585a0..9022e9af11a0 100644
--- a/drivers/gpu/drm/rad
10 matches
Mail list logo