]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/bridge/rockchip: fix build after atomic API change.
authorDave Airlie <airlied@redhat.com>
Thu, 14 May 2026 20:48:44 +0000 (06:48 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 14 May 2026 20:48:44 +0000 (06:48 +1000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/bridge/microchip-lvds.c

index 12fc442f986796fbf2fe9beda1760ec956132937..5fb8633f43c5c60a6d31eb8510e395f0eb32197b 100644 (file)
@@ -129,7 +129,7 @@ static int mchp_lvds_attach(struct drm_bridge *bridge,
 }
 
 static void mchp_lvds_atomic_enable(struct drm_bridge *bridge,
-                                   struct drm_atomic_state *state)
+                                   struct drm_atomic_commit *state)
 {
        struct mchp_lvds *lvds = bridge_to_lvds(bridge);
        struct drm_connector *connector;
@@ -158,7 +158,7 @@ static void mchp_lvds_atomic_enable(struct drm_bridge *bridge,
 }
 
 static void mchp_lvds_atomic_disable(struct drm_bridge *bridge,
-                                    struct drm_atomic_state *state)
+                                    struct drm_atomic_commit *state)
 {
        struct mchp_lvds *lvds = bridge_to_lvds(bridge);