radv: Use internal drm_fourcc.h

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

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7619>
This commit is contained in:
Bas Nieuwenhuizen 2020-11-14 16:39:12 +01:00 committed by Marge Bot
parent 9b6516ac24
commit a4dc4ece63
1 changed files with 1 additions and 2 deletions

View File

@ -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"