linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_9_0_sm8550.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_9_0_SM8550_H
#define _DPU_9_0_SM8550_H

static const struct dpu_caps sm8550_dpu_caps =;

static const struct dpu_mdp_cfg sm8550_mdp =;

/* FIXME: get rid of DPU_CTL_SPLIT_DISPLAY in favour of proper ACTIVE_CTL support */
static const struct dpu_ctl_cfg sm8550_ctl[] =;

static const struct dpu_sspp_cfg sm8550_sspp[] =;

static const struct dpu_lm_cfg sm8550_lm[] =;

static const struct dpu_dspp_cfg sm8550_dspp[] =;
static const struct dpu_pingpong_cfg sm8550_pp[] =;

static const struct dpu_merge_3d_cfg sm8550_merge_3d[] =;

/*
 * NOTE: Each display compression engine (DCE) contains dual hard
 * slice DSC encoders so both share same base address but with
 * its own different sub block address.
 */
static const struct dpu_dsc_cfg sm8550_dsc[] =;

static const struct dpu_wb_cfg sm8550_wb[] =;

static const struct dpu_intf_cfg sm8550_intf[] =;

static const struct dpu_perf_cfg sm8550_perf_data =;

static const struct dpu_mdss_version sm8550_mdss_ver =;

const struct dpu_mdss_cfg dpu_sm8550_cfg =;

#endif