linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_7_2_sc7280.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_7_2_SC7280_H
#define _DPU_7_2_SC7280_H

static const struct dpu_caps sc7280_dpu_caps =;

static const struct dpu_mdp_cfg sc7280_mdp =;

static const struct dpu_ctl_cfg sc7280_ctl[] =;

static const struct dpu_sspp_cfg sc7280_sspp[] =;

static const struct dpu_lm_cfg sc7280_lm[] =;

static const struct dpu_dspp_cfg sc7280_dspp[] =;

static const struct dpu_pingpong_cfg sc7280_pp[] =;

/* NOTE: sc7280 only has one DSC hard slice encoder */
static const struct dpu_dsc_cfg sc7280_dsc[] =;

static const struct dpu_wb_cfg sc7280_wb[] =;

static const struct dpu_intf_cfg sc7280_intf[] =;

static const struct dpu_perf_cfg sc7280_perf_data =;

static const struct dpu_mdss_version sc7280_mdss_ver =;

const struct dpu_mdss_cfg dpu_sc7280_cfg =;

#endif