drm/msm: Add a struct to pass configuration to msm_gpu_init()
authorJordan Crouse <jcrouse@codeaurora.org>
Mon, 8 May 2017 20:35:03 +0000 (14:35 -0600)
committerRob Clark <robdclark@gmail.com>
Fri, 16 Jun 2017 15:16:00 +0000 (11:16 -0400)
commit5770fc7a562e7da37cbf981f352d774c0142d7ba
tree3344505c979b2f166e1ba712496c05d68b9cbcbe
parent49fd08baa36ac10b13ea7b23fc6bbee8b4a6fcfe
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>
drivers/gpu/drm/msm/adreno/adreno_gpu.c
drivers/gpu/drm/msm/msm_gpu.c
drivers/gpu/drm/msm/msm_gpu.h