XDC 2025: Registration & Call for Proposals now open!

2025-05-29 Thread Mark Filion
Hello!

Registration & Call for Proposals are now open for XDC 2025, which will
take place at the  TU Wien Kuppelsaal in Vienna, Austria on 29
September to 1 October.

https://xdc2025.x.org
 
As usual, the conference is free of charge and open to the general
public. If you plan on attending, please make sure to register as early
as possible:

https://indico.freedesktop.org/event/10/registrations/

In addition to registration, the CfP is now open for talks, demos, and
workshops at XDC 2025. While any serious proposal will be gratefully
considered, topics of interest to X.Org and freedesktop.org developers
are encouraged. The program focus is on new development, ongoing
challenges and anything else that will spark discussions among
attendees in the hallway track.

We are open to talks across all layers of the graphics stack, from the
kernel to desktop environments / graphical applications and about how
to make things better for the developers who build them. Head to the
CfP page to learn more:

https://indico.freedesktop.org/event/10/abstracts/

The deadline for submissions Friday, 11 July 2025.

We are looking forward to seeing you in Vienna! If you have any
questions, please email the organizer (hfink at snap.com), adding on
CC the X.org board (board at foundation.x.org).

And don't forget, you can follow us on Mastodon for all the latest
updates and to stay connected:

https://floss.social/@XOrgDevConf

Best,

Mark


The CS has been rejected (-2)

2025-05-29 Thread Jean-François Boyer
I have a setup with linux kernel 6.12 mesa3d 24.0.9 llvm 15.0.3 running on
a AMD board
OpenGL Vendor: AMD
OpenGL Renderer: AMD Ryzen Embedded V1807B with Radeon Vega Gfx (radeonsi,
raven, LLVM 15.0.3, DRM 3.61, 6.12.19)
OpenGL Version: 4.6 (Core Profile) Mesa 24.0.9

I am having issues when running a game. I got this error amdgpu: The CS has
been rejected (-2) in dmesg and the game stopped.

The graphical stack seems to be working fine since I am able to run glmark2
without issue.

I strace the game and  found this iotctl call crashing

`3185  ioctl(58, DRM_IOCTL_AMDGPU_CS, 0x7f0767af7ae0) = -1 ENOENT (No such
file or directory)`
`3185  write(2, "amdgpu: The CS has been rejected (-2).\n", 39) = 39`

This same game was working properly with kernel 5.10 and mesa3d 21.1.1

any help or fix would be appreciated

thank you
Jee


Re: The CS has been rejected (-2)

2025-05-29 Thread Faith Ekstrand
Please file a bug at https://gitlab.freedesktop.org/mesa/mesa/-/issues
rather than sending an e-mail. It's much easier for the developers to track
it that way.

~Faith

On Thu, May 29, 2025 at 2:53 PM Jean-François Boyer 
wrote:

> I have a setup with linux kernel 6.12 mesa3d 24.0.9 llvm 15.0.3 running
> on a AMD board
> OpenGL Vendor: AMD
> OpenGL Renderer: AMD Ryzen Embedded V1807B with Radeon Vega Gfx (radeonsi,
> raven, LLVM 15.0.3, DRM 3.61, 6.12.19)
> OpenGL Version: 4.6 (Core Profile) Mesa 24.0.9
>
> I am having issues when running a game. I got this error amdgpu: The CS
> has been rejected (-2) in dmesg and the game stopped.
>
> The graphical stack seems to be working fine since I am able to run
> glmark2 without issue.
>
> I strace the game and  found this iotctl call crashing
>
> `3185  ioctl(58, DRM_IOCTL_AMDGPU_CS, 0x7f0767af7ae0) = -1 ENOENT (No such
> file or directory)`
> `3185  write(2, "amdgpu: The CS has been rejected (-2).\n", 39) = 39`
>
> This same game was working properly with kernel 5.10 and mesa3d 21.1.1
>
> any help or fix would be appreciated
>
> thank you
> Jee
>