Searched refs:org_ip_request_cntl (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/ |
H A D | dcn302_hwseq.c | 163 uint32_t org_ip_request_cntl = 0; in dcn302_dsc_pg_control() local 171 REG_GET(DC_IP_REQUEST_CNTL, IP_REQUEST_EN, &org_ip_request_cntl); in dcn302_dsc_pg_control() 172 if (org_ip_request_cntl == 0) in dcn302_dsc_pg_control() 221 if (org_ip_request_cntl == 0) in dcn302_dsc_pg_control()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_hwseq.c | 284 uint32_t org_ip_request_cntl = 0; in dcn31_dsc_pg_control() local 295 REG_GET(DC_IP_REQUEST_CNTL, IP_REQUEST_EN, &org_ip_request_cntl); in dcn31_dsc_pg_control() 296 if (org_ip_request_cntl == 0) in dcn31_dsc_pg_control() 329 if (org_ip_request_cntl == 0) in dcn31_dsc_pg_control() 346 uint32_t org_ip_request_cntl = 0; in dcn31_enable_power_gating_plane() local 351 REG_GET(DC_IP_REQUEST_CNTL, IP_REQUEST_EN, &org_ip_request_cntl); in dcn31_enable_power_gating_plane() 352 if (org_ip_request_cntl == 0) in dcn31_enable_power_gating_plane() 370 if (org_ip_request_cntl == 0) in dcn31_enable_power_gating_plane() 443 uint32_t org_ip_request_cntl; in dcn31_hubp_pg_control() local 449 REG_GET(DC_IP_REQUEST_CNTL, IP_REQUEST_EN, &org_ip_request_cntl); in dcn31_hubp_pg_control() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_hwseq.c | 244 uint32_t org_ip_request_cntl = 0; in dcn314_dsc_pg_control() local 255 REG_GET(DC_IP_REQUEST_CNTL, IP_REQUEST_EN, &org_ip_request_cntl); in dcn314_dsc_pg_control() 256 if (org_ip_request_cntl == 0) in dcn314_dsc_pg_control() 297 if (org_ip_request_cntl == 0) in dcn314_dsc_pg_control() 311 uint32_t org_ip_request_cntl = 0; in dcn314_enable_power_gating_plane() local 316 REG_GET(DC_IP_REQUEST_CNTL, IP_REQUEST_EN, &org_ip_request_cntl); in dcn314_enable_power_gating_plane() 317 if (org_ip_request_cntl == 0) in dcn314_enable_power_gating_plane() 336 if (org_ip_request_cntl == 0) in dcn314_enable_power_gating_plane()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_hwseq.c | 75 uint32_t org_ip_request_cntl = 0; in dcn32_dsc_pg_control() local 83 REG_GET(DC_IP_REQUEST_CNTL, IP_REQUEST_EN, &org_ip_request_cntl); in dcn32_dsc_pg_control() 84 if (org_ip_request_cntl == 0) in dcn32_dsc_pg_control() 125 if (org_ip_request_cntl == 0) in dcn32_dsc_pg_control() 135 uint32_t org_ip_request_cntl = 0; in dcn32_enable_power_gating_plane() local 140 REG_GET(DC_IP_REQUEST_CNTL, IP_REQUEST_EN, &org_ip_request_cntl); in dcn32_enable_power_gating_plane() 141 if (org_ip_request_cntl == 0) in dcn32_enable_power_gating_plane() 156 if (org_ip_request_cntl == 0) in dcn32_enable_power_gating_plane()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.c | 193 uint32_t org_ip_request_cntl = 0; in dcn20_enable_power_gating_plane() local 198 REG_GET(DC_IP_REQUEST_CNTL, IP_REQUEST_EN, &org_ip_request_cntl); in dcn20_enable_power_gating_plane() 199 if (org_ip_request_cntl == 0) in dcn20_enable_power_gating_plane() 233 if (org_ip_request_cntl == 0) in dcn20_enable_power_gating_plane() 362 uint32_t org_ip_request_cntl = 0; in dcn20_dsc_pg_control() local 370 REG_GET(DC_IP_REQUEST_CNTL, IP_REQUEST_EN, &org_ip_request_cntl); in dcn20_dsc_pg_control() 371 if (org_ip_request_cntl == 0) in dcn20_dsc_pg_control() 428 if (org_ip_request_cntl == 0) in dcn20_dsc_pg_control()
|