diff options
Diffstat (limited to 'profiles/base/gpu/amd')
-rw-r--r-- | profiles/base/gpu/amd/eapi | 1 | ||||
-rw-r--r-- | profiles/base/gpu/amd/make.defaults | 5 | ||||
-rw-r--r-- | profiles/base/gpu/amd/parent | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/profiles/base/gpu/amd/eapi b/profiles/base/gpu/amd/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/base/gpu/amd/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/base/gpu/amd/make.defaults b/profiles/base/gpu/amd/make.defaults new file mode 100644 index 0000000..d016091 --- /dev/null +++ b/profiles/base/gpu/amd/make.defaults @@ -0,0 +1,5 @@ +# vim:ft=gentoo-make-conf +USE="$USE vaap vdpaui" + +VIDEO_CARDS="-* amdgpu radeonsi" +USE_EXPAND="VIDEO_CARDS" diff --git a/profiles/base/gpu/amd/parent b/profiles/base/gpu/amd/parent new file mode 100644 index 0000000..eb4d905 --- /dev/null +++ b/profiles/base/gpu/amd/parent @@ -0,0 +1 @@ +../ |