mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 07:43:57 -04:00
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>
14 lines
287 B
C
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_ */
|