linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.c

// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
 */

#include <drm/drm_managed.h>

#include "dpu_hwio.h"
#include "dpu_hw_catalog.h"
#include "dpu_hw_lm.h"
#include "dpu_hw_dspp.h"
#include "dpu_kms.h"


/* DSPP_PCC */
#define PCC_EN
#define PCC_DIS
#define PCC_RED_R_OFF
#define PCC_RED_G_OFF
#define PCC_RED_B_OFF
#define PCC_GREEN_R_OFF
#define PCC_GREEN_G_OFF
#define PCC_GREEN_B_OFF
#define PCC_BLUE_R_OFF
#define PCC_BLUE_G_OFF
#define PCC_BLUE_B_OFF

static void dpu_setup_dspp_pcc(struct dpu_hw_dspp *ctx,
		struct dpu_hw_pcc_cfg *cfg)
{}

static void _setup_dspp_ops(struct dpu_hw_dspp *c,
		unsigned long features)
{}

struct dpu_hw_dspp *dpu_hw_dspp_init(struct drm_device *dev,
				     const struct dpu_dspp_cfg *cfg,
				     void __iomem *addr)
{}