From 9fa77a1c05bf01f253b5118c283086fea2eca1de Mon Sep 17 00:00:00 2001 From: Sourab Gupta Date: Thu, 19 Apr 2018 10:47:46 +0530 Subject: gpu: nvgpu: split clk arb code Clk arbiter code contains two significant portions - the one which interacts with userspace and is OS specific, and the other which does the heavylifting work which can be moved to the common OS agnostic code. Split the code into two files in prep towards refactoring the clk arbiter. Jira VQRM-3741 Change-Id: I47e2c5b18d86949d02d6963c69c2e2ad161626f7 Signed-off-by: Sourab Gupta Reviewed-on: https://git-master.nvidia.com/r/1699240 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/Makefile') diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile index 31483c5d..6d0fcad0 100644 --- a/drivers/gpu/nvgpu/Makefile +++ b/drivers/gpu/nvgpu/Makefile @@ -273,6 +273,7 @@ nvgpu-y += \ clk/clk_domain.o \ clk/clk_prog.o \ clk/clk_vf_point.o \ + common/linux/ioctl_clk_arb.o \ common/linux/clk_arb.o \ clk/clk_freq_controller.o \ perf/vfe_var.o \ -- cgit v1.2.2