All of lore.kernel.org
 help / color / mirror / Atom feed
* GFX ring names
@ 2017-08-31 12:53 Tom St Denis
       [not found] ` <c3c382ff-bef0-dd69-9022-de66bb2ac441-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Tom St Denis @ 2017-08-31 12:53 UTC (permalink / raw)
  To: amd-gfx mailing list

Working on a series of tidy up patches for gfx_v9 and found this block 
in gfx_v9_0_sw_init().

	for (i = 0; i < adev->gfx.num_gfx_rings; i++) {
		ring = &adev->gfx.gfx_ring[i];
		ring->ring_obj = NULL;
		sprintf(ring->name, "gfx");

Won't that make a series of rings all with the same name?

Tom
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2017-09-01  1:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-31 12:53 GFX ring names Tom St Denis
     [not found] ` <c3c382ff-bef0-dd69-9022-de66bb2ac441-5C7GfCeVMHo@public.gmane.org>
2017-09-01  1:45   ` Zhang, Jerry (Junwei)

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.