We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f5524 commit a3baacaCopy full SHA for a3baaca
drivers/gpu/drm/renesas/rz-du/rzg2l_du_vsp.h
@@ -54,7 +54,7 @@ to_rzg2l_vsp_plane_state(struct drm_plane_state *state)
54
return container_of(state, struct rzg2l_du_vsp_plane_state, state);
55
}
56
57
-#ifdef CONFIG_DRM_RCAR_VSP
+#if IS_ENABLED(CONFIG_VIDEO_RENESAS_VSP1)
58
int rzg2l_du_vsp_init(struct rzg2l_du_vsp *vsp, struct device_node *np,
59
unsigned int crtcs);
60
void rzg2l_du_vsp_enable(struct rzg2l_du_crtc *crtc);
0 commit comments