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_resource.h (520B)


      1// SPDX-License-Identifier: MIT
      2/*
      3 * Copyright (C) 2021 Advanced Micro Devices, Inc.
      4 *
      5 * Authors: AMD
      6 */
      7
      8#ifndef _DCN303_RESOURCE_H_
      9#define _DCN303_RESOURCE_H_
     10
     11#include "core_types.h"
     12
     13extern struct _vcs_dpi_ip_params_st dcn3_03_ip;
     14extern struct _vcs_dpi_soc_bounding_box_st dcn3_03_soc;
     15
     16struct resource_pool *dcn303_create_resource_pool(const struct dc_init_data *init_data, struct dc *dc);
     17
     18void dcn303_update_bw_bounding_box(struct dc *dc, struct clk_bw_params *bw_params);
     19
     20#endif /* _DCN303_RESOURCE_H_ */