commit | bd4caed47a19f25fe8674344ea06d469c27ac314 | [log] [tgz] |
---|---|---|
author | Michel Dänzer <michel.daenzer@amd.com> | Tue Apr 17 12:25:22 2018 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed May 09 15:16:13 2018 -0500 |
tree | a2004cce94fef46dbe20811da0579f9d896e2f54 | |
parent | 018d82e5f02ef3583411bcaa4e00c69786f46f19 [diff] |
drm/amd/display: Use kvzalloc for potentially large allocations Allocating up to 32 physically contiguous pages can easily fail (and has failed for me), and isn't necessary anyway. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>