162306a36Sopenharmony_ci/* vce.h -- Private header for radeon driver -*- linux-c -*-
262306a36Sopenharmony_ci *
362306a36Sopenharmony_ci * Copyright 2013 Advanced Micro Devices, Inc.
462306a36Sopenharmony_ci * All Rights Reserved.
562306a36Sopenharmony_ci *
662306a36Sopenharmony_ci * Permission is hereby granted, free of charge, to any person obtaining a
762306a36Sopenharmony_ci * copy of this software and associated documentation files (the
862306a36Sopenharmony_ci * "Software"), to deal in the Software without restriction, including
962306a36Sopenharmony_ci * without limitation the rights to use, copy, modify, merge, publish,
1062306a36Sopenharmony_ci * distribute, sub license, and/or sell copies of the Software, and to
1162306a36Sopenharmony_ci * permit persons to whom the Software is furnished to do so, subject to
1262306a36Sopenharmony_ci * the following conditions:
1362306a36Sopenharmony_ci *
1462306a36Sopenharmony_ci * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1562306a36Sopenharmony_ci * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1662306a36Sopenharmony_ci * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
1762306a36Sopenharmony_ci * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
1862306a36Sopenharmony_ci * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1962306a36Sopenharmony_ci * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2062306a36Sopenharmony_ci * USE OR OTHER DEALINGS IN THE SOFTWARE.
2162306a36Sopenharmony_ci *
2262306a36Sopenharmony_ci * The above copyright notice and this permission notice (including the
2362306a36Sopenharmony_ci * next paragraph) shall be included in all copies or substantial portions
2462306a36Sopenharmony_ci * of the Software.
2562306a36Sopenharmony_ci */
2662306a36Sopenharmony_ci
2762306a36Sopenharmony_ci#ifndef __VCE_H__
2862306a36Sopenharmony_ci#define __VCE_H__
2962306a36Sopenharmony_ci
3062306a36Sopenharmony_cistruct radeon_device;
3162306a36Sopenharmony_ci
3262306a36Sopenharmony_civoid vce_v1_0_enable_mgcg(struct radeon_device *rdev, bool enable);
3362306a36Sopenharmony_civoid vce_v2_0_enable_mgcg(struct radeon_device *rdev, bool enable);
3462306a36Sopenharmony_ci
3562306a36Sopenharmony_ci#endif                         /* __VCE_H__ */
36