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

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2024, Danila Tikhonov <[email protected]>
 */

#ifndef _DPU_5_2_SM7150_H
#define _DPU_5_2_SM7150_H

static const struct dpu_caps sm7150_dpu_caps =;

static const struct dpu_mdp_cfg sm7150_mdp =;

static const struct dpu_ctl_cfg sm7150_ctl[] =;

static const struct dpu_sspp_cfg sm7150_sspp[] =;

static const struct dpu_lm_cfg sm7150_lm[] =;

static const struct dpu_dspp_cfg sm7150_dspp[] =;

static const struct dpu_pingpong_cfg sm7150_pp[] =;

static const struct dpu_merge_3d_cfg sm7150_merge_3d[] =;

static const struct dpu_dsc_cfg sm7150_dsc[] =;

static const struct dpu_intf_cfg sm7150_intf[] =;

static const struct dpu_wb_cfg sm7150_wb[] =;

static const struct dpu_perf_cfg sm7150_perf_data =;

static const struct dpu_mdss_version sm7150_mdss_ver =;

const struct dpu_mdss_cfg dpu_sm7150_cfg =;

#endif