Adds a few struct members and a function to get i915_runtime_pm_status()
to compile in drm-kmod.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/compat/linuxkpi/common/include/linux/pci.h | ||
---|---|---|
1590 | return (pci_power_names[0]); ??? |
sys/compat/linuxkpi/common/include/linux/device.h | ||
---|---|---|
127 | If we add some member this change will break MFC, so if we do that could we add some padding members too for the futur ? |
sys/compat/linuxkpi/common/include/linux/device.h | ||
---|---|---|
127 | I thought @imp had moved all allocation specifics into .c files so that if it is at the end it shouldn't be a problem or do I misremember incorrectly what https://reviews.freebsd.org/D34768 was trying to solve? |
sys/compat/linuxkpi/common/include/linux/device.h | ||
---|---|---|
127 | Indeed, we should be ok by moving it at the end of the struct. |