commit | 5770fc7a562e7da37cbf981f352d774c0142d7ba | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Mon May 08 14:35:03 2017 -0600 |
committer | Rob Clark <robdclark@gmail.com> | Fri Jun 16 11:16:00 2017 -0400 |
tree | 3344505c979b2f166e1ba712496c05d68b9cbcbe | |
parent | 49fd08baa36ac10b13ea7b23fc6bbee8b4a6fcfe [diff] |
drm/msm: Add a struct to pass configuration to msm_gpu_init() The amount of information that we need to pass into msm_gpu_init() is steadily increasing, so add a new struct to stabilize the function call and make it easier to add new configuration down the line. Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>