linux/drivers/gpu/drm/amd/display/dc/optc/dcn32/dcn32_optc.c

/*
 * Copyright 2022 Advanced Micro Devices, Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * Authors: AMD
 *
 */

#include "dcn32_optc.h"

#include "dcn30/dcn30_optc.h"
#include "dcn31/dcn31_optc.h"
#include "reg_helper.h"
#include "dc.h"
#include "dcn_calc_math.h"
#include "dc_dmub_srv.h"

#define REG(reg)

#define CTX

#undef FN
#define FN(reg_name, field_name)

static void optc32_set_odm_combine(struct timing_generator *optc, int *opp_id, int opp_cnt,
		int segment_width, int last_segment_width)
{}

void optc32_get_odm_combine_segments(struct timing_generator *tg, int *odm_combine_segments)
{}

void optc32_wait_odm_doublebuffer_pending_clear(struct timing_generator *tg)
{}

void optc32_set_h_timing_div_manual_mode(struct timing_generator *optc, bool manual_mode)
{}
/**
 * optc32_enable_crtc() - Enable CRTC - call ASIC Control Object to enable Timing generator.
 *
 * @optc: timing_generator instance.
 *
 * Return: If CRTC is enabled, return true.
 */
static bool optc32_enable_crtc(struct timing_generator *optc)
{}

/* disable_crtc */
static bool optc32_disable_crtc(struct timing_generator *optc)
{}

static void optc32_phantom_crtc_post_enable(struct timing_generator *optc)
{}

static void optc32_disable_phantom_otg(struct timing_generator *optc)
{}

void optc32_set_odm_bypass(struct timing_generator *optc,
		const struct dc_crtc_timing *dc_crtc_timing)
{}

static void optc32_setup_manual_trigger(struct timing_generator *optc)
{}

static void optc32_set_drr(
	struct timing_generator *optc,
	const struct drr_params *params)
{}

bool optc32_get_double_buffer_pending(struct timing_generator *optc)
{}

static struct timing_generator_funcs dcn32_tg_funcs =;

void dcn32_timing_generator_init(struct optc *optc1)
{}