Message ID | 20210319223856.2983244-1-jason@jlekstrand.net (mailing list archive) |
---|---|
Headers | show |
Series | drm/i915: uAPI clean-ups part 2 | expand |
On Fri, 19 Mar 2021, Patchwork <patchwork@emeril.freedesktop.org> wrote: > == Series Details == > > Series: drm/i915: uAPI clean-ups part 2 > URL : https://patchwork.freedesktop.org/series/88196/ > State : failure > > == Summary == > > Applying: drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE > Applying: drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP > Applying: drm/i915: Drop the CONTEXT_CLONE API > Applying: drm/i915: Implement SINGLE_TIMELINE with a syncobj > error: sha1 information is lacking or useless (drivers/gpu/drm/i915/gem/i915_gem_context.c). > error: could not build fake ancestor > hint: Use 'git am --show-current-patch=diff' to see the failed patch > Patch failed at 0004 drm/i915: Implement SINGLE_TIMELINE with a syncobj > When you have resolved this problem, run "git am --continue". > If you prefer to skip this patch, run "git am --skip" instead. > To restore the original branch and stop patching, run "git am --abort". CI runs on top of drm-tip branch. What's this based on? BR, Jani.
On Mon, Mar 22, 2021 at 6:55 AM Jani Nikula <jani.nikula@linux.intel.com> wrote: > > On Fri, 19 Mar 2021, Patchwork <patchwork@emeril.freedesktop.org> wrote: > > == Series Details == > > > > Series: drm/i915: uAPI clean-ups part 2 > > URL : https://patchwork.freedesktop.org/series/88196/ > > State : failure > > > > == Summary == > > > > Applying: drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE > > Applying: drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP > > Applying: drm/i915: Drop the CONTEXT_CLONE API > > Applying: drm/i915: Implement SINGLE_TIMELINE with a syncobj > > error: sha1 information is lacking or useless (drivers/gpu/drm/i915/gem/i915_gem_context.c). > > error: could not build fake ancestor > > hint: Use 'git am --show-current-patch=diff' to see the failed patch > > Patch failed at 0004 drm/i915: Implement SINGLE_TIMELINE with a syncobj > > When you have resolved this problem, run "git am --continue". > > If you prefer to skip this patch, run "git am --skip" instead. > > To restore the original branch and stop patching, run "git am --abort". > > CI runs on top of drm-tip branch. What's this based on? drm/topic/i915-gem-next --Jason