diff options
author | Rob Clark <[email protected]> | 2017-08-24 10:22:24 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2017-12-19 16:36:10 -0500 |
commit | 805a72404c141454ae83f28cb982a4870732928f (patch) | |
tree | 2e4ef0514970f0059c5d3ae43f7dd91160fa633d /meson.build | |
parent | 0015217c1eeb3743785ae5e33d004ef49dba3fa6 (diff) |
freedreno: context priority support
For devices (and kernels) which support different priority ringbuffers,
expose context priority support.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 6ce6d55e17d..d9f7ea9b2ca 100644 --- a/meson.build +++ b/meson.build @@ -960,7 +960,7 @@ if with_gallium_etnaviv dep_libdrm_etnaviv = dependency('libdrm_etnaviv', version : '>= 2.4.82') endif if with_gallium_freedreno - dep_libdrm_freedreno = dependency('libdrm_freedreno', version : '>= 2.4.74') + dep_libdrm_freedreno = dependency('libdrm_freedreno', version : '>= 2.4.89') endif llvm_modules = ['bitwriter', 'engine', 'mcdisassembler', 'mcjit'] |