/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2022. Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2023, Richard Acayan. All rights reserved. */ #ifndef _DPU_4_1_SDM670_H #define _DPU_4_1_SDM670_H static const struct dpu_mdp_cfg sdm670_mdp = …; static const struct dpu_sspp_cfg sdm670_sspp[] = …; static const struct dpu_dsc_cfg sdm670_dsc[] = …; static const struct dpu_mdss_version sdm670_mdss_ver = …; const struct dpu_mdss_cfg dpu_sdm670_cfg = …; #endif