From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Subject: [PATCH 0/2] drm/msm: Some runtime PM fixes Date: Fri, 6 Oct 2017 16:27:05 +0530 Message-ID: <20171006105707.20416-1-architt@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:47624 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751672AbdJFK5M (ORCPT ); Fri, 6 Oct 2017 06:57:12 -0400 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: robdclark@gmail.com Cc: dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, Archit Taneja Runtime PM was added in 4.14. These patches fix a couple of issues reported by people trying out the new kernel on DB410c. These should ideally go in one of the 4.14-rcs. Archit Taneja (2): drm/msm/dsi: Use correct pm_runtime_put variant during host_init drm/msm/mdp5: Remove extra pm_runtime_put call in mdp5_crtc_cursor_set() drivers/gpu/drm/msm/dsi/dsi_host.c | 2 +- drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation