Searched refs:pipe_mall_type (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.c525 enum mall_stream_type pipe_mall_type; local
535 pipe_mall_type = ctx->config.svp_pstate.callbacks.get_pipe_subvp_type(context, pipe);
542 if (!found && pipe_mall_type == SUBVP_NONE) {
548 if (!subvp_pipe && pipe_mall_type == SUBVP_MAIN)
611 enum mall_stream_type pipe_mall_type = ctx->config.svp_pstate.callbacks.get_pipe_subvp_type(context, pipe); local
617 pipe_mall_type == SUBVP_MAIN)
624 pipe_mall_type == SUBVP_NONE) {
H A Ddml2_utils.c290 enum mall_stream_type pipe_mall_type; local
338 pipe_mall_type = dc_state_get_pipe_subvp_type(context, &context->res_ctx.pipe_ctx[dc_pipe_ctx_index]);
339 if (pipe_mall_type == SUBVP_PHANTOM) {
366 if (pipe_mall_type != SUBVP_PHANTOM) {
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource_helpers.c667 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); local
671 if (pipe_mall_type == SUBVP_MAIN) {
680 if (pipe_mall_type == SUBVP_NONE) {
728 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); local
732 if (pipe_mall_type == SUBVP_MAIN) {
741 if (pipe_mall_type == SUBVP_NONE) {
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c833 enum mall_stream_type pipe_mall_type; local
857 pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe);
868 pipe_mall_type == SUBVP_MAIN) {
872 pipe_mall_type == SUBVP_NONE) {
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c378 enum mall_stream_type pipe_mall_type = SUBVP_NONE; local
382 pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe);
384 if (pipe->stream && pipe->plane_state && pipe_mall_type == SUBVP_MAIN) {
403 if (pipe->stream && pipe->plane_state && pipe_mall_type == SUBVP_MAIN &&
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c910 enum mall_stream_type pipe_mall_type; local
920 pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe);
928 if (!found && pipe_mall_type == SUBVP_NONE) {
934 if (!subvp_pipe && pipe_mall_type == SUBVP_MAIN)
1044 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); local
1050 if (pipe_mall_type == SUBVP_MAIN)
1052 if (pipe_mall_type == SUBVP_NONE)
1060 pipe_mall_type == SUBVP_NONE) {
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1677 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe_ctx); local
1825 pipe_mall_type == SUBVP_MAIN) {
1839 if (pipe_ctx->stream && pipe_mall_type == SUBVP_PHANTOM

Completed in 159 milliseconds