Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Hardware video acceleration is broken for AMDGPU due to broken build flags in latest mesa.
@ 2024-03-10 19:51 xlibun
  2024-03-10 19:53 ` xlibun
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: xlibun @ 2024-03-10 19:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2599 bytes --]

New issue by xlibun on void-packages repository

https://github.com/void-linux/void-packages/issues/49229

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.21_1 x86_64 AuthenticAMD uptodate rrmFFFF

### Package(s) Affected

mesa-24.0.2_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/merge_requests/18158
https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/issues/1702

### Expected behaviour

HEVC, VP9, H264, AV1 HW acceleration available at all times

Kind of like this:
`vainfo: Supported profile and entrypoints
      VAProfileH264ConstrainedBaseline:	VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:	VAEntrypointEncSlice
      VAProfileH264Main               :	VAEntrypointVLD
      VAProfileH264Main               :	VAEntrypointEncSlice
      VAProfileH264High               :	VAEntrypointVLD
      VAProfileH264High               :	VAEntrypointEncSlice
      VAProfileHEVCMain               :	VAEntrypointVLD
      VAProfileHEVCMain               :	VAEntrypointEncSlice
      VAProfileHEVCMain10             :	VAEntrypointVLD
      VAProfileHEVCMain10             :	VAEntrypointEncSlice
      VAProfileJPEGBaseline           :	VAEntrypointVLD
      VAProfileVP9Profile0            :	VAEntrypointVLD
      VAProfileVP9Profile2            :	VAEntrypointVLD
      VAProfileAV1Profile0            :	VAEntrypointVLD
      VAProfileAV1Profile0            :	VAEntrypointEncSlice
      VAProfileNone                   :	VAEntrypointVideoProc
`

### Actual behaviour

AV1 and VP9 acceleration missing, despite working before the update.

`vainfo: Supported profile and entrypoints
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointEncSlice
      VAProfileH264High               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointEncSlice
      VAProfileHEVCMain               : VAEntrypointVLD
      VAProfileHEVCMain               : VAEntrypointEncSlice
      VAProfileHEVCMain10             : VAEntrypointVLD
      VAProfileHEVCMain10             : VAEntrypointEncSlice
      VAProfileJPEGBaseline           : VAEntrypointVLD
      VAProfileNone                   : VAEntrypointVideoProc`

### Steps to reproduce

1. Update `mesa` packages
2. Launch `mpv` with `--hwdec=auto` or Firefox
3. No HW acceleration for VP9 and AV1 present

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hardware video acceleration is broken for AMDGPU due to broken build flags in latest mesa.
  2024-03-10 19:51 [ISSUE] Hardware video acceleration is broken for AMDGPU due to broken build flags in latest mesa xlibun
@ 2024-03-10 19:53 ` xlibun
  2024-03-10 23:42 ` [ISSUE] [CLOSED] " Johnnynator
  2024-03-11  0:29 ` xlibun
  2 siblings, 0 replies; 4+ messages in thread
From: xlibun @ 2024-03-10 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

New comment by xlibun on void-packages repository

https://github.com/void-linux/void-packages/issues/49229#issuecomment-1987344463

Comment:
https://discussion.fedoraproject.org/t/inconsistent-hardware-video-decoding-support-on-f39-silverblue/107510

Some more additional info provided here.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ISSUE] [CLOSED] Hardware video acceleration is broken for AMDGPU due to broken build flags in latest mesa.
  2024-03-10 19:51 [ISSUE] Hardware video acceleration is broken for AMDGPU due to broken build flags in latest mesa xlibun
  2024-03-10 19:53 ` xlibun
@ 2024-03-10 23:42 ` Johnnynator
  2024-03-11  0:29 ` xlibun
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2024-03-10 23:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2644 bytes --]

Closed issue by xlibun on void-packages repository

https://github.com/void-linux/void-packages/issues/49229

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.21_1 x86_64 AuthenticAMD uptodate rrmFFFF

### Package(s) Affected

mesa-24.0.2_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/merge_requests/18158
https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/issues/1702

### Expected behaviour

HEVC, VP9, H264, AV1 HW acceleration available at all times

Kind of like this:

```
vainfo: Supported profile and entrypoints
      VAProfileH264ConstrainedBaseline:	VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:	VAEntrypointEncSlice
      VAProfileH264Main               :	VAEntrypointVLD
      VAProfileH264Main               :	VAEntrypointEncSlice
      VAProfileH264High               :	VAEntrypointVLD
      VAProfileH264High               :	VAEntrypointEncSlice
      VAProfileHEVCMain               :	VAEntrypointVLD
      VAProfileHEVCMain               :	VAEntrypointEncSlice
      VAProfileHEVCMain10             :	VAEntrypointVLD
      VAProfileHEVCMain10             :	VAEntrypointEncSlice
      VAProfileJPEGBaseline           :	VAEntrypointVLD
      VAProfileVP9Profile0            :	VAEntrypointVLD
      VAProfileVP9Profile2            :	VAEntrypointVLD
      VAProfileAV1Profile0            :	VAEntrypointVLD
      VAProfileAV1Profile0            :	VAEntrypointEncSlice
      VAProfileNone                   :	VAEntrypointVideoProc
```

### Actual behaviour

AV1 and VP9 acceleration missing, despite working before the update.

```
vainfo: Supported profile and entrypoints
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointEncSlice
      VAProfileH264High               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointEncSlice
      VAProfileHEVCMain               : VAEntrypointVLD
      VAProfileHEVCMain               : VAEntrypointEncSlice
      VAProfileHEVCMain10             : VAEntrypointVLD
      VAProfileHEVCMain10             : VAEntrypointEncSlice
      VAProfileJPEGBaseline           : VAEntrypointVLD
      VAProfileNone                   : VAEntrypointVideoProc
```

### Steps to reproduce

1. Update `mesa` packages
2. Launch `mpv` with `--hwdec=auto` or Firefox
3. No HW acceleration for VP9 and AV1 present

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hardware video acceleration is broken for AMDGPU due to broken build flags in latest mesa.
  2024-03-10 19:51 [ISSUE] Hardware video acceleration is broken for AMDGPU due to broken build flags in latest mesa xlibun
  2024-03-10 19:53 ` xlibun
  2024-03-10 23:42 ` [ISSUE] [CLOSED] " Johnnynator
@ 2024-03-11  0:29 ` xlibun
  2 siblings, 0 replies; 4+ messages in thread
From: xlibun @ 2024-03-11  0:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

New comment by xlibun on void-packages repository

https://github.com/void-linux/void-packages/issues/49229#issuecomment-1987434905

Comment:
Can confirm that this commit has fixed it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-11  0:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-10 19:51 [ISSUE] Hardware video acceleration is broken for AMDGPU due to broken build flags in latest mesa xlibun
2024-03-10 19:53 ` xlibun
2024-03-10 23:42 ` [ISSUE] [CLOSED] " Johnnynator
2024-03-11  0:29 ` xlibun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).