Displaying 5 results from an estimated 5 matches for "_modinst_post".
2020 Apr 01
0
[PATCH 20/22] drm/vkms: Use simple encoder
...ies, compiled it, and when I tried
> `make INSTALL_MOD_PATH=/PATH/ modules_instal` I got the following
> message:
>
> depmod: ERROR: Cycle detected: drm_kms_helper -> drm -> drm_kms_helper
> depmod: ERROR: Found 2 modules in dependency cycles!
> make: *** [Makefile:1317: _modinst_post] Error 1
>
> I cleaned up my local files and tried again, but I got the same error;
> If I just use `drm-misc-next` everything is fine. Did I miss something?
I figured out that this problem is caused by the patch for the writeback
encoder, which is located in the DRM core. I'll drop...
2010 Jun 01
1
strange pvops problem
...emi26/firmware.fw'': No such file or directory
*make[6]: ***
[/home/onkar/xen/xen-4.0.0/dist/install/lib/firmware/emi26/loader.fw] Error
*1
make[6]: *** Waiting for unfinished jobs....
make[6]: ***
[/home/onkar/xen/xen-4.0.0/dist/install/lib/firmware/emi26/firmware.fw]
Error 1
make[5]: *** [_modinst_post] Error 2
make[4]: *** [sub-make] Error 2
make[3]: *** [all] Error 2
make[2]: *** [build] Error 2
make[1]: *** [linux-2.6-pvops-install] Error 2
make: *** [install-kernels] Error 1
Please help me with this.
Regards,
Onkar
_______________________________________________
Xen-users mailing list
X...
2010 Jun 01
1
strange pvops problem
...emi26/firmware.fw'': No such file or directory
*make[6]: ***
[/home/onkar/xen/xen-4.0.0/dist/install/lib/firmware/emi26/loader.fw] Error
*1
make[6]: *** Waiting for unfinished jobs....
make[6]: ***
[/home/onkar/xen/xen-4.0.0/dist/install/lib/firmware/emi26/firmware.fw]
Error 1
make[5]: *** [_modinst_post] Error 2
make[4]: *** [sub-make] Error 2
make[3]: *** [all] Error 2
make[2]: *** [build] Error 2
make[1]: *** [linux-2.6-pvops-install] Error 2
make: *** [install-kernels] Error 1
Please help me with this.
Regards,
Onkar
_______________________________________________
Xen-users mailing list
X...
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without
further functionality. It only provides the destroy callback to
cleanup the encoder's state. Only few drivers implement more
sophisticated encoders than that. Most drivers implement such a
simple encoder and can use drm_simple_encoder_init() instead.
The patchset converts drivers where the encoder's instance is
embedded in
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without
further functionality. It only provides the destroy callback to
cleanup the encoder's state. Only few drivers implement more
sophisticated encoders than that. Most drivers implement such a
simple encoder and can use drm_simple_encoder_init() instead.
The patchset converts drivers where the encoder's instance is
embedded in