xref: /linux/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.h (revision 4f2c0a4acffbec01079c28f839422e64ddeff004)
108249a3aSLeo Liu /*
208249a3aSLeo Liu  * Copyright 2019 Advanced Micro Devices, Inc.
308249a3aSLeo Liu  *
408249a3aSLeo Liu  * Permission is hereby granted, free of charge, to any person obtaining a
508249a3aSLeo Liu  * copy of this software and associated documentation files (the "Software"),
608249a3aSLeo Liu  * to deal in the Software without restriction, including without limitation
708249a3aSLeo Liu  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
808249a3aSLeo Liu  * and/or sell copies of the Software, and to permit persons to whom the
908249a3aSLeo Liu  * Software is furnished to do so, subject to the following conditions:
1008249a3aSLeo Liu  *
1108249a3aSLeo Liu  * The above copyright notice and this permission notice shall be included in
1208249a3aSLeo Liu  * all copies or substantial portions of the Software.
1308249a3aSLeo Liu  *
1408249a3aSLeo Liu  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1508249a3aSLeo Liu  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1608249a3aSLeo Liu  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1708249a3aSLeo Liu  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
1808249a3aSLeo Liu  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1908249a3aSLeo Liu  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2008249a3aSLeo Liu  * OTHER DEALINGS IN THE SOFTWARE.
2108249a3aSLeo Liu  *
2208249a3aSLeo Liu  */
2308249a3aSLeo Liu 
2408249a3aSLeo Liu #ifndef __VCN_V2_5_H__
2508249a3aSLeo Liu #define __VCN_V2_5_H__
2608249a3aSLeo Liu 
27*c543dcbeSMohammad Zafar Ziya enum amdgpu_vcn_v2_6_sub_block {
28*c543dcbeSMohammad Zafar Ziya 	AMDGPU_VCN_V2_6_VCPU_VCODEC = 0,
29*c543dcbeSMohammad Zafar Ziya 
30*c543dcbeSMohammad Zafar Ziya 	AMDGPU_VCN_V2_6_MAX_SUB_BLOCK,
31*c543dcbeSMohammad Zafar Ziya };
32*c543dcbeSMohammad Zafar Ziya 
3308249a3aSLeo Liu extern const struct amdgpu_ip_block_version vcn_v2_5_ip_block;
34eb53aa39SJames Zhu extern const struct amdgpu_ip_block_version vcn_v2_6_ip_block;
3508249a3aSLeo Liu 
3608249a3aSLeo Liu #endif /* __VCN_V2_5_H__ */
37