提交 60233dac 编写于 作者: T Tom St Denis 提交者: Alex Deucher

drm/ttm: Fix trace include path (v2)

Reviewed-by: NThierry Reding <treding@nvidia.com>
Reviewed-by: NChristian König <christian.koenig@amd.com>
Signed-off-by: NTom St Denis <tom.stdenis@amd.com>
Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>

(v2): Drop Makefile change too.
上级 f053cd47
#
# Makefile for the drm device driver. This driver provides support for the
ccflags-y := -I$(src)/.
ttm-y := ttm_memory.o ttm_tt.o ttm_bo.o \
ttm_bo_util.o ttm_bo_vm.o ttm_module.o \
ttm_object.o ttm_lock.o ttm_execbuf_util.o ttm_page_alloc.o \
......
......@@ -82,6 +82,6 @@ TRACE_EVENT(ttm_dma_unmap,
/* This part must be outside protection */
#undef TRACE_INCLUDE_PATH
#define TRACE_INCLUDE_PATH .
#define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/ttm/
#include <trace/define_trace.h>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册