mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 17:10:32 +01:00
pipe_loader_drm: Fix virtgpu_drm header path
Fixes:2ea4a59ab7("loader: Add better support for virtgpu nctx driver loading") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30673> (cherry picked from commit284ad7da39)
This commit is contained in:
parent
da70827656
commit
83e71e0ebd
2 changed files with 2 additions and 2 deletions
|
|
@ -394,7 +394,7 @@
|
|||
"description": "pipe_loader_drm: Fix virtgpu_drm header path",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "2ea4a59ab7cf07d660c424760ec74eff8f34a3cc",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
#include "virtio/virtio-gpu/drm_hw.h"
|
||||
#include "virtio/virtio-gpu/virglrenderer_hw.h"
|
||||
#include "virtgpu_drm.h"
|
||||
#include "drm-uapi/virtgpu_drm.h"
|
||||
|
||||
#define DRM_RENDER_NODE_DEV_NAME_FORMAT "%s/renderD%d"
|
||||
#define DRM_RENDER_NODE_MAX_NODES 63
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue