gpu: nvgpu: create hal.gr.gr unit

Move remaining chip specific gr hal files to hal.gr.gr unit.
Remove unused headers include from hal files in hal.gr.gr unit
Update gr hal headers include location in the files currently
using these headers.

Jira NVGPU-3219

Change-Id: Ic632020a90ac4b8ac1e0359e979864b42f0ef2c0
Signed-off-by: Vinod G <vinodg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2105489
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Vinod G
2019-04-25 17:55:22 -07:00
committed by mobile promotions
parent 538a471c97
commit 20cd4ce54f
32 changed files with 97 additions and 218 deletions

View File

@@ -40,7 +40,8 @@
#include <nvgpu/power_features/pg.h>
#include <nvgpu/fence.h>
#include "gk20a/gr_gk20a.h"
/* remove gr_gk20a.h after moving nvgpu_warpstate to separate header */
#include "hal/gr/gr/gr_gk20a.h"
#include "common/gr/gr_priv.h"
#include "ioctl_ctrl.h"