Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hpo_dp_stream_encoder.c507 uint32_t gsp2_enabled = 0; in hpo_dp_is_gsp_enabled() local
512 REG_GET(DP_SYM32_ENC_SDP_GSP_CONTROL2, GSP_VIDEO_CONTINUOUS_TRANSMISSION_ENABLE, &gsp2_enabled); in hpo_dp_is_gsp_enabled()
516 return (gsp0_enabled || gsp2_enabled || gsp3_enabled || gsp11_enabled); in hpo_dp_is_gsp_enabled()