Searched refs:DIG_FE_CNTL (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_stream_encoder.h | 67 SRI(DIG_FE_CNTL, DIG, id), \ 168 SE_SF(DIG_FE_CNTL, DIG_START, mask_sh),\ 169 SE_SF(DIG_FE_CNTL, DIG_STEREOSYNC_SELECT, mask_sh),\ 170 SE_SF(DIG_FE_CNTL, DIG_STEREOSYNC_GATE_EN, mask_sh),\ 302 SE_SF(DIG_FE_CNTL, TMDS_PIXEL_ENCODING, mask_sh),\ 303 SE_SF(DIG_FE_CNTL, TMDS_COLOR_FORMAT, mask_sh),\ 304 SE_SF(DIG_FE_CNTL, DIG_STEREOSYNC_SELECT, mask_sh),\ 305 SE_SF(DIG_FE_CNTL, DIG_STEREOSYNC_GATE_EN, mask_sh) 312 SE_SF(DIG_FE_CNTL, TMDS_PIXEL_ENCODING, mask_sh),\ 313 SE_SF(DIG_FE_CNTL, TMDS_COLOR_FORMAT, mask_sh),\ [all …]
|
D | dce_stream_encoder.c | 523 } else if (enc110->regs->DIG_FE_CNTL) { in dce110_stream_encoder_set_stream_attribute_helper() 526 REG_UPDATE(DIG_FE_CNTL, TMDS_PIXEL_ENCODING, 1); in dce110_stream_encoder_set_stream_attribute_helper() 529 REG_UPDATE(DIG_FE_CNTL, TMDS_PIXEL_ENCODING, 0); in dce110_stream_encoder_set_stream_attribute_helper() 532 REG_UPDATE(DIG_FE_CNTL, TMDS_COLOR_FORMAT, 0); in dce110_stream_encoder_set_stream_attribute_helper() 566 } else if (enc110->regs->DIG_FE_CNTL) { in dce110_stream_encoder_hdmi_set_stream_attribute() 976 REG_UPDATE(DIG_FE_CNTL, DIG_START, 1); in dce110_stream_encoder_dp_unblank() 1555 REG_UPDATE(DIG_FE_CNTL, DIG_STEREOSYNC_SELECT, tg_inst); in setup_stereo_sync() 1556 REG_UPDATE(DIG_FE_CNTL, DIG_STEREOSYNC_GATE_EN, !enable); in setup_stereo_sync()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_stream_encoder.c | 468 REG_UPDATE(DIG_FE_CNTL, TMDS_PIXEL_ENCODING, 1); in enc1_stream_encoder_set_stream_attribute_helper() 471 REG_UPDATE(DIG_FE_CNTL, TMDS_PIXEL_ENCODING, 0); in enc1_stream_encoder_set_stream_attribute_helper() 474 REG_UPDATE(DIG_FE_CNTL, TMDS_COLOR_FORMAT, 0); in enc1_stream_encoder_set_stream_attribute_helper() 858 REG_UPDATE(DIG_FE_CNTL, DIG_START, 1); in enc1_stream_encoder_dp_unblank() 1415 REG_UPDATE(DIG_FE_CNTL, DIG_STEREOSYNC_SELECT, tg_inst); in enc1_setup_stereo_sync() 1416 REG_UPDATE(DIG_FE_CNTL, DIG_STEREOSYNC_GATE_EN, !enable); in enc1_setup_stereo_sync()
|
D | dcn10_stream_encoder.h | 54 SRI(DIG_FE_CNTL, DIG, id), \ 120 uint32_t DIG_FE_CNTL; member
|