drm/amd/display: Drop DCN for DP2.x logic
[linux-block.git] / drivers / gpu / drm / amd / display / dc / inc / hw / stream_encoder.h
index 073f8b667eff56ab3249d2214e94a9a88b25604c..d9a3a204cc238e986c3a641370655eddea2d6ed8 100644 (file)
@@ -249,7 +249,6 @@ struct stream_encoder_funcs {
                struct stream_encoder *enc);
 };
 
-#if defined(CONFIG_DRM_AMD_DC_DCN)
 struct hpo_dp_stream_encoder_state {
        uint32_t stream_enc_enabled;
        uint32_t vid_stream_enabled;
@@ -329,6 +328,5 @@ struct hpo_dp_stream_encoder_funcs {
                        struct hpo_dp_stream_encoder *enc,
                        struct hpo_dp_stream_encoder_state *state);
 };
-#endif
 
 #endif /* STREAM_ENCODER_H_ */