drm/amd/display: Add an extra check for dcn10 OPTC data format
authorOliver Logush <oliver.logush@amd.com>
Tue, 14 Sep 2021 14:05:00 +0000 (10:05 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Sep 2021 13:30:12 +0000 (09:30 -0400)
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Anson Jacob <Anson.Jacob@amd.com>
Signed-off-by: Oliver Logush <oliver.logush@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c
drivers/gpu/drm/amd/display/dc/inc/hw/dwb.h

index f0e0d07b031122a79dcf19df68b364dd3c2bb874..1ca4907b144dca2d93ebf8a69ec97e19c246ac07 100644 (file)
 
 #define CURSOR0_CURSOR_CONTROL__CURSOR_2X_MAGNIFY__SHIFT       0x4
 #define CURSOR0_CURSOR_CONTROL__CURSOR_2X_MAGNIFY_MASK         0x00000010L
-#define CURSOR1_CURSOR_CONTROL__CURSOR_2X_MAGNIFY__SHIFT       0x4
-#define CURSOR1_CURSOR_CONTROL__CURSOR_2X_MAGNIFY_MASK         0x00000010L
-#define CURSOR2_CURSOR_CONTROL__CURSOR_2X_MAGNIFY__SHIFT       0x4
-#define CURSOR2_CURSOR_CONTROL__CURSOR_2X_MAGNIFY_MASK         0x00000010L
-#define CURSOR3_CURSOR_CONTROL__CURSOR_2X_MAGNIFY__SHIFT       0x4
-#define CURSOR3_CURSOR_CONTROL__CURSOR_2X_MAGNIFY_MASK         0x00000010L
 
 #define IPP_SF(reg_name, field_name, post_fix)\
        .field_name = reg_name ## __ ## field_name ## post_fix
index 37848f4577b1807f604925d96eeac873200c7266..3d2a2848857af630ced90bb27dc15982d7315556 100644 (file)
@@ -304,7 +304,7 @@ void optc1_program_timing(
        if (optc1_is_two_pixels_per_containter(&patched_crtc_timing) || optc1->opp_count == 2)
                h_div = H_TIMING_DIV_BY2;
 
-       if (REG(OPTC_DATA_FORMAT_CONTROL)) {
+       if (REG(OPTC_DATA_FORMAT_CONTROL) && optc1->tg_mask->OPTC_DATA_FORMAT != 0) {
                uint32_t data_fmt = 0;
 
                if (patched_crtc_timing.pixel_encoding == PIXEL_ENCODING_YCBCR422)
index ec28cb9c3a8e59ef32183ef565b9886d062e721c..9ccbb2b519b7bb932444d00b0cc9b9c2c2b31ba7 100644 (file)
@@ -171,7 +171,6 @@ struct dwbc {
        bool dwb_is_efc_transition;
        bool dwb_is_drc;
        int wb_src_plane_inst;/*hubp, mpcc, inst*/
-       bool update_privacymask;
        uint32_t mask_id;
         int otg_inst;
         bool mvc_cfg;