Home
last modified time | relevance | path

Searched refs:REG_UPDATE_5 (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dwb.c72 REG_UPDATE_5(WB_EC_CONFIG, DISPCLK_R_WB_GATE_DIS, 1, in dwb1_enable()
96 REG_UPDATE_5(WB_EC_CONFIG, DISPCLK_R_WB_GATE_DIS, 0, in dwb1_disable()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c_hw.c51 REG_UPDATE_5(DC_I2C_CONTROL, in execute_transaction()
180 REG_UPDATE_5(DC_I2C_TRANSACTION0, in process_transaction()
188 REG_UPDATE_5(DC_I2C_TRANSACTION1, in process_transaction()
196 REG_UPDATE_5(DC_I2C_TRANSACTION2, in process_transaction()
204 REG_UPDATE_5(DC_I2C_TRANSACTION3, in process_transaction()
H A Ddce_stream_encoder.c563 REG_UPDATE_5(HDMI_CONTROL, in dce110_stream_encoder_hdmi_set_stream_attribute()
1030 REG_UPDATE_5(HDMI_CONTROL, in dce110_reset_hdmi_stream_attribute()
1422 REG_UPDATE_5(DP_SEC_CNTL, in dce110_se_disable_dp_audio()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn32/
H A Ddcn32_optc.c175 REG_UPDATE_5(OPTC_DATA_SOURCE_SELECT, in optc32_disable_crtc()
217 REG_UPDATE_5(OPTC_DATA_SOURCE_SELECT, in optc32_disable_phantom_otg()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn401/
H A Ddcn401_optc.c210 REG_UPDATE_5(OPTC_DATA_SOURCE_SELECT, in optc401_disable_crtc()
252 REG_UPDATE_5(OPTC_DATA_SOURCE_SELECT, in optc401_disable_phantom_otg()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn301/
H A Ddcn301_optc.c76 REG_UPDATE_5(OTG_V_TOTAL_CONTROL, in optc301_set_drr()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.c948 REG_UPDATE_5(OTG_V_TOTAL_CONTROL, in optc1_set_drr()
1173 REG_UPDATE_5(OTG_TEST_PATTERN_PARAMETERS, in optc1_set_test_pattern()
1183 REG_UPDATE_5(OTG_TEST_PATTERN_PARAMETERS, in optc1_set_test_pattern()
1193 REG_UPDATE_5(OTG_TEST_PATTERN_PARAMETERS, in optc1_set_test_pattern()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn31/
H A Ddcn31_optc.c125 REG_UPDATE_5(OPTC_DATA_SOURCE_SELECT, in optc31_disable_crtc()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn35/
H A Ddcn35_optc.c142 REG_UPDATE_5(OPTC_DATA_SOURCE_SELECT, in optc35_disable_crtc()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn20/
H A Ddcn20_optc.c96 REG_UPDATE_5(OTG_GSL_CONTROL, in optc2_set_gsl()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn10/
H A Ddcn10_stream_encoder.c1047 REG_UPDATE_5(HDMI_CONTROL, in enc1_reset_hdmi_stream_attribute()
1412 REG_UPDATE_5(DP_SEC_CNTL, in enc1_se_disable_dp_audio()
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn10/
H A Ddcn10_mpc.c84 REG_UPDATE_5(MPCC_CONTROL[mpcc_id], in mpc1_update_blending()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dreg_helper.h252 #define REG_UPDATE_5(reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5) \ macro