Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927468 - media-libs/mesa: Request to support/enable Panfrost vulkan driver.
Summary: media-libs/mesa: Request to support/enable Panfrost vulkan driver.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM64 Linux
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-03-22 04:40 UTC by zhangn1985
Modified: 2024-08-14 21:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zhangn1985 2024-03-22 04:40:57 UTC
when enable vulkan && panfrost, ebuild will say: Ignoring USE=vulkan     since VIDEO_CARDS does not contain d3d12, freedreno, intel, radeonsi, or v3d

actually mesa supports panfrost valkan driver since 21.3

thus requests to support panfrost vulkan driver.

Reproducible: Always
Comment 1 Matt Turner gentoo-dev 2024-08-14 21:34:17 UTC
This was fixed by:

commit cff513ed677d5d909999db004be46c7830c3e3d1
Author: Paul Zander <negril.nx+gentoo@gmail.com>
Date:   Mon May 13 16:58:12 2024 +0200

    media-libs/mesa: update USE=vulkan drivers
    
    Update vulkan-drivers to match meson.build.
    - add lavapipe
    - add nouveau
    - add panfrost
    - add virgl
    
    https://gitlab.freedesktop.org/mesa/mesa/-/blob/mesa-24.1.0-r1/meson.build?ref_type=tags#L234
    
    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>