All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: make unsupported fb modifier message DRM_DEBUG
@ 2015-03-23 19:43 Jesse Barnes
  2015-03-24  8:19 ` Jani Nikula
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jesse Barnes @ 2015-03-23 19:43 UTC (permalink / raw)
  To: intel-gfx

Or users can just spam the log all they want.

References: https://bugs.freedesktop.org/show_bug.cgi?id=89628
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
---
 drivers/gpu/drm/i915/intel_display.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index 589addf..c48e2d7 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -12831,8 +12831,8 @@ static int intel_framebuffer_init(struct drm_device *dev,
 	case I915_FORMAT_MOD_X_TILED:
 		break;
 	default:
-		DRM_ERROR("Unsupported fb modifier 0x%llx!\n",
-				mode_cmd->modifier[0]);
+		DRM_DEBUG("Unsupported fb modifier 0x%llx!\n",
+			  mode_cmd->modifier[0]);
 		return -EINVAL;
 	}
 
-- 
1.9.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915: make unsupported fb modifier message DRM_DEBUG
  2015-03-23 19:43 [PATCH] drm/i915: make unsupported fb modifier message DRM_DEBUG Jesse Barnes
@ 2015-03-24  8:19 ` Jani Nikula
  2015-03-25 13:28   ` Daniel Vetter
  2015-03-24 11:23 ` Tvrtko Ursulin
  2015-03-25  3:44 ` shuang.he
  2 siblings, 1 reply; 8+ messages in thread
From: Jani Nikula @ 2015-03-24  8:19 UTC (permalink / raw)
  To: Jesse Barnes, intel-gfx

On Mon, 23 Mar 2015, Jesse Barnes <jbarnes@virtuousgeek.org> wrote:
> Or users can just spam the log all they want.
>
> References: https://bugs.freedesktop.org/show_bug.cgi?id=89628
> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

Reviewed-by: Jani Nikula <jani.nikula@intel.com>


> ---
>  drivers/gpu/drm/i915/intel_display.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
> index 589addf..c48e2d7 100644
> --- a/drivers/gpu/drm/i915/intel_display.c
> +++ b/drivers/gpu/drm/i915/intel_display.c
> @@ -12831,8 +12831,8 @@ static int intel_framebuffer_init(struct drm_device *dev,
>  	case I915_FORMAT_MOD_X_TILED:
>  		break;
>  	default:
> -		DRM_ERROR("Unsupported fb modifier 0x%llx!\n",
> -				mode_cmd->modifier[0]);
> +		DRM_DEBUG("Unsupported fb modifier 0x%llx!\n",
> +			  mode_cmd->modifier[0]);
>  		return -EINVAL;
>  	}
>  
> -- 
> 1.9.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915: make unsupported fb modifier message DRM_DEBUG
  2015-03-23 19:43 [PATCH] drm/i915: make unsupported fb modifier message DRM_DEBUG Jesse Barnes
  2015-03-24  8:19 ` Jani Nikula
@ 2015-03-24 11:23 ` Tvrtko Ursulin
  2015-03-24 14:33   ` Jesse Barnes
  2015-03-25  3:44 ` shuang.he
  2 siblings, 1 reply; 8+ messages in thread
From: Tvrtko Ursulin @ 2015-03-24 11:23 UTC (permalink / raw)
  To: Jesse Barnes, intel-gfx


On 03/23/2015 07:43 PM, Jesse Barnes wrote:
> Or users can just spam the log all they want.
>
> References: https://bugs.freedesktop.org/show_bug.cgi?id=89628
> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
> ---
>   drivers/gpu/drm/i915/intel_display.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
> index 589addf..c48e2d7 100644
> --- a/drivers/gpu/drm/i915/intel_display.c
> +++ b/drivers/gpu/drm/i915/intel_display.c
> @@ -12831,8 +12831,8 @@ static int intel_framebuffer_init(struct drm_device *dev,
>   	case I915_FORMAT_MOD_X_TILED:
>   		break;
>   	default:
> -		DRM_ERROR("Unsupported fb modifier 0x%llx!\n",
> -				mode_cmd->modifier[0]);
> +		DRM_DEBUG("Unsupported fb modifier 0x%llx!\n",
> +			  mode_cmd->modifier[0]);
>   		return -EINVAL;
>   	}

Ooops! The one that got away.. I always think about this very issue as 
you can see from three DRM_DEBUGs just above this offender. No idea how 
this one sneaked in but thanks for fixing it!

Regards,

Tvrtko
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915: make unsupported fb modifier message DRM_DEBUG
  2015-03-24 11:23 ` Tvrtko Ursulin
@ 2015-03-24 14:33   ` Jesse Barnes
  0 siblings, 0 replies; 8+ messages in thread
From: Jesse Barnes @ 2015-03-24 14:33 UTC (permalink / raw)
  To: Tvrtko Ursulin, intel-gfx

On 03/24/2015 04:23 AM, Tvrtko Ursulin wrote:
> 
> On 03/23/2015 07:43 PM, Jesse Barnes wrote:
>> Or users can just spam the log all they want.
>>
>> References: https://bugs.freedesktop.org/show_bug.cgi?id=89628
>> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
>> ---
>>   drivers/gpu/drm/i915/intel_display.c | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/i915/intel_display.c
>> b/drivers/gpu/drm/i915/intel_display.c
>> index 589addf..c48e2d7 100644
>> --- a/drivers/gpu/drm/i915/intel_display.c
>> +++ b/drivers/gpu/drm/i915/intel_display.c
>> @@ -12831,8 +12831,8 @@ static int intel_framebuffer_init(struct
>> drm_device *dev,
>>       case I915_FORMAT_MOD_X_TILED:
>>           break;
>>       default:
>> -        DRM_ERROR("Unsupported fb modifier 0x%llx!\n",
>> -                mode_cmd->modifier[0]);
>> +        DRM_DEBUG("Unsupported fb modifier 0x%llx!\n",
>> +              mode_cmd->modifier[0]);
>>           return -EINVAL;
>>       }
> 
> Ooops! The one that got away.. I always think about this very issue as
> you can see from three DRM_DEBUGs just above this offender. No idea how
> this one sneaked in but thanks for fixing it!

Yeah no problem, we used to have a lot more but I think we're getting
better.  One sneaks in every now and then though!

Jesse

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915: make unsupported fb modifier message DRM_DEBUG
  2015-03-23 19:43 [PATCH] drm/i915: make unsupported fb modifier message DRM_DEBUG Jesse Barnes
  2015-03-24  8:19 ` Jani Nikula
  2015-03-24 11:23 ` Tvrtko Ursulin
@ 2015-03-25  3:44 ` shuang.he
  2 siblings, 0 replies; 8+ messages in thread
From: shuang.he @ 2015-03-25  3:44 UTC (permalink / raw)
  To: shuang.he, ethan.gao, intel-gfx, jbarnes

Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang.he@intel.com)
Task id: 6033
-------------------------------------Summary-------------------------------------
Platform          Delta          drm-intel-nightly          Series Applied
PNV                                  275/275              275/275
ILK                                  303/303              303/303
SNB                                  304/304              304/304
IVB                                  339/339              339/339
BYT                                  287/287              287/287
HSW                                  361/361              361/361
BDW                                  310/310              310/310
-------------------------------------Detailed-------------------------------------
Platform  Test                                drm-intel-nightly          Series Applied
Note: You need to pay more attention to line start with '*'
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915: make unsupported fb modifier message DRM_DEBUG
  2015-03-24  8:19 ` Jani Nikula
@ 2015-03-25 13:28   ` Daniel Vetter
  2015-03-25 15:47     ` Jesse Barnes
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Vetter @ 2015-03-25 13:28 UTC (permalink / raw)
  To: Jani Nikula; +Cc: intel-gfx

On Tue, Mar 24, 2015 at 10:19:59AM +0200, Jani Nikula wrote:
> On Mon, 23 Mar 2015, Jesse Barnes <jbarnes@virtuousgeek.org> wrote:
> > Or users can just spam the log all they want.
> >
> > References: https://bugs.freedesktop.org/show_bug.cgi?id=89628
> > Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
> 
> Reviewed-by: Jani Nikula <jani.nikula@intel.com>

Queued for -next, thanks for the patch. And please reference the commit
that introduce some broken code and cc author/reviewer of said commit.
We're just going through some fun because a cherry-pick broke -rc and it's
hard to find all the fixups in -next because they're not properly
referenced.
-Daniel

> 
> 
> > ---
> >  drivers/gpu/drm/i915/intel_display.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
> > index 589addf..c48e2d7 100644
> > --- a/drivers/gpu/drm/i915/intel_display.c
> > +++ b/drivers/gpu/drm/i915/intel_display.c
> > @@ -12831,8 +12831,8 @@ static int intel_framebuffer_init(struct drm_device *dev,
> >  	case I915_FORMAT_MOD_X_TILED:
> >  		break;
> >  	default:
> > -		DRM_ERROR("Unsupported fb modifier 0x%llx!\n",
> > -				mode_cmd->modifier[0]);
> > +		DRM_DEBUG("Unsupported fb modifier 0x%llx!\n",
> > +			  mode_cmd->modifier[0]);
> >  		return -EINVAL;
> >  	}
> >  
> > -- 
> > 1.9.1
> >
> > _______________________________________________
> > Intel-gfx mailing list
> > Intel-gfx@lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/intel-gfx
> 
> -- 
> Jani Nikula, Intel Open Source Technology Center
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915: make unsupported fb modifier message DRM_DEBUG
  2015-03-25 13:28   ` Daniel Vetter
@ 2015-03-25 15:47     ` Jesse Barnes
  2015-03-25 17:24       ` Daniel Vetter
  0 siblings, 1 reply; 8+ messages in thread
From: Jesse Barnes @ 2015-03-25 15:47 UTC (permalink / raw)
  To: Daniel Vetter, Jani Nikula; +Cc: intel-gfx

On 03/25/2015 06:28 AM, Daniel Vetter wrote:
> On Tue, Mar 24, 2015 at 10:19:59AM +0200, Jani Nikula wrote:
>> On Mon, 23 Mar 2015, Jesse Barnes <jbarnes@virtuousgeek.org> wrote:
>>> Or users can just spam the log all they want.
>>>
>>> References: https://bugs.freedesktop.org/show_bug.cgi?id=89628
>>> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
>>
>> Reviewed-by: Jani Nikula <jani.nikula@intel.com>
> 
> Queued for -next, thanks for the patch. And please reference the commit
> that introduce some broken code and cc author/reviewer of said commit.
> We're just going through some fun because a cherry-pick broke -rc and it's
> hard to find all the fixups in -next because they're not properly
> referenced.

In case you still want to update the log:

commit 9a8f0a1290993c86c4e35756a2624bfe461f9036
Author: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Date:   Fri Feb 27 11:15:24 2015 +0000

    drm/i915/skl: Allow Y (and Yf) frame buffer creation

Tvrtko already saw it though, this one just happened to slip through
when he converted the errors to debug once he was done debugging.

Jesse
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915: make unsupported fb modifier message DRM_DEBUG
  2015-03-25 15:47     ` Jesse Barnes
@ 2015-03-25 17:24       ` Daniel Vetter
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Vetter @ 2015-03-25 17:24 UTC (permalink / raw)
  To: Jesse Barnes; +Cc: intel-gfx

On Wed, Mar 25, 2015 at 08:47:59AM -0700, Jesse Barnes wrote:
> On 03/25/2015 06:28 AM, Daniel Vetter wrote:
> > On Tue, Mar 24, 2015 at 10:19:59AM +0200, Jani Nikula wrote:
> >> On Mon, 23 Mar 2015, Jesse Barnes <jbarnes@virtuousgeek.org> wrote:
> >>> Or users can just spam the log all they want.
> >>>
> >>> References: https://bugs.freedesktop.org/show_bug.cgi?id=89628
> >>> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
> >>
> >> Reviewed-by: Jani Nikula <jani.nikula@intel.com>
> > 
> > Queued for -next, thanks for the patch. And please reference the commit
> > that introduce some broken code and cc author/reviewer of said commit.
> > We're just going through some fun because a cherry-pick broke -rc and it's
> > hard to find all the fixups in -next because they're not properly
> > referenced.
> 
> In case you still want to update the log:
> 
> commit 9a8f0a1290993c86c4e35756a2624bfe461f9036
> Author: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
> Date:   Fri Feb 27 11:15:24 2015 +0000
> 
>     drm/i915/skl: Allow Y (and Yf) frame buffer creation

Commit message updated, thanks.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2015-03-25 17:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-23 19:43 [PATCH] drm/i915: make unsupported fb modifier message DRM_DEBUG Jesse Barnes
2015-03-24  8:19 ` Jani Nikula
2015-03-25 13:28   ` Daniel Vetter
2015-03-25 15:47     ` Jesse Barnes
2015-03-25 17:24       ` Daniel Vetter
2015-03-24 11:23 ` Tvrtko Ursulin
2015-03-24 14:33   ` Jesse Barnes
2015-03-25  3:44 ` shuang.he

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.