![]() |
|
|||
0001 /* radeon_rv770.h -- Private header for radeon driver -*- linux-c -*- 0002 * 0003 * Copyright 2008 Advanced Micro Devices, Inc. 0004 * Copyright 2008 Red Hat Inc. 0005 * Copyright 2009 Jerome Glisse. 0006 * 0007 * Permission is hereby granted, free of charge, to any person obtaining a 0008 * copy of this software and associated documentation files (the "Software"), 0009 * to deal in the Software without restriction, including without limitation 0010 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 0011 * and/or sell copies of the Software, and to permit persons to whom the 0012 * Software is furnished to do so, subject to the following conditions: 0013 * 0014 * The above copyright notice and this permission notice (including the next 0015 * paragraph) shall be included in all copies or substantial portions of the 0016 * Software. 0017 * 0018 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 0019 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 0020 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 0021 * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 0022 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 0023 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 0024 * DEALINGS IN THE SOFTWARE. 0025 * 0026 */ 0027 0028 #ifndef __RADEON_RV770_H__ 0029 #define __RADEON_RV770_H__ 0030 0031 struct radeon_device; 0032 struct radeon_ps; 0033 0034 void rv770_set_clk_bypass_mode(struct radeon_device *rdev); 0035 0036 struct rv7xx_ps *rv770_get_ps(struct radeon_ps *rps); 0037 struct rv7xx_power_info *rv770_get_pi(struct radeon_device *rdev); 0038 0039 #endif /* __RADEON_RV770_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |