All of lore.kernel.org
 help / color / mirror / Atom feed
* atombios_crtc.c - make error messages distinguishable "unable to allocate a PPLL\n"
@ 2015-06-08 16:26 James Feeney
  2015-06-08 16:30 ` Christian König
  0 siblings, 1 reply; 9+ messages in thread
From: James Feeney @ 2015-06-08 16:26 UTC (permalink / raw)
  To: Alex Deucher, Christian König; +Cc: dri-devel

atombios_crtc.c

In multi-display configurations, especially with three or more displays,
PLL/clock source allocations can fail when there are more crtc's than PLLs.
When attempting to debug these PLL allocation failures in the source code, the
error message displayed in the log, DRM_ERROR("unable to allocate a PPLL\n");,
is not useful because the exact same error message is used for _five_ different
error states/code paths.

These different error states/paths should be distinguished, simply by including
some kind of distinguishing mark with each error message.  For instance:

                        DRM_ERROR("unable to allocate a PPLL ONE\n");
                        DRM_ERROR("unable to allocate a PPLL TWO\n");
                DRM_ERROR("unable to allocate a PPLL THREE\n");
                DRM_ERROR("unable to allocate a PPLL FOUR\n");
                DRM_ERROR("unable to allocate a PPLL FIVE\n");

Whether the reported error is truly valid because of an actual hardware
limitation, or invalid because of faulty heuristics in the software, is a
separate topic.

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

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

end of thread, other threads:[~2015-06-11 13:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-08 16:26 atombios_crtc.c - make error messages distinguishable "unable to allocate a PPLL\n" James Feeney
2015-06-08 16:30 ` Christian König
2015-06-08 17:09   ` James Feeney
2015-06-08 17:43     ` Deucher, Alexander
2015-06-08 19:42       ` James Feeney
2015-06-08 20:22         ` Deucher, Alexander
2015-06-10 22:12           ` James Feeney
2015-06-11  9:57             ` Christian König
2015-06-11 13:35             ` Alex Deucher

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.