]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/msm/adreno: Remove MODULE_FIRMWARE()'s
authorRob Clark <robdclark@chromium.org>
Wed, 7 May 2025 15:47:22 +0000 (08:47 -0700)
committerRob Clark <robdclark@chromium.org>
Sat, 10 May 2025 16:06:36 +0000 (09:06 -0700)
commit8f5264d302e803e7ef82a61f9632a0d2ef67413f
treeb790f9d1deee661308def107b6cfc585f8ca0729
parent5a9c1bea011fb42088ba08ceaa252fb20e695626
drm/msm/adreno: Remove MODULE_FIRMWARE()'s

The driver handles the case where gpu fw is not in the initrd.  OTOH it
doesn't always handle the case where _some_ fw is in the initrd, but
others are not.  In particular the zap fw tends to be signed with an OEM
specific key, so the paths/names differ across devices with the same
SoC/GPU, so we cannot sanely list them with MODULE_FIRMWARE().

So MODULE_FIRMWARE() just ends up causing problems without actually
solving anything.  Remove them!

Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/652195/
drivers/gpu/drm/msm/adreno/a2xx_catalog.c
drivers/gpu/drm/msm/adreno/a3xx_catalog.c
drivers/gpu/drm/msm/adreno/a4xx_catalog.c
drivers/gpu/drm/msm/adreno/a5xx_catalog.c
drivers/gpu/drm/msm/adreno/a6xx_catalog.c