mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
drm/rockchip: Add support to unprotect clocks
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Change-Id: Idde99b52f81df9a40dda916708c751666f420a39
This commit is contained in:
parent
8db5c7166a
commit
9028a39e63
|
|
@ -37,6 +37,7 @@
|
|||
#include "rockchip_drm_logo.h"
|
||||
|
||||
#include "../drm_crtc_internal.h"
|
||||
#include "../drivers/clk/rockchip/clk.h"
|
||||
|
||||
#define DRIVER_NAME "rockchip"
|
||||
#define DRIVER_DESC "RockChip Soc DRM"
|
||||
|
|
@ -1543,6 +1544,8 @@ static int rockchip_drm_bind(struct device *dev)
|
|||
if (ret)
|
||||
goto err_kms_helper_poll_fini;
|
||||
|
||||
rockchip_clk_unprotect();
|
||||
|
||||
return 0;
|
||||
err_kms_helper_poll_fini:
|
||||
rockchip_gem_pool_destroy(drm_dev);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user