linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_6_4_sm6350.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2022. Qualcomm Innovation Center, Inc. All rights reserved.
 * Copyright (c) 2015-2018, 2020 The Linux Foundation. All rights reserved.
 * Copyright (c) 2023, Linaro Limited
 */

#ifndef _DPU_6_4_SM6350_H
#define _DPU_6_4_SM6350_H

static const struct dpu_caps sm6350_dpu_caps =;

static const struct dpu_mdp_cfg sm6350_mdp =;

static const struct dpu_ctl_cfg sm6350_ctl[] =;

static const struct dpu_sspp_cfg sm6350_sspp[] =;

static const struct dpu_lm_cfg sm6350_lm[] =;

static const struct dpu_dspp_cfg sm6350_dspp[] =;

static struct dpu_pingpong_cfg sm6350_pp[] =;

static const struct dpu_dsc_cfg sm6350_dsc[] =;

static const struct dpu_intf_cfg sm6350_intf[] =;

static const struct dpu_perf_cfg sm6350_perf_data =;

static const struct dpu_mdss_version sm6350_mdss_ver =;

const struct dpu_mdss_cfg dpu_sm6350_cfg =;

#endif