[PATCH] drm/imagination: Remove duplicated CCB control initialisation

From: Alexandru Dadu

Date: Mon Aug 10 2026 - 09:36:59 EST


From: Alessio Belle <alessio.belle@xxxxxxxxxx>

The same is already done by the ccb_ctrl_init() callback.

Signed-off-by: Alessio Belle <alessio.belle@xxxxxxxxxx>
---
Signed-off-by: Alexandru Dadu <alexandru.dadu@xxxxxxxxxx>
---
drivers/gpu/drm/imagination/pvr_ccb.c | 5 -----
1 file changed, 5 deletions(-)

diff --git a/drivers/gpu/drm/imagination/pvr_ccb.c b/drivers/gpu/drm/imagination/pvr_ccb.c
index 4accf18e2341..48672a86ca2f 100644
--- a/drivers/gpu/drm/imagination/pvr_ccb.c
+++ b/drivers/gpu/drm/imagination/pvr_ccb.c
@@ -82,11 +82,6 @@ pvr_ccb_init(struct pvr_device *pvr_dev, struct pvr_ccb *pvr_ccb,
pvr_fw_object_get_fw_addr(pvr_ccb->ctrl_obj, &pvr_ccb->ctrl_fw_addr);
pvr_fw_object_get_fw_addr(pvr_ccb->ccb_obj, &pvr_ccb->ccb_fw_addr);

- WRITE_ONCE(pvr_ccb->ctrl->write_offset, 0);
- WRITE_ONCE(pvr_ccb->ctrl->read_offset, 0);
- WRITE_ONCE(pvr_ccb->ctrl->wrap_mask, num_cmds - 1);
- WRITE_ONCE(pvr_ccb->ctrl->cmd_size, cmd_size);
-
return 0;

err_free_ctrl:

---
base-commit: e55fead22ff9ee047ab9f1903860c4b43043514e
change-id: 20260810-b4-upstream-remove-duplicate-ccb-control-init-ed10e641d81b

Best regards,
--
Alexandru Dadu <alexandru.dadu@xxxxxxxxxx>