]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/display: use kvzalloc again in dc_create_state
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 26 Oct 2020 14:25:36 +0000 (10:25 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 26 Oct 2020 17:35:00 +0000 (13:35 -0400)
commit512d0616457a7d4655b3fecdda59e0ee9d1b86ef
treebc01ea139cb54548da194d3dd71a16936252d491
parent2c2b67eae0039c9ba572bc48d5c09c47b1628158
drm/amdgpu/display: use kvzalloc again in dc_create_state

It looks this was accidently lost in a follow up patch.
dc context is large and we don't need contiguous pages.

Fixes: 35baca9497f8 ("drm/amd/display: Multi display cause system lag on mode change")
Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Aric Cyr <aric.cyr@amd.com>
Cc: Alex Xu <alex_y_xu@yahoo.ca>
Reported-by: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
Tested-by: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
drivers/gpu/drm/amd/display/dc/core/dc.c