]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/gpu/drm/amd/amdgpu/gmc_v7_0.h
drm/amdgpu/gmc: make some functions static
[mirror_ubuntu-zesty-kernel.git] / drivers / gpu / drm / amd / amdgpu / gmc_v7_0.h
index 36fcbbc46adae49eeffe708a2e27dacec34c40d6..998fb021fb762e3b8fd1b1de57f4fbeef9f0ff28 100644 (file)
 extern const struct amd_ip_funcs gmc_v7_0_ip_funcs;
 
 /* XXX these shouldn't be exported */
-void gmc_v7_0_mc_stop(struct amdgpu_device *adev,
-                     struct amdgpu_mode_mc_save *save);
-void gmc_v7_0_mc_resume(struct amdgpu_device *adev,
-                       struct amdgpu_mode_mc_save *save);
 int gmc_v7_0_mc_wait_for_idle(struct amdgpu_device *adev);
 
 #endif