diff options
author | Boyuan Zhang <[email protected]> | 2018-10-17 15:03:17 -0400 |
---|---|---|
committer | Leo Liu <[email protected]> | 2018-10-23 08:50:02 -0400 |
commit | 0f59e3f08885387dff2d510bffee86366f1c8099 (patch) | |
tree | db95de4f53b3789ddfaf793207a631af181c5065 /meson.build | |
parent | 2e768ade61a8f2b740f6802ab73a6f7f831a9cb9 (diff) |
meson: update required amdgpu version to 2.4.95
VCN jpeg requires new hw ip
Signed-off-by: Boyuan Zhang <[email protected]>
Reviewed-by: Leo Liu <[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 712210f0f1b..690e7d3d8aa 100644 --- a/meson.build +++ b/meson.build @@ -1102,7 +1102,7 @@ dep_libdrm_etnaviv = null_dep dep_libdrm_freedreno = null_dep dep_libdrm_intel = null_dep -_drm_amdgpu_ver = '2.4.93' +_drm_amdgpu_ver = '2.4.95' _drm_radeon_ver = '2.4.71' _drm_nouveau_ver = '2.4.66' _drm_etnaviv_ver = '2.4.89' |