linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.c

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

#include "mdp5_kms.h"
#include "mdp5_cfg.h"

struct mdp5_cfg_handler {};

/* mdp5_cfg must be exposed (used in mdp5.xml.h) */
const struct mdp5_cfg_hw *mdp5_cfg =;

static const struct mdp5_cfg_hw msm8x74v1_config =;

static const struct mdp5_cfg_hw msm8x26_config =;

static const struct mdp5_cfg_hw msm8x74v2_config =;

static const struct mdp5_cfg_hw apq8084_config =;

static const struct mdp5_cfg_hw msm8x16_config =;

static const struct mdp5_cfg_hw msm8x36_config =;

static const struct mdp5_cfg_hw msm8x94_config =;

static const struct mdp5_cfg_hw msm8x96_config =;

static const struct mdp5_cfg_hw msm8x76_config =;

static const struct mdp5_cfg_hw msm8x53_config =;

static const struct mdp5_cfg_hw msm8917_config =;

static const struct mdp5_cfg_hw msm8937_config =;

static const struct mdp5_cfg_hw msm8998_config =;

static const struct mdp5_cfg_hw sdm630_config =;

static const struct mdp5_cfg_hw sdm660_config =;

static const struct mdp5_cfg_handler cfg_handlers_v1[] =;

static const struct mdp5_cfg_handler cfg_handlers_v3[] =;

const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_handler)
{}

struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler)
{}

int mdp5_cfg_get_hw_rev(struct mdp5_cfg_handler *cfg_handler)
{}

struct mdp5_cfg_handler *mdp5_cfg_init(struct mdp5_kms *mdp5_kms,
		uint32_t major, uint32_t minor)
{}