Skip to content

anv:Fix memory grow calculation overflow issue

Yanfeng Mi requested to merge Yanfeng-Mi/mesa:overflow into main

What does this MR do and why?

anv:Fix memory grow calculation overflow issue

when old buffer size is large than 2G, 32bit cannot hold
2 times buffer size (>4G).

Signed-off-by: Mi, Yanfeng <yanfeng.mi@intel.com>

Merge request reports

Loading