Skip to content

Commit c0677e4

Browse files
nullr0utemmind
authored andcommitted
drm/rockchip: cdn-dp-core: add MODULE_FIRMWARE macro
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 <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent ae41d92 commit c0677e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/rockchip/cdn-dp-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#define CDN_FW_TIMEOUT_MS (64 * 1000)
4343
#define CDN_DPCD_TIMEOUT_MS 5000
4444
#define CDN_DP_FIRMWARE "rockchip/dptx.bin"
45+
MODULE_FIRMWARE(CDN_DP_FIRMWARE);
4546

4647
struct cdn_dp_data {
4748
u8 max_phy;

0 commit comments

Comments
 (0)