]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitef7ce3ede939c5bb5c2f2c50daeee723f90a0d82
tree3344505c979b2f166e1ba712496c05d68b9cbcbe
parente988d0b80d9d8d6b7fc95f8249fa4eb57813c8c5
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