Files
kernel_common_drivers/include/linux
yang.zhou 8e7100c978 uvm: replace compress with direct_map to decide realloc [2/2]
PD#SWPL-215684

Problem:
he previous compress member could not adequately indicate whether
realloc was required, leading to errors in certain special scenarios.

Solution:
the decision to perform realloc is determined by Codec2, while Gralloc
uses the value of direct_map to confirm whether realloc is necessary

Verify:
android-16

Change-Id: Ibc72777d9f487fe402b22ee5043da422244e50b5
Signed-off-by: yang.zhou <yang.zhou@amlogic.com>
2025-06-23 23:11:47 -07:00
..