Mesa (master): radv: Use internal drm_fourcc.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Nov 15 15:41:53 UTC 2020


Module: Mesa
Branch: master
Commit: a4dc4ece6303cc548fcdd29b2851ee2be6454f1c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4dc4ece6303cc548fcdd29b2851ee2be6454f1c

Author: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Date:   Sat Nov 14 16:39:12 2020 +0100

radv: Use internal drm_fourcc.h

Fixes: 0833dd7d124 "amd/common: Add support for modifiers."
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3794
̀Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7619>

---

 src/amd/vulkan/radv_image.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/amd/vulkan/radv_image.c b/src/amd/vulkan/radv_image.c
index 99ead128580..d97f51f8df1 100644
--- a/src/amd/vulkan/radv_image.c
+++ b/src/amd/vulkan/radv_image.c
@@ -25,8 +25,7 @@
  * IN THE SOFTWARE.
  */
 
-#include <libdrm/drm_fourcc.h>
-
+#include "drm-uapi/drm_fourcc.h"
 #include "radv_debug.h"
 #include "radv_private.h"
 #include "vk_format.h"



More information about the mesa-commit mailing list