* [PATCH] drm/ttm: Fix trace include path (v2)
@ 2017-09-01 16:14 Tom St Denis
[not found] ` <20170901161423.6737-1-tom.stdenis-5C7GfCeVMHo@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Tom St Denis @ 2017-09-01 16:14 UTC (permalink / raw)
To: amd-gfx; +Cc: Tom St Denis, dri-devel
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
(v2): Drop Makefile change too.
---
drivers/gpu/drm/ttm/Makefile | 2 +-
drivers/gpu/drm/ttm/ttm_trace.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/ttm/Makefile b/drivers/gpu/drm/ttm/Makefile
index fd3da00c0bf2..f0549eab73e6 100644
--- a/drivers/gpu/drm/ttm/Makefile
+++ b/drivers/gpu/drm/ttm/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for the drm device driver. This driver provides support for the
-ccflags-y := -Iinclude/drm -I$(src)/.
+ccflags-y := -Iinclude/drm
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 \
diff --git a/drivers/gpu/drm/ttm/ttm_trace.h b/drivers/gpu/drm/ttm/ttm_trace.h
index 23279b9b8e64..715ce68b7b33 100644
--- a/drivers/gpu/drm/ttm/ttm_trace.h
+++ b/drivers/gpu/drm/ttm/ttm_trace.h
@@ -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>
--
2.12.0
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 5+ messages in thread
* RE: [PATCH] drm/ttm: Fix trace include path (v2)
[not found] ` <20170901161423.6737-1-tom.stdenis-5C7GfCeVMHo@public.gmane.org>
@ 2017-09-01 16:15 ` Deucher, Alexander
[not found] ` <BN6PR12MB165292D20560E8FB41F1E6B8F7920-/b2+HYfkarQqUD6E6FAiowdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-09-01 17:48 ` Thierry Reding
1 sibling, 1 reply; 5+ messages in thread
From: Deucher, Alexander @ 2017-09-01 16:15 UTC (permalink / raw)
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Cc: StDenis, Tom,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces@lists.freedesktop.org] On Behalf
> Of Tom St Denis
> Sent: Friday, September 01, 2017 12:14 PM
> To: amd-gfx@lists.freedesktop.org
> Cc: StDenis, Tom; dri-devel@lists.freedesktop.org
> Subject: [PATCH] drm/ttm: Fix trace include path (v2)
>
> Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
>
> (v2): Drop Makefile change too.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
> ---
> drivers/gpu/drm/ttm/Makefile | 2 +-
> drivers/gpu/drm/ttm/ttm_trace.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/ttm/Makefile b/drivers/gpu/drm/ttm/Makefile
> index fd3da00c0bf2..f0549eab73e6 100644
> --- a/drivers/gpu/drm/ttm/Makefile
> +++ b/drivers/gpu/drm/ttm/Makefile
> @@ -1,7 +1,7 @@
> #
> # Makefile for the drm device driver. This driver provides support for the
>
> -ccflags-y := -Iinclude/drm -I$(src)/.
> +ccflags-y := -Iinclude/drm
> 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 \
> diff --git a/drivers/gpu/drm/ttm/ttm_trace.h
> b/drivers/gpu/drm/ttm/ttm_trace.h
> index 23279b9b8e64..715ce68b7b33 100644
> --- a/drivers/gpu/drm/ttm/ttm_trace.h
> +++ b/drivers/gpu/drm/ttm/ttm_trace.h
> @@ -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>
>
> --
> 2.12.0
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] drm/ttm: Fix trace include path (v2)
[not found] ` <BN6PR12MB165292D20560E8FB41F1E6B8F7920-/b2+HYfkarQqUD6E6FAiowdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
@ 2017-09-01 17:04 ` Christian König
0 siblings, 0 replies; 5+ messages in thread
From: Christian König @ 2017-09-01 17:04 UTC (permalink / raw)
To: Deucher, Alexander, StDenis, Tom,
amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Am 01.09.2017 um 18:15 schrieb Deucher, Alexander:
>> -----Original Message-----
>> From: amd-gfx [mailto:amd-gfx-bounces@lists.freedesktop.org] On Behalf
>> Of Tom St Denis
>> Sent: Friday, September 01, 2017 12:14 PM
>> To: amd-gfx@lists.freedesktop.org
>> Cc: StDenis, Tom; dri-devel@lists.freedesktop.org
>> Subject: [PATCH] drm/ttm: Fix trace include path (v2)
>>
>> Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
>>
>> (v2): Drop Makefile change too.
> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
>
>> ---
>> drivers/gpu/drm/ttm/Makefile | 2 +-
>> drivers/gpu/drm/ttm/ttm_trace.h | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/ttm/Makefile b/drivers/gpu/drm/ttm/Makefile
>> index fd3da00c0bf2..f0549eab73e6 100644
>> --- a/drivers/gpu/drm/ttm/Makefile
>> +++ b/drivers/gpu/drm/ttm/Makefile
>> @@ -1,7 +1,7 @@
>> #
>> # Makefile for the drm device driver. This driver provides support for the
>>
>> -ccflags-y := -Iinclude/drm -I$(src)/.
>> +ccflags-y := -Iinclude/drm
>> 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 \
>> diff --git a/drivers/gpu/drm/ttm/ttm_trace.h
>> b/drivers/gpu/drm/ttm/ttm_trace.h
>> index 23279b9b8e64..715ce68b7b33 100644
>> --- a/drivers/gpu/drm/ttm/ttm_trace.h
>> +++ b/drivers/gpu/drm/ttm/ttm_trace.h
>> @@ -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>
>>
>> --
>> 2.12.0
>>
>> _______________________________________________
>> amd-gfx mailing list
>> amd-gfx@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] drm/ttm: Fix trace include path (v2)
[not found] ` <20170901161423.6737-1-tom.stdenis-5C7GfCeVMHo@public.gmane.org>
2017-09-01 16:15 ` Deucher, Alexander
@ 2017-09-01 17:48 ` Thierry Reding
2017-09-01 17:49 ` Tom St Denis
1 sibling, 1 reply; 5+ messages in thread
From: Thierry Reding @ 2017-09-01 17:48 UTC (permalink / raw)
To: Tom St Denis
Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 403 bytes --]
On Fri, Sep 01, 2017 at 12:14:23PM -0400, Tom St Denis wrote:
> Signed-off-by: Tom St Denis <tom.stdenis-5C7GfCeVMHo@public.gmane.org>
>
> (v2): Drop Makefile change too.
> ---
> drivers/gpu/drm/ttm/Makefile | 2 +-
> drivers/gpu/drm/ttm/ttm_trace.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 154 bytes --]
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] drm/ttm: Fix trace include path (v2)
2017-09-01 17:48 ` Thierry Reding
@ 2017-09-01 17:49 ` Tom St Denis
0 siblings, 0 replies; 5+ messages in thread
From: Tom St Denis @ 2017-09-01 17:49 UTC (permalink / raw)
To: Deucher, Alexander; +Cc: dri-devel, amd-gfx
On 01/09/17 01:48 PM, Thierry Reding wrote:
> On Fri, Sep 01, 2017 at 12:14:23PM -0400, Tom St Denis wrote:
>> Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
>>
>> (v2): Drop Makefile change too.
>> ---
>> drivers/gpu/drm/ttm/Makefile | 2 +-
>> drivers/gpu/drm/ttm/ttm_trace.h | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> Reviewed-by: Thierry Reding <treding@nvidia.com>
>
Alex when you pull this into your fdo tree can you add these (and
Christians R-b)? I already pushed it to our internal staging :-)
Cheers,
Tom
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-09-01 17:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-01 16:14 [PATCH] drm/ttm: Fix trace include path (v2) Tom St Denis
[not found] ` <20170901161423.6737-1-tom.stdenis-5C7GfCeVMHo@public.gmane.org>
2017-09-01 16:15 ` Deucher, Alexander
[not found] ` <BN6PR12MB165292D20560E8FB41F1E6B8F7920-/b2+HYfkarQqUD6E6FAiowdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-09-01 17:04 ` Christian König
2017-09-01 17:48 ` Thierry Reding
2017-09-01 17:49 ` Tom St Denis
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.