aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/u_drm.h
Commit message (Collapse)AuthorAgeFilesLines
* util: Add a drm_find_modifier helperAlyssa Rosenzweig2019-03-141-0/+55
This function is replicated across vc4/v3d/freedreno and is needed in Panfrost; let's make this shared code. v2: Supply generic util_array_contains_u64 version (Eric Engestrom). Add missing stdbool.h include (Eric Anholt). Mark inline (Christian Gmeiner). Signed-off-by: Alyssa Rosenzweig <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Rob Clark <[email protected]> Reviewed-by: Eric Anholt <[email protected]>