No one is using the list in the dpu plane group, so let's remove it and
the mutex lock which protects the list.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
else
memcpy(reg, &client_reg[2], reg_size);
- INIT_LIST_HEAD(&plane_grp->list);
- mutex_init(&plane_grp->lock);
plane_grp->id = id / client_num;
plane_grp->has_vproc = display_plane_video_proc;
*/
struct dpu_plane_grp {
struct dpu_plane_res res;
- struct list_head list;
- struct mutex lock;
unsigned int hw_plane_num;
unsigned int hw_plane_fetcheco_num;
unsigned int hw_plane_hscaler_num;