Exclude ni.c from silent patch.

Attending claims for improved hardware performace with blobless activation.
This commit is contained in:
Luis Guzman 2022-03-08 05:10:58 -06:00 committed by Ruben Rodriguez
parent 56c177028e
commit 671a79c0c5
2 changed files with 4 additions and 83 deletions

View file

@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=9
VERSION=10
. ./config
@ -57,6 +57,9 @@ for DIR in $PRESERVEDIRS; do
cp $DIR $TMPDIR --parents -a
done
# Enable blobless activation - https://libreplanet.org/wiki/Group:Hardware/research/gpu/radeon
rm $TMPDIR/drivers/gpu/drm/radeon/ni.c
sh $DATA/deblob-5.4
echo "Reverting deblobbing for files patched by silent-accept-firmware"