All of lore.kernel.org
 help / color / mirror / Atom feed
* drm-next-4.1-wip: NI/Turks *ERROR* chosen encoder in use 4
@ 2015-02-25  4:20 Dieter Nützel
  2015-02-25 19:13 ` Fwd: " Dieter Nützel
  2015-02-25 20:22 ` Alex Deucher
  0 siblings, 2 replies; 5+ messages in thread
From: Dieter Nützel @ 2015-02-25  4:20 UTC (permalink / raw)
  To: Alex Deucher; +Cc: Dri Devel

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

Hello Alex,

I get this in dmesg:

[   26.001926] [drm:radeon_atom_pick_dig_encoder [radeon]] *ERROR* 
chosen encoder in use 4

What do you need?

-Dieter

[-- Attachment #2: dmesg-4.1-wip.log.xz --]
[-- Type: application/x-xz, Size: 14832 bytes --]

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Fwd: drm-next-4.1-wip: NI/Turks *ERROR* chosen encoder in use 4
  2015-02-25  4:20 drm-next-4.1-wip: NI/Turks *ERROR* chosen encoder in use 4 Dieter Nützel
@ 2015-02-25 19:13 ` Dieter Nützel
  2015-02-25 20:22 ` Alex Deucher
  1 sibling, 0 replies; 5+ messages in thread
From: Dieter Nützel @ 2015-02-25 19:13 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Dri Devel

[-- Attachment #1: Type: text/plain, Size: 886 bytes --]

Hello Dave,

latest change comes from you.

author	Dave Airlie <airlied@redhat.com>	2015-02-23 23:24:03 (GMT)
committer	Alex Deucher <alexander.deucher@amd.com>	2015-02-24 19:52:03 
(GMT)
commit	8eeefdc92b7e0b05a627ec7e3cb3ce31c03362ab (patch)

Any idea?

Thanks,
   Dieter

-------- Originalnachricht --------
Betreff: drm-next-4.1-wip: NI/Turks *ERROR* chosen encoder in use 4
Datum: 25.02.2015 05:20
Von: Dieter Nützel <Dieter@nuetzel-hh.de>
An: Alex Deucher <alexdeucher@gmail.com>
Kopie: Dri Devel <dri-devel@lists.freedesktop.org>

Hello Alex,

I get this in dmesg:

[   26.001926] [drm:radeon_atom_pick_dig_encoder [radeon]] *ERROR* 
chosen encoder in use 4

What do you need?

-Dieter
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

[-- Attachment #2: dmesg-4.1-wip.log.xz --]
[-- Type: application/x-xz, Size: 14832 bytes --]

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: drm-next-4.1-wip: NI/Turks *ERROR* chosen encoder in use 4
  2015-02-25  4:20 drm-next-4.1-wip: NI/Turks *ERROR* chosen encoder in use 4 Dieter Nützel
  2015-02-25 19:13 ` Fwd: " Dieter Nützel
@ 2015-02-25 20:22 ` Alex Deucher
  2015-02-25 22:02   ` Dave Airlie
  1 sibling, 1 reply; 5+ messages in thread
From: Alex Deucher @ 2015-02-25 20:22 UTC (permalink / raw)
  To: Dieter Nützel; +Cc: Dri Devel

On Tue, Feb 24, 2015 at 11:20 PM, Dieter Nützel <Dieter@nuetzel-hh.de> wrote:
> Hello Alex,
>
> I get this in dmesg:
>
> [   26.001926] [drm:radeon_atom_pick_dig_encoder [radeon]] *ERROR* chosen
> encoder in use 4
>
> What do you need?

The message is harmless I think.  It's just debugging output from the
DP MST patches.  I think what's happening is that when you change the
mode on an encoder that is already enabled, it see that the encoder is
already in use (by itself).  I think the fix would be to call
radeon_atom_release_dig_encoder() in the encoder prepare callback, but
I'm not sure if that will negatively affect MST or not.  Dave?

Alex


>
> -Dieter
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: drm-next-4.1-wip: NI/Turks *ERROR* chosen encoder in use 4
  2015-02-25 20:22 ` Alex Deucher
@ 2015-02-25 22:02   ` Dave Airlie
  2015-02-26  2:43     ` Dieter Nützel
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Airlie @ 2015-02-25 22:02 UTC (permalink / raw)
  To: Alex Deucher; +Cc: Dri Devel

On 26 February 2015 at 06:22, Alex Deucher <alexdeucher@gmail.com> wrote:
> On Tue, Feb 24, 2015 at 11:20 PM, Dieter Nützel <Dieter@nuetzel-hh.de> wrote:
>> Hello Alex,
>>
>> I get this in dmesg:
>>
>> [   26.001926] [drm:radeon_atom_pick_dig_encoder [radeon]] *ERROR* chosen
>> encoder in use 4
>>
>> What do you need?
>
> The message is harmless I think.  It's just debugging output from the
> DP MST patches.  I think what's happening is that when you change the
> mode on an encoder that is already enabled, it see that the encoder is
> already in use (by itself).  I think the fix would be to call
> radeon_atom_release_dig_encoder() in the encoder prepare callback, but
> I'm not sure if that will negatively affect MST or not.  Dave?

well we can drop the message down to debug_kms, I'll have a look
to see if we need to do a release there, its probably safe but I'd have to
test it.

Dave.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: drm-next-4.1-wip: NI/Turks *ERROR* chosen encoder in use 4
  2015-02-25 22:02   ` Dave Airlie
@ 2015-02-26  2:43     ` Dieter Nützel
  0 siblings, 0 replies; 5+ messages in thread
From: Dieter Nützel @ 2015-02-26  2:43 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Dri Devel

Am 25.02.2015 23:02, schrieb Dave Airlie:
> On 26 February 2015 at 06:22, Alex Deucher <alexdeucher@gmail.com> 
> wrote:
>> On Tue, Feb 24, 2015 at 11:20 PM, Dieter Nützel <Dieter@nuetzel-hh.de> 
>> wrote:
>>> Hello Alex,
>>> 
>>> I get this in dmesg:
>>> 
>>> [   26.001926] [drm:radeon_atom_pick_dig_encoder [radeon]] *ERROR* 
>>> chosen
>>> encoder in use 4
>>> 
>>> What do you need?
>> 
>> The message is harmless I think.  It's just debugging output from the
>> DP MST patches.  I think what's happening is that when you change the
>> mode on an encoder that is already enabled, it see that the encoder is
>> already in use (by itself).  I think the fix would be to call
>> radeon_atom_release_dig_encoder() in the encoder prepare callback, but
>> I'm not sure if that will negatively affect MST or not.  Dave?
> 
> well we can drop the message down to debug_kms, I'll have a look
> to see if we need to do a release there, its probably safe but I'd have 
> to
> test it.
> 
> Dave.

Fixed in (new) drm-next-4.1-wip by commit:
	2248a6a41473e4a77391a2163284fe0683eac165

Thanks Dave and Alex!

-Dieter
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2015-02-26  2:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-25  4:20 drm-next-4.1-wip: NI/Turks *ERROR* chosen encoder in use 4 Dieter Nützel
2015-02-25 19:13 ` Fwd: " Dieter Nützel
2015-02-25 20:22 ` Alex Deucher
2015-02-25 22:02   ` Dave Airlie
2015-02-26  2:43     ` Dieter Nützel

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.