kernel: bump 5.10 to 5.10.113
[openwrt/staging/chunkeey.git] / target / linux / bcm27xx / patches-5.10 / 950-0562-drm-vc4-dsi-Introduce-a-variant-structure.patch
index c24bb4417e949aec2bc994b700d8e990e212fdc0..4e7671ace1a6dba8d42b16fa3dfbd3b9e97119f0 100644 (file)
@@ -66,7 +66,7 @@ Link: https://patchwork.freedesktop.org/patch/msgid/20201203132543.861591-5-maxi
  struct vc4_dsi_encoder {
 @@ -837,7 +848,7 @@ static void vc4_dsi_encoder_enable(struc
  
-       ret = pm_runtime_get_sync(dev);
+       ret = pm_runtime_resume_and_get(dev);
        if (ret) {
 -              DRM_ERROR("Failed to runtime PM enable on DSI%d\n", dsi->port);
 +              DRM_ERROR("Failed to runtime PM enable on DSI%d\n", dsi->variant->port);