[PATCH] drm/msm/adreno: Remove MODULE_FIRMWARE()'s
Konrad Dybcio
konrad.dybcio at oss.qualcomm.com
Wed May 7 19:05:19 UTC 2025
On 5/7/25 5:47 PM, Rob Clark wrote:
> From: Rob Clark <robdclark at chromium.org>
>
> 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 at chromium.org>
> ---
it's probably the best decision to avoid all the mess..
Reviewed-by: Konrad Dybcio <konrad.dybcio at oss.qualcomm.com>
Konrad
More information about the dri-devel
mailing list