cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

dcn303_hwseq.h (583B)


      1// SPDX-License-Identifier: MIT
      2/*
      3 * Copyright (C) 2021 Advanced Micro Devices, Inc.
      4 *
      5 * Authors: AMD
      6 */
      7
      8#ifndef __DC_HWSS_DCN303_H__
      9#define __DC_HWSS_DCN303_H__
     10
     11#include "hw_sequencer_private.h"
     12
     13void dcn303_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on);
     14void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
     15void dcn303_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on);
     16void dcn303_enable_power_gating_plane(struct dce_hwseq *hws, bool enable);
     17
     18#endif /* __DC_HWSS_DCN303_H__ */