Displaying 3 results from an estimated 3 matches for "1f89b4756fb8".
2014 Dec 22
1
3.19.0-rc1 nouvea build failure on GeForce GT 610 only
...akes me think it's not my hardware. Could there be some
> _random_ failure with this driver in the build? Very odd...
A theory based on Mark's message in
https://lkml.org/lkml/2014/12/8/602 :
My two failed builds somehow used previous version of class.h, that
didn't yet have commit 1f89b4756fb8 ("drm/gm204/disp: initial support")
applied. It's that commit which added the define for
GM204_DISP_CORE_CHANNEL_DMA.
Is that even possible? Perhaps rpmbuild has a surprising way to handle
symlinks? All very puzzling...
Paul Bolle
2014 Dec 22
0
3.19.0-rc1 nouvea build failure on GeForce GT 610 only
...my hardware. Could there be some
>> _random_ failure with this driver in the build? Very odd...
> A theory based on Mark's message in
> https://lkml.org/lkml/2014/12/8/602 :
>
> My two failed builds somehow used previous version of class.h, that
> didn't yet have commit 1f89b4756fb8 ("drm/gm204/disp: initial support")
> applied. It's that commit which added the define for
> GM204_DISP_CORE_CHANNEL_DMA.
>
> Is that even possible? Perhaps rpmbuild has a surprising way to handle
> symlinks? All very puzzling...
>
>
> Paul Bolle
>
>
I di...
2014 Dec 22
2
3.19.0-rc1 nouvea build failure on GeForce GT 610 only
CHK kernel/config_data.h
CC [M] drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.o
drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c: In function
‘nvd0_dmaobj_bind’:
drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c:54:8: error:
‘GM204_DISP_CORE_CHANNEL_DMA’ undeclared (first use in this function)
case GM204_DISP_CORE_CHANNEL_DMA:
^