Commit 3b57f23b authored by Rob Clark's avatar Rob Clark

drm/msm: add missing MODULE_FIRMWARE()s

Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent 3083894f
......@@ -53,6 +53,11 @@ 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");
#define RB_SIZE SZ_32K
#define RB_BLKSIZE 16
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment