mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
drm/rockchip: remove unused psr_list{,_lock}
This code has been removed in the upstream version, but it's left in the internal project. Signed-off-by: Sandy Huang <hjc@rock-chips.com> Change-Id: I4d41bfa646df698d24d38c98244529f8ea53f47e
This commit is contained in:
@@ -1920,8 +1920,6 @@ static int rockchip_drm_bind(struct device *dev)
|
||||
|
||||
drm_dev->dev_private = private;
|
||||
|
||||
INIT_LIST_HEAD(&private->psr_list);
|
||||
mutex_init(&private->psr_list_lock);
|
||||
mutex_init(&private->commit_lock);
|
||||
|
||||
private->hdmi_pll.pll = devm_clk_get_optional(dev, "hdmi-tmds-pll");
|
||||
|
||||
@@ -554,8 +554,6 @@ struct rockchip_drm_private {
|
||||
struct gen_pool *secure_buffer_pool;
|
||||
struct mutex mm_lock;
|
||||
struct drm_mm mm;
|
||||
struct list_head psr_list;
|
||||
struct mutex psr_list_lock;
|
||||
struct mutex commit_lock;
|
||||
|
||||
/* private crtc prop */
|
||||
|
||||
Reference in New Issue
Block a user