Loading drivers/gpu/drm/msm/dsi-staging/dsi_panel.c +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -3740,6 +3740,7 @@ int dsi_panel_send_roi_dcs(struct dsi_panel *panel, int ctrl_idx, mutex_unlock(&panel->panel_lock); dsi_panel_destroy_cmd_packets(set); dsi_panel_dealloc_cmd_packets(set); return rc; } Loading Loading
drivers/gpu/drm/msm/dsi-staging/dsi_panel.c +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -3740,6 +3740,7 @@ int dsi_panel_send_roi_dcs(struct dsi_panel *panel, int ctrl_idx, mutex_unlock(&panel->panel_lock); dsi_panel_destroy_cmd_packets(set); dsi_panel_dealloc_cmd_packets(set); return rc; } Loading