commit | 44f3dd09a8a103018df199345c669978a90c10c1 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Thu Aug 08 00:29:23 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Aug 12 12:47:49 2019 -0500 |
tree | 2483769c6034aba7d125efb64e4620007ae67626 | |
parent | 62cfcb9e23d0e1c4457b27732c6daee3364508da [diff] |
drm/amd/display: use kvmalloc for dc_state (v2) It's large and doesn't need contiguous memory. Fixes allocation failures in some cases. v2: kvfree the memory. Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>