linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_dpmm/dml2_dpmm_factory.c

// SPDX-License-Identifier: MIT
//
// Copyright 2024 Advanced Micro Devices, Inc.


#include "dml2_dpmm_factory.h"
#include "dml2_dpmm_dcn4.h"
#include "dml2_external_lib_deps.h"

static bool dummy_map_mode_to_soc_dpm(struct dml2_dpmm_map_mode_to_soc_dpm_params_in_out *in_out)
{}

static bool dummy_map_watermarks(struct dml2_dpmm_map_watermarks_params_in_out *in_out)
{}

bool dml2_dpmm_create(enum dml2_project_id project_id, struct dml2_dpmm_instance *out)
{}