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@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx