The CDP DP component of the rockchip GPU driver requires firmware so define MODULE_FIRMWARE for rockchip/dptx.bin so the details are available in the module info.
Signed-off-by: Peter Robinson pbrobinson@gmail.com --- drivers/gpu/drm/rockchip/cdn-dp-core.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/rockchip/cdn-dp-core.c b/drivers/gpu/drm/rockchip/cdn-dp-core.c index a4a45daf93f2..661f26a458da 100644 --- a/drivers/gpu/drm/rockchip/cdn-dp-core.c +++ b/drivers/gpu/drm/rockchip/cdn-dp-core.c @@ -42,6 +42,7 @@ #define CDN_FW_TIMEOUT_MS (64 * 1000) #define CDN_DPCD_TIMEOUT_MS 5000 #define CDN_DP_FIRMWARE "rockchip/dptx.bin" +MODULE_FIRMWARE(CDN_DP_FIRMWARE);
struct cdn_dp_data { u8 max_phy;
On Thu, 6 May 2021 10:29:51 +0100, Peter Robinson wrote:
The CDP DP component of the rockchip GPU driver requires firmware so define MODULE_FIRMWARE for rockchip/dptx.bin so the details are available in the module info.
Applied, thanks!
[1/1] drm/rockchip: cdn-dp-core: add MODULE_FIRMWARE macro commit: c0677e41a47fbb37c4ed7200e5c7f610a2ffbd4b
Best regards,
dri-devel@lists.freedesktop.org