Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c252 uint32_t misc0 = 0; in enc1_stream_encoder_dp_set_stream_attribute() local
357 misc0 = misc0 | synchronous_clock; in enc1_stream_encoder_dp_set_stream_attribute()
358 misc0 = colorimetry_bpc << 5; in enc1_stream_encoder_dp_set_stream_attribute()
366 misc0 = misc0 | 0x8; /* bit3=1 */ in enc1_stream_encoder_dp_set_stream_attribute()
372 misc0 = misc0 | 0x8; /* bit3=1, bit4=0 */ in enc1_stream_encoder_dp_set_stream_attribute()
376 misc0 = misc0 | 0x2; /* bit2=0, bit1=1 */ in enc1_stream_encoder_dp_set_stream_attribute()
378 misc0 = misc0 | 0x4; /* bit2=1, bit1=0 */ in enc1_stream_encoder_dp_set_stream_attribute()
382 misc0 = misc0 | 0x18; /* bit3=1, bit4=1 */ in enc1_stream_encoder_dp_set_stream_attribute()
386 misc0 = misc0 | 0x2; /* bit2=0, bit1=1 */ in enc1_stream_encoder_dp_set_stream_attribute()
388 misc0 = misc0 | 0x4; /* bit2=1, bit1=0 */ in enc1_stream_encoder_dp_set_stream_attribute()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c280 uint32_t misc0 = 0; in dce110_stream_encoder_dp_set_stream_attribute() local
384 misc0 = misc0 | synchronous_clock; in dce110_stream_encoder_dp_set_stream_attribute()
385 misc0 = colorimetry_bpc << 5; in dce110_stream_encoder_dp_set_stream_attribute()
390 misc0 = misc0 | 0x0; in dce110_stream_encoder_dp_set_stream_attribute()
395 misc0 = misc0 | 0x8; /* bit3=1 */ in dce110_stream_encoder_dp_set_stream_attribute()
401 misc0 = misc0 | 0x8; /* bit3=1, bit4=0 */ in dce110_stream_encoder_dp_set_stream_attribute()
405 misc0 = misc0 | 0x2; /* bit2=0, bit1=1 */ in dce110_stream_encoder_dp_set_stream_attribute()
407 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 …]