Searched refs:total_y_free_entry (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1590 unsigned int total_y_free_entry = 0x200; /* two memory piece for luma */ local
1606 small_free_entry = (total_y_free_entry > total_c_free_entry) ? total_c_free_entry : total_y_free_entry;
1607 max_free_entry = (mode == PACKED_444) ? total_y_free_entry + total_c_free_entry : small_free_entry;

Completed in 169 milliseconds