Module: Mesa Branch: main Commit: 6ae6536ed98d04ac17ffe79281f141a74031fda4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ae6536ed98d04ac17ffe79281f141a74031fda4
Author: Rob Clark <[email protected]> Date: Fri May 12 13:32:41 2023 -0700 freedreno: move virtgpu msm_proto.h to common src/freedreno/virtgpu seems a bit overkill for a single header.. but maybe there are some other bits we could share? Signed-off-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23533> --- src/freedreno/{drm/virtio => common}/msm_proto.h | 0 src/freedreno/drm/meson.build | 1 - 2 files changed, 1 deletion(-) diff --git a/src/freedreno/drm/virtio/msm_proto.h b/src/freedreno/common/msm_proto.h similarity index 100% rename from src/freedreno/drm/virtio/msm_proto.h rename to src/freedreno/common/msm_proto.h diff --git a/src/freedreno/drm/meson.build b/src/freedreno/drm/meson.build index 2c2d58bd651..ca773b0301d 100644 --- a/src/freedreno/drm/meson.build +++ b/src/freedreno/drm/meson.build @@ -50,7 +50,6 @@ libfreedreno_drm_msm_files = files( libfreedreno_drm_files += libfreedreno_drm_msm_files libfreedreno_drm_virtio_files = files( - 'virtio/msm_proto.h', 'virtio/virtio_bo.c', 'virtio/virtio_device.c', 'virtio/virtio_pipe.c',
