Skip to content

pipe_loader_drm: Fix virtgpu_drm header path

bbhtt requested to merge bbhtt/mesa:bbhtt/main/fix-header-path into main

What does this MR do and why?

See https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/jobs/7589562350#L120 for the failed pipeline

https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/pipelines/1414415317 is successful with the patch.

        ../src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c:54:10: fatal error: virtgpu_drm.h: No such file or directory
           54 | #include "virtgpu_drm.h"
              |          ^~~~~~~~~~~~~~~
        compilation terminated.
pipe_loader_drm: Fix virtgpu_drm header path

Fixes: 2ea4a59ab7cf07d660c424760ec74eff8f34a3cc ("loader: Add better
support for virtgpu nctx driver loading")
Edited by bbhtt

Merge request reports