dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Fix build failure with debug and extra logging enabled
@ 2022-11-15 14:39 Janusz Krzysztofik
  2022-11-15 14:56 ` Tvrtko Ursulin
  0 siblings, 1 reply; 2+ messages in thread
From: Janusz Krzysztofik @ 2022-11-15 14:39 UTC (permalink / raw)
  To: Tvrtko Ursulin; +Cc: Janusz Krzysztofik, intel-gfx, dri-devel

A comma is missing, fix it.

Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
---
 drivers/gpu/drm/i915/i915_vma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_vma.c b/drivers/gpu/drm/i915/i915_vma.c
index 3b969d679c1e2..947fde68e5f53 100644
--- a/drivers/gpu/drm/i915/i915_vma.c
+++ b/drivers/gpu/drm/i915/i915_vma.c
@@ -73,7 +73,7 @@ static void vma_print_allocator(struct i915_vma *vma, const char *reason)
 	char buf[512];
 
 	if (!vma->node.stack) {
-		drm_dbg(&to_i915(vma->obj->base.dev)->drm
+		drm_dbg(&to_i915(vma->obj->base.dev)->drm,
 			"vma.node [%08llx + %08llx] %s: unknown owner\n",
 			vma->node.start, vma->node.size, reason);
 		return;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/i915: Fix build failure with debug and extra logging enabled
  2022-11-15 14:39 [PATCH] drm/i915: Fix build failure with debug and extra logging enabled Janusz Krzysztofik
@ 2022-11-15 14:56 ` Tvrtko Ursulin
  0 siblings, 0 replies; 2+ messages in thread
From: Tvrtko Ursulin @ 2022-11-15 14:56 UTC (permalink / raw)
  To: Janusz Krzysztofik; +Cc: intel-gfx, dri-devel


On 15/11/2022 14:39, Janusz Krzysztofik wrote:
> A comma is missing, fix it.
> 
> Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
> ---
>   drivers/gpu/drm/i915/i915_vma.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/i915_vma.c b/drivers/gpu/drm/i915/i915_vma.c
> index 3b969d679c1e2..947fde68e5f53 100644
> --- a/drivers/gpu/drm/i915/i915_vma.c
> +++ b/drivers/gpu/drm/i915/i915_vma.c
> @@ -73,7 +73,7 @@ static void vma_print_allocator(struct i915_vma *vma, const char *reason)
>   	char buf[512];
>   
>   	if (!vma->node.stack) {
> -		drm_dbg(&to_i915(vma->obj->base.dev)->drm
> +		drm_dbg(&to_i915(vma->obj->base.dev)->drm,
>   			"vma.node [%08llx + %08llx] %s: unknown owner\n",
>   			vma->node.start, vma->node.size, reason);
>   		return;

Yep, thanks, however already sent this morning: 
https://patchwork.freedesktop.org/series/110906/. Just waiting for CI to 
give it a green light, which is a bit pointless, nevertheless it's the 
process.

Regards,

Tvrtko

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-15 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-15 14:39 [PATCH] drm/i915: Fix build failure with debug and extra logging enabled Janusz Krzysztofik
2022-11-15 14:56 ` Tvrtko Ursulin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox