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:
Sandy Huang
2025-02-21 17:32:11 +08:00
parent ab4e8bc959
commit 92379ecd7d
2 changed files with 0 additions and 4 deletions

View File

@@ -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");

View File

@@ -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 */