summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
authorddutta <ddutta@nvidia.com>2018-09-14 07:20:24 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-14 18:35:12 -0400
commit8381eeea4f9b4717854387068ddf9244973e7d0d (patch)
tree189a5fe544f9e9cf3f59a51e906a009192006654 /drivers/gpu/nvgpu/gv11b/hal_gv11b.c
parent998c59883453388f9e4a8eb391b7604c069154a6 (diff)
gpu: nvgpu: change location of gk20a.h#include <nvgpu/gk20a.h>
Update the include location of gk20a.h to include/nvgpu/gk20a.h in the following directories. nvgpu/gm20b/ nvgpu/gp10b/ nvgpu/gv11b/ Jira NVGPU-597 Change-Id: Ie38d4a72bb65c41bd30058350509bfa7e87bb64e Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1822789 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 91122fba..479b06d1 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -21,6 +21,7 @@
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
23 */ 23 */
24#include <nvgpu/gk20a.h>
24 25
25#include "common/bus/bus_gk20a.h" 26#include "common/bus/bus_gk20a.h"
26#include "common/bus/bus_gp10b.h" 27#include "common/bus/bus_gp10b.h"
@@ -44,7 +45,6 @@
44#include "common/mc/mc_gp10b.h" 45#include "common/mc/mc_gp10b.h"
45#include "common/mc/mc_gv11b.h" 46#include "common/mc/mc_gv11b.h"
46 47
47#include "gk20a/gk20a.h"
48#include "gk20a/fifo_gk20a.h" 48#include "gk20a/fifo_gk20a.h"
49#include "gk20a/fecs_trace_gk20a.h" 49#include "gk20a/fecs_trace_gk20a.h"
50#include "gk20a/css_gr_gk20a.h" 50#include "gk20a/css_gr_gk20a.h"