vi.c (974ee3db0ff88e5413b734e634119d1e8a10a77f) vi.c (188a9bcd6cbe55c6fea23309548741d8e34bb590)
1/*
2 * Copyright 2014 Advanced Micro Devices, Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the

--- 1209 unchanged lines hidden (view full) ---

1218 },
1219 {
1220 .type = AMD_IP_BLOCK_TYPE_UVD,
1221 .major = 6,
1222 .minor = 0,
1223 .rev = 0,
1224 .funcs = &uvd_v6_0_ip_funcs,
1225 },
1/*
2 * Copyright 2014 Advanced Micro Devices, Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the

--- 1209 unchanged lines hidden (view full) ---

1218 },
1219 {
1220 .type = AMD_IP_BLOCK_TYPE_UVD,
1221 .major = 6,
1222 .minor = 0,
1223 .rev = 0,
1224 .funcs = &uvd_v6_0_ip_funcs,
1225 },
1226 {
1227 .type = AMD_IP_BLOCK_TYPE_VCE,
1228 .major = 3,
1229 .minor = 0,
1230 .rev = 0,
1231 .funcs = &vce_v3_0_ip_funcs,
1232 },
1226};
1227
1228static const struct amdgpu_ip_block_version cz_ip_blocks[] =
1229{
1230 /* ORDER MATTERS! */
1231 {
1232 .type = AMD_IP_BLOCK_TYPE_COMMON,
1233 .major = 2,

--- 274 unchanged lines hidden ---
1233};
1234
1235static const struct amdgpu_ip_block_version cz_ip_blocks[] =
1236{
1237 /* ORDER MATTERS! */
1238 {
1239 .type = AMD_IP_BLOCK_TYPE_COMMON,
1240 .major = 2,

--- 274 unchanged lines hidden ---