Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1480956 > unrolled thread
| Started by | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| First post | 2016-09-12 08:50 +0200 |
| Last post | 2016-09-12 09:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
drm/i915: undefined symbol I915_SW_FENCE_CHECK_DAG Valentin Rothberg <valentinrothberg@gmail.com> - 2016-09-12 08:50 +0200
Re: drm/i915: undefined symbol I915_SW_FENCE_CHECK_DAG Chris Wilson <chris@chris-wilson.co.uk> - 2016-09-12 09:00 +0200
| From | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| Date | 2016-09-12 08:50 +0200 |
| Subject | drm/i915: undefined symbol I915_SW_FENCE_CHECK_DAG |
| Message-ID | <sgte2-8bG-5@gated-at.bofh.it> |
Hi Chris,
your commit e68a139f6bf3 ("drm/i915: Add a sw fence for collecting up
dma fences") has shown up in today's linux-next (i.e., 20160912)
adding the following the lines (184++):
+ if (!IS_ENABLED(CONFIG_I915_SW_FENCE_CHECK_DAG))
+ return false;
The Kconfig symbol isn't defined anywhere, so the function will always
return false. I could not find a patch on LKML adding the symbol. Is
there a patch queued somewhere or is the yet unconditional return
intentional?
I found the issue by diffing the last and today's linux-next using
scripts/checkkconfigsymbols.py.
Kind regards,
Valentin
[toc] | [next] | [standalone]
| From | Chris Wilson <chris@chris-wilson.co.uk> |
|---|---|
| Date | 2016-09-12 09:00 +0200 |
| Message-ID | <sgtnI-8f3-13@gated-at.bofh.it> |
| In reply to | #1480956 |
On Mon, Sep 12, 2016 at 08:46:39AM +0200, Valentin Rothberg wrote:
> Hi Chris,
>
> your commit e68a139f6bf3 ("drm/i915: Add a sw fence for collecting up
> dma fences") has shown up in today's linux-next (i.e., 20160912)
> adding the following the lines (184++):
>
> + if (!IS_ENABLED(CONFIG_I915_SW_FENCE_CHECK_DAG))
> + return false;
>
> The Kconfig symbol isn't defined anywhere, so the function will always
> return false. I could not find a patch on LKML adding the symbol. Is
> there a patch queued somewhere or is the yet unconditional return
> intentional?
The patch is queued up elsewhere. It's part of the selftests.
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web