Include File

Home » CentOS » Include File
CentOS 2 Comments

Hello,

I am trying to build some drivers under CentOS 8.3 using scripts which work on CentOS 8.2.

However, I am now missing the include file drm/drmP.h.

Please can you tell me where I can find this file.

Mark

2 thoughts on - Include File

  • I believe drm/drmP.h was removed from the kernel in the v5.5-ish era, so I suspect that part of the kernel must have been backported to the CentOS 8.3 kernels.

    You’ll need to update your code to use the new drm subsystem.

    I believe the nvidia drivers had to do this too.