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

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2023 Marijn Suijten <[email protected]>. All rights reserved.
 * Copyright (c) 2022. Qualcomm Innovation Center, Inc. All rights reserved.
 * Copyright (c) 2015-2018, 2020 The Linux Foundation. All rights reserved.
 */

#ifndef _DPU_5_4_SM6125_H
#define _DPU_5_4_SM6125_H

static const struct dpu_caps sm6125_dpu_caps =;

static const struct dpu_mdp_cfg sm6125_mdp =;

static const struct dpu_ctl_cfg sm6125_ctl[] =;

static const struct dpu_sspp_cfg sm6125_sspp[] =;

static const struct dpu_lm_cfg sm6125_lm[] =;

static const struct dpu_dspp_cfg sm6125_dspp[] =;

static const struct dpu_pingpong_cfg sm6125_pp[] =;

static const struct dpu_intf_cfg sm6125_intf[] =;

static const struct dpu_perf_cfg sm6125_perf_data =;

static const struct dpu_mdss_version sm6125_mdss_ver =;

const struct dpu_mdss_cfg dpu_sm6125_cfg =;

#endif