[PATCH] drm/radeon/radeon_display: Decrease the size of allocated memory

2024-02-22 Thread Erick Archer
oved memory area was accessed, and the RADEONFB_CONN_LIMIT constant due to now is never used. Link: https://www.kernel.org/doc/html/latest/process/deprecated.html#open-coded-arithmetic-in-allocator-arguments [1] Link: https://github.com/KSPP/linux/issues/160 [2] Signed-off-by: Erick Archer

[PATCH v2] drm/radeon/radeon_display: Decrease the size of allocated memory

2024-03-30 Thread Erick Archer
oved memory area was accessed, and the RADEONFB_CONN_LIMIT constant due to now is never used. Link: https://www.kernel.org/doc/html/latest/process/deprecated.html#open-coded-arithmetic-in-allocator-arguments [1] Link: https://github.com/KSPP/linux/issues/160 [2] Signed-off-by: Erick Arche