kernel: bump 5.15 to 5.15.41
[openwrt/staging/dedeckeh.git] / target / linux / bcm27xx / patches-5.15 / 950-0808-drm-vc4_hdmi-Force-modeset-when-bpc-changes.patch
index 3b2bc702aa7401a7dfd938c0d1f4d51622ee9aad..7e145873482ec0dd2d730ff650a375f2e533a3d8 100644 (file)
@@ -25,7 +25,7 @@ Signed-off-by: Dom Cobley <popcornmix@gmail.com>
 
 --- a/drivers/gpu/drm/vc4/vc4_hdmi.c
 +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c
-@@ -1808,6 +1808,9 @@ static int vc4_hdmi_encoder_atomic_check
+@@ -1809,6 +1809,9 @@ static int vc4_hdmi_encoder_atomic_check
        struct vc4_hdmi_connector_state *vc4_state = conn_state_to_vc4_hdmi_conn_state(conn_state);
        struct drm_display_mode *mode = &crtc_state->adjusted_mode;
        struct vc4_hdmi *vc4_hdmi = encoder_to_vc4_hdmi(encoder);
@@ -35,7 +35,7 @@ Signed-off-by: Dom Cobley <popcornmix@gmail.com>
        unsigned long long pixel_rate = mode->clock * 1000;
        unsigned long long tmds_rate;
        int ret;
-@@ -1836,6 +1839,11 @@ static int vc4_hdmi_encoder_atomic_check
+@@ -1837,6 +1840,11 @@ static int vc4_hdmi_encoder_atomic_check
        if (ret)
                return ret;