]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/msm/adreno: Pass device_node to find_chipid()
authorRob Clark <robin.clark@oss.qualcomm.com>
Mon, 9 Jun 2025 18:24:36 +0000 (11:24 -0700)
committerRob Clark <robin.clark@oss.qualcomm.com>
Mon, 9 Jun 2025 19:52:02 +0000 (12:52 -0700)
commit1efb73791c828f3d1ac68ebbc5eddc35a562f9d0
tree7cf65aba680c566f4a12cc8c7cec3291e9744164
parent1453b532d193a0b1b94429c657365e14dd4f361e
drm/msm/adreno: Pass device_node to find_chipid()

We are going to want to re-use this before the component is bound, when
we don't yet have the device pointer (but we do have the of node).

v2: use %pOF

Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/657705/
drivers/gpu/drm/msm/adreno/adreno_device.c