linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_4_0_sdm845.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_4_0_SDM845_H
#define _DPU_4_0_SDM845_H

static const struct dpu_caps sdm845_dpu_caps =;

static const struct dpu_mdp_cfg sdm845_mdp =;

static const struct dpu_ctl_cfg sdm845_ctl[] =;

static const struct dpu_sspp_cfg sdm845_sspp[] =;

static const struct dpu_lm_cfg sdm845_lm[] =;

static const struct dpu_dspp_cfg sdm845_dspp[] =;

static const struct dpu_pingpong_cfg sdm845_pp[] =;

static const struct dpu_dsc_cfg sdm845_dsc[] =;

static const struct dpu_intf_cfg sdm845_intf[] =;

static const struct dpu_perf_cfg sdm845_perf_data =;

static const struct dpu_mdss_version sdm845_mdss_ver =;

const struct dpu_mdss_cfg dpu_sdm845_cfg =;

#endif