All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Some fixes on top of WA batch patches
@ 2015-06-23 14:50 Arun Siluvery
  2015-06-23 14:50 ` [PATCH 1/2] drm/i915: Fix warnings reported by 0-day Arun Siluvery
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Arun Siluvery @ 2015-06-23 14:50 UTC (permalink / raw)
  To: intel-gfx

Patch1 - Fix warnings in kerneldoc reported by 0-day
Patch2 - Tvrtko noticed a WARNING that WA batch is not initialized for Gen9
during boot (Gen9 changes not yet added). Current code destroys the wa ctx
page and he observed it triggered another warning complaining about sleeping
in atomic context but there is nothing indicating that. To keep things simple
we now perform Gen check before allocating the page and bail out earlier if
there no WA to be initialized.

Arun Siluvery (2):
  drm/i915: Fix warnings reported by 0-day
  drm/i915: Bail out early if WA batch is not available for given Gen

 drivers/gpu/drm/i915/intel_lrc.c | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

-- 
1.9.1

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

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

end of thread, other threads:[~2015-06-23 15:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-23 14:50 [PATCH 0/2] Some fixes on top of WA batch patches Arun Siluvery
2015-06-23 14:50 ` [PATCH 1/2] drm/i915: Fix warnings reported by 0-day Arun Siluvery
2015-06-23 14:50 ` [PATCH 2/2] drm/i915: Bail out early if WA batch is not available for given Gen Arun Siluvery
2015-06-23 15:12 ` [PATCH 0/2] Some fixes on top of WA batch patches Chris Wilson
2015-06-23 15:27   ` Daniel Vetter

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.