From 476f44a0a4bea5ae8a9a22d7d6f05d48ee3096fd Mon Sep 17 00:00:00 2001 From: Mahantesh Kumbar Date: Thu, 3 Nov 2016 13:16:42 +0530 Subject: gpu: nvgpu: pstate interface update lpwr_entry_idx member is required to map pstate with lwpr tables JIRA DNVGPU-71 Change-Id: I4cad54c61dec7ad7e3c1a60178938d0eeaf65e24 Signed-off-by: Mahantesh Kumbar Reviewed-on: http://git-master/r/1247303 (cherry-picked from commit b1f6e0036922d2104b3d08548219e72a38f2e231) Reviewed-on: http://git-master/r/1267403 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/pstate/pstate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/pstate/pstate.h') diff --git a/drivers/gpu/nvgpu/pstate/pstate.h b/drivers/gpu/nvgpu/pstate/pstate.h index 4ae72aa9..b6519c20 100644 --- a/drivers/gpu/nvgpu/pstate/pstate.h +++ b/drivers/gpu/nvgpu/pstate/pstate.h @@ -41,6 +41,7 @@ struct clk_set_info_list { struct pstate { struct boardobj super; u32 num; + u8 lpwr_entry_idx; struct clk_set_info_list clklist; }; -- cgit v1.2.2