si.h (d93a3c2733e5a4450ba586d4e1199d6a60984cdc) | si.h (d339e96528d2c832f4fc2cfe002d38fb162f7c30) |
---|---|
1/* si.h -- Private header for radeon driver -*- linux-c -*- 2 * 3 * Copyright 2011 Advanced Micro Devices, Inc. 4 * 5 * Permission is hereby granted, free of charge, to any person obtaining a 6 * copy of this software and associated documentation files (the "Software"), 7 * to deal in the Software without restriction, including without limitation 8 * the rights to use, copy, modify, merge, publish, distribute, sublicense, --- 13 unchanged lines hidden (view full) --- 22 */ 23 24#ifndef __SI_H__ 25#define __SI_H__ 26 27struct radeon_device; 28 29int si_mc_load_microcode(struct radeon_device *rdev); | 1/* si.h -- Private header for radeon driver -*- linux-c -*- 2 * 3 * Copyright 2011 Advanced Micro Devices, Inc. 4 * 5 * Permission is hereby granted, free of charge, to any person obtaining a 6 * copy of this software and associated documentation files (the "Software"), 7 * to deal in the Software without restriction, including without limitation 8 * the rights to use, copy, modify, merge, publish, distribute, sublicense, --- 13 unchanged lines hidden (view full) --- 22 */ 23 24#ifndef __SI_H__ 25#define __SI_H__ 26 27struct radeon_device; 28 29int si_mc_load_microcode(struct radeon_device *rdev); |
30u32 si_gpu_check_soft_reset(struct radeon_device *rdev); |
|
30 31#endif /* __SI_H__ */ | 31 32#endif /* __SI_H__ */ |