drm/amd/display: Add dependant changes for DCN32/321
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / display / dc / dcn10 / dcn10_optc.h
index c50c299..df155cc 100644 (file)
@@ -514,6 +514,7 @@ struct dcn_optc_registers {
        type DIG_UPDATE_POSITION_X;\
        type DIG_UPDATE_POSITION_Y;\
        type OTG_H_TIMING_DIV_MODE;\
+       type OTG_H_TIMING_DIV_MODE_MANUAL;\
        type OTG_DRR_TIMING_DBUF_UPDATE_MODE;\
        type OTG_CRC_DSC_MODE;\
        type OTG_CRC_DATA_STREAM_COMBINE_MODE;\
@@ -553,6 +554,7 @@ struct optc {
        int vupdate_offset;
        int vupdate_width;
        int vready_offset;
+       struct dc_crtc_timing orginal_patched_timing;
        enum signal_type signal;
 };