On Thu, Nov 23, 2017 at 5:32 AM, Nicolas Dechesne <nicolas.dechesne@xxxxxxxxxx> wrote: > The preferred location for Adreno firmware files is now in qcom/ subfolder, > especially now that we are adding some of them in linux-firmware. > > Reported-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> > Signed-off-by: Nicolas Dechesne <nicolas.dechesne@xxxxxxxxxx> Thanks, I was wondering if we should perhaps list both old and new paths? I'm not sure, maybe we don't need to care about dracut or initrd generation for the legacy case (since mostly there you are using fastboot). Also, I noticed we are missing a few a5xx fw files, but perhaps that should be fixed with a separate patch. Either way, Reviewed-by: Rob Clark <robdclark@xxxxxxxxx> > --- > drivers/gpu/drm/msm/adreno/adreno_device.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/drivers/gpu/drm/msm/adreno/adreno_device.c b/drivers/gpu/drm/msm/adreno/adreno_device.c > index 05022ea2a007..3c1d23b9ddc3 100644 > --- a/drivers/gpu/drm/msm/adreno/adreno_device.c > +++ b/drivers/gpu/drm/msm/adreno/adreno_device.c > @@ -90,14 +90,14 @@ static const struct adreno_info gpulist[] = { > }, > }; > > -MODULE_FIRMWARE("a300_pm4.fw"); > -MODULE_FIRMWARE("a300_pfp.fw"); > -MODULE_FIRMWARE("a330_pm4.fw"); > -MODULE_FIRMWARE("a330_pfp.fw"); > -MODULE_FIRMWARE("a420_pm4.fw"); > -MODULE_FIRMWARE("a420_pfp.fw"); > -MODULE_FIRMWARE("a530_fm4.fw"); > -MODULE_FIRMWARE("a530_pfp.fw"); > +MODULE_FIRMWARE("qcom/a300_pm4.fw"); > +MODULE_FIRMWARE("qcom/a300_pfp.fw"); > +MODULE_FIRMWARE("qcom/a330_pm4.fw"); > +MODULE_FIRMWARE("qcom/a330_pfp.fw"); > +MODULE_FIRMWARE("qcom/a420_pm4.fw"); > +MODULE_FIRMWARE("qcom/a420_pfp.fw"); > +MODULE_FIRMWARE("qcom/a530_fm4.fw"); > +MODULE_FIRMWARE("qcom/a530_pfp.fw"); > > static inline bool _rev_match(uint8_t entry, uint8_t id) > { > -- > 2.15.0 > -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html