commit | 447fa5292fcf09197cf2ce124e8e0ff6c629733a | [log] [tgz] |
---|---|---|
author | Stephane Viau <sviau@codeaurora.org> | Tue Jan 13 14:33:40 2015 -0500 |
committer | Rob Clark <robdclark@gmail.com> | Sun Feb 01 15:32:45 2015 -0500 |
tree | 9b617a032cfb35165ed8db1baaaaeec4cadcf9ff | |
parent | 5cdde29bc93a1f4d4a4f5a6faa830e368d920280 [diff] |
drm/msm/hdmi: use dynamic allocation for hdmi resources Instead of reporting BUG_ON when resources arrays are not dimensioned correctly, this patch does a dynamic allocation of these arrays. This is needed for the following patches that add a regulator for a new target. Signed-off-by: Stephane Viau <sviau@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>