asahi: Add scaffolding for supporting driconf options
authorAsahi Lina <lina@asahilina.net>
Wed, 30 Aug 2023 06:40:27 +0000 (15:40 +0900)
committerMarge Bot <emma+marge@anholt.net>
Tue, 5 Sep 2023 18:50:34 +0000 (18:50 +0000)
commit45be01374f269df242dc703427d8da83fd5e8deb
treeb2cf558b010f2f7e82450c59d5a7ee53a970a084
parentc83672a0b3484cb6a3eca9ffef43c23b214630d3
asahi: Add scaffolding for supporting driconf options

It's time to start using some of these, so add the required scaffolding
to be able to have driver-specific driconf handling for us.

Signed-off-by: Asahi Lina <lina@asahilina.net>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25052>
src/gallium/auxiliary/target-helpers/drm_helper.h
src/gallium/drivers/asahi/agx_pipe.c
src/gallium/drivers/asahi/agx_public.h
src/gallium/drivers/asahi/driinfo_asahi.h [new file with mode: 0644]
src/gallium/drivers/asahi/meson.build
src/gallium/winsys/asahi/drm/asahi_drm_public.h
src/gallium/winsys/asahi/drm/asahi_drm_winsys.c