Files
linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn351.h
Hamza Mahfooz ebb20fc19a drm/amd/display: add DMUB source files and changes for DCN351
DMUB support is required to light-up displays.

Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2024-03-04 15:59:07 -05:00

14 lines
287 B
C

/* SPDX-License-Identifier: MIT */
/* Copyright 2024 Advanced Micro Devices, Inc. */
#ifndef _DMUB_DCN351_H_
#define _DMUB_DCN351_H_
#include "dmub_dcn35.h"
struct dmub_srv;
void dmub_srv_dcn351_regs_init(struct dmub_srv *dmub, struct dc_context *ctx);
#endif /* _DMUB_DCN351_H_ */