Home
last modified time | relevance | path

Searched refs:misc0 (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hpo_dp_stream_encoder.c201 uint8_t misc0 = 0; in dcn31_hpo_dp_stream_enc_set_stream_attribute() local
233 misc0 = misc0 | 0x2; // MISC0[2:1] = 01 in dcn31_hpo_dp_stream_enc_set_stream_attribute()
237 misc0 = misc0 | 0x4; // MISC0[2:1] = 10 in dcn31_hpo_dp_stream_enc_set_stream_attribute()
278 misc0 = misc0 | 0x20; // MISC0[7:5] = 001 in dcn31_hpo_dp_stream_enc_set_stream_attribute()
282 misc0 = misc0 | 0x40; // MISC0[7:5] = 010 in dcn31_hpo_dp_stream_enc_set_stream_attribute()
286 misc0 = misc0 | 0x60; // MISC0[7:5] = 011 in dcn31_hpo_dp_stream_enc_set_stream_attribute()
303 misc0 = misc0 | 0x8; /* bit3=1 */ in dcn31_hpo_dp_stream_enc_set_stream_attribute()
308 misc0 = misc0 | 0x8; /* bit3=1, bit4=0 */ in dcn31_hpo_dp_stream_enc_set_stream_attribute()
311 misc0 = misc0 | 0x2; /* bit2=0, bit1=1 */ in dcn31_hpo_dp_stream_enc_set_stream_attribute()
313 misc0 = misc0 | 0x4; /* bit2=1, bit1=0 */ in dcn31_hpo_dp_stream_enc_set_stream_attribute()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddce_stream_encoder.c276 uint32_t misc0 = 0; in dce110_stream_encoder_dp_set_stream_attribute() local
383 misc0 = misc0 | synchronous_clock; in dce110_stream_encoder_dp_set_stream_attribute()
384 misc0 = colorimetry_bpc << 5; in dce110_stream_encoder_dp_set_stream_attribute()
389 misc0 = misc0 | 0x0; in dce110_stream_encoder_dp_set_stream_attribute()
394 misc0 = misc0 | 0x8; /* bit3=1 */ in dce110_stream_encoder_dp_set_stream_attribute()
400 misc0 = misc0 | 0x8; /* bit3=1, bit4=0 */ in dce110_stream_encoder_dp_set_stream_attribute()
404 misc0 = misc0 | 0x2; /* bit2=0, bit1=1 */ in dce110_stream_encoder_dp_set_stream_attribute()
406 misc0 = misc0 | 0x4; /* bit2=1, bit1=0 */ in dce110_stream_encoder_dp_set_stream_attribute()
411 misc0 = misc0 | 0x18; /* bit3=1, bit4=1 */ in dce110_stream_encoder_dp_set_stream_attribute()
415 misc0 = misc0 | 0x2; /* bit2=0, bit1=1 */ in dce110_stream_encoder_dp_set_stream_attribute()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_stream_encoder.c254 uint32_t misc0 = 0; in enc1_stream_encoder_dp_set_stream_attribute() local
365 misc0 = misc0 | synchronous_clock; in enc1_stream_encoder_dp_set_stream_attribute()
366 misc0 = colorimetry_bpc << 5; in enc1_stream_encoder_dp_set_stream_attribute()
373 misc0 = misc0 | 0x8; /* bit3=1 */ in enc1_stream_encoder_dp_set_stream_attribute()
378 misc0 = misc0 | 0x8; /* bit3=1, bit4=0 */ in enc1_stream_encoder_dp_set_stream_attribute()
381 misc0 = misc0 | 0x2; /* bit2=0, bit1=1 */ in enc1_stream_encoder_dp_set_stream_attribute()
383 misc0 = misc0 | 0x4; /* bit2=1, bit1=0 */ in enc1_stream_encoder_dp_set_stream_attribute()
387 misc0 = misc0 | 0x18; /* bit3=1, bit4=1 */ in enc1_stream_encoder_dp_set_stream_attribute()
390 misc0 = misc0 | 0x2; /* bit2=0, bit1=1 */ in enc1_stream_encoder_dp_set_stream_attribute()
392 misc0 = misc0 | 0x4; /* bit2=1, bit1=0 */ in enc1_stream_encoder_dp_set_stream_attribute()
[all …]
/linux-6.1.9/drivers/gpu/drm/xlnx/
Dzynqmp_dp.c273 u8 misc0; member
1097 zynqmp_dp_write(dp, ZYNQMP_DP_MAIN_STREAM_MISC0, dp->config.misc0); in zynqmp_dp_update_misc()
1119 config->misc0 &= ~ZYNQMP_DP_MAIN_STREAM_MISC0_COMP_FORMAT_MASK; in zynqmp_dp_set_format()
1124 config->misc0 |= ZYNQMP_DP_MAIN_STREAM_MISC0_COMP_FORMAT_RGB; in zynqmp_dp_set_format()
1129 config->misc0 |= ZYNQMP_DP_MAIN_STREAM_MISC0_COMP_FORMAT_YCRCB_444; in zynqmp_dp_set_format()
1134 config->misc0 |= ZYNQMP_DP_MAIN_STREAM_MISC0_COMP_FORMAT_YCRCB_422; in zynqmp_dp_set_format()
1156 config->misc0 &= ~ZYNQMP_DP_MAIN_STREAM_MISC0_BPC_MASK; in zynqmp_dp_set_format()
1160 config->misc0 |= ZYNQMP_DP_MAIN_STREAM_MISC0_BPC_6; in zynqmp_dp_set_format()
1163 config->misc0 |= ZYNQMP_DP_MAIN_STREAM_MISC0_BPC_8; in zynqmp_dp_set_format()
1166 config->misc0 |= ZYNQMP_DP_MAIN_STREAM_MISC0_BPC_10; in zynqmp_dp_set_format()
[all …]
/linux-6.1.9/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c1758 misc0 = 0, misc1 = 0, pxl_repr, in cdns_mhdp_configure_video() local
1774 misc0 = DP_YCBCR_COEFFICIENTS_ITU709; in cdns_mhdp_configure_video()
1781 misc0 |= DP_COLOR_FORMAT_RGB; in cdns_mhdp_configure_video()
1785 misc0 |= DP_COLOR_FORMAT_YCbCr444 | DP_TEST_DYNAMIC_RANGE_CEA; in cdns_mhdp_configure_video()
1789 misc0 |= DP_COLOR_FORMAT_YCbCr422 | DP_TEST_DYNAMIC_RANGE_CEA; in cdns_mhdp_configure_video()
1800 misc0 |= DP_TEST_BIT_DEPTH_6; in cdns_mhdp_configure_video()
1804 misc0 |= DP_TEST_BIT_DEPTH_8; in cdns_mhdp_configure_video()
1808 misc0 |= DP_TEST_BIT_DEPTH_10; in cdns_mhdp_configure_video()
1812 misc0 |= DP_TEST_BIT_DEPTH_12; in cdns_mhdp_configure_video()
1816 misc0 |= DP_TEST_BIT_DEPTH_16; in cdns_mhdp_configure_video()
[all …]
/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_mcp.c841 QED_MFW_SET_FIELD(load_req.misc0, LOAD_REQ_ROLE, p_in_params->drv_role); in __qed_mcp_load_req()
842 QED_MFW_SET_FIELD(load_req.misc0, LOAD_REQ_LOCK_TO, in __qed_mcp_load_req()
844 QED_MFW_SET_FIELD(load_req.misc0, LOAD_REQ_FORCE, in __qed_mcp_load_req()
846 QED_MFW_SET_FIELD(load_req.misc0, LOAD_REQ_FLAGS0, in __qed_mcp_load_req()
876 load_req.misc0, in __qed_mcp_load_req()
877 QED_MFW_GET_FIELD(load_req.misc0, LOAD_REQ_ROLE), in __qed_mcp_load_req()
878 QED_MFW_GET_FIELD(load_req.misc0, in __qed_mcp_load_req()
880 QED_MFW_GET_FIELD(load_req.misc0, LOAD_REQ_FORCE), in __qed_mcp_load_req()
881 QED_MFW_GET_FIELD(load_req.misc0, LOAD_REQ_FLAGS0)); in __qed_mcp_load_req()
902 load_rsp.misc0, in __qed_mcp_load_req()
[all …]
Dqed_mfw_hsi.h1006 u32 misc0; member
1027 u32 misc0; member