kernel/drivers/gpu/drm/rockchip/rockchip-mipi-csi-tx.c
.. .. @@ -1088,8 +1088,8 @@ 1088 1088 struct device *dev = csi->dev; 1089 1089 int ret; 1090 1090 1091 - encoder->possible_crtcs = drm_of_find_possible_crtcs(drm,1092 - dev->of_node);1091 + encoder->possible_crtcs = rockchip_drm_of_find_possible_crtcs(drm,1092 + dev->of_node);1093 1093 /* 1094 1094 * If we failed to find the CRTC(s) which this encoder is 1095 1095 * supposed to be connected to, it's because the CRTC has