linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_1_sc8180x.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.
 */

#ifndef _DPU_5_1_SC8180X_H
#define _DPU_5_1_SC8180X_H

static const struct dpu_caps sc8180x_dpu_caps =;

static const struct dpu_mdp_cfg sc8180x_mdp =;

static const struct dpu_ctl_cfg sc8180x_ctl[] =;

static const struct dpu_sspp_cfg sc8180x_sspp[] =;

static const struct dpu_lm_cfg sc8180x_lm[] =;

static const struct dpu_dspp_cfg sc8180x_dspp[] =;

static const struct dpu_pingpong_cfg sc8180x_pp[] =;

static const struct dpu_merge_3d_cfg sc8180x_merge_3d[] =;

static const struct dpu_dsc_cfg sc8180x_dsc[] =;

static const struct dpu_intf_cfg sc8180x_intf[] =;

static const struct dpu_perf_cfg sc8180x_perf_data =;

static const struct dpu_mdss_version sc8180x_mdss_ver =;

const struct dpu_mdss_cfg dpu_sc8180x_cfg =;

#endif