drm/amd/display: add getter routine to retrieve mpcc mux
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / display / dc / inc / hw / mpc.h
index 879f502..75c77ad 100644 (file)
@@ -359,6 +359,10 @@ struct mpc_funcs {
 
        int (*release_rmu)(struct mpc *mpc, int mpcc_id);
 
+       unsigned int (*get_mpc_out_mux)(
+                       struct mpc *mpc,
+                       int opp_id);
+
 };
 
 #endif