Skip to content

include: update drm-uapi

Eric Engestrom requested to merge eric/mesa:bug-111666 into master

drm.h was missing a #include <stdint.h>, which was completely breaking the non-linux builds after 272f9cfe started making use of it.

Fixes: 272f9cfe ("dri: Use DRM_FORMAT_* instead of defining our own copy.")
Closes: #950 (closed)

/cc @vlee @anholt @krh

Merge request reports