mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
drm/amd/display: Increase IB mem size
[Why & How] Increase IB mem size to match size of largest structure that will use IB transfer between driver and DMU. Reviewed-by: Oleh Kuzhylnyi <oleh.kuzhylnyi@amd.com> Signed-off-by: Alvin Lee <Alvin.Lee2@amd.com> Signed-off-by: Ray Wu <ray.wu@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
#define DMUB_SCRATCH_MEM_SIZE (1024)
|
||||
|
||||
/* Default indirect buffer size. */
|
||||
#define DMUB_IB_MEM_SIZE (1280)
|
||||
#define DMUB_IB_MEM_SIZE (2560)
|
||||
|
||||
/* Default LSDMA ring buffer size. */
|
||||
#define DMUB_LSDMA_RB_SIZE (64 * 1024)
|
||||
|
||||
Reference in New Issue
Block a user