/freebsd/sys/contrib/dev/rtw89/ |
H A D | pci.c | diff 1a2b55732ff27fba2533724a72a39d33516c9417 Sun Sep 25 23:36:10 CEST 2022 Bjoern A. Zeeb <bz@FreeBSD.org> lindebugfs,rtw88,rtw89: correct module dependencies
In f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 the name of the PSEUDOFS was changed from debugsfs to lindebugfs but the in-tree consumers were not updated now leaving the drivers not loading if compiled with debugfs support due to missing dependencies.
MFC after: 3 days X-MFC-with-after: f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 diff 1a2b55732ff27fba2533724a72a39d33516c9417 Sun Sep 25 23:36:10 CEST 2022 Bjoern A. Zeeb <bz@FreeBSD.org> lindebugfs,rtw88,rtw89: correct module dependencies
In f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 the name of the PSEUDOFS was changed from debugsfs to lindebugfs but the in-tree consumers were not updated now leaving the drivers not loading if compiled with debugfs support due to missing dependencies.
MFC after: 3 days X-MFC-with-after: f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00
|
/freebsd/share/man/man5/ |
H A D | lindebugfs.5 | f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 Tue Sep 20 19:41:10 CEST 2022 Jake Freeland <jfree@FreeBSD.org> linuxkpi: drm-kmod debugfs support
This diff extends LinuxKPI to support simple attribute files in debugfs. These simple attributes are an essential component for compiling drm-kmod with CONFIG_DEBUG_FS enabled. This will allow for easier graphics driver debugging using Intel's igt-gpu-tools.
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D35883 Sponsored by: Google, Inc. (GSoC 2022)
|
H A D | Makefile | diff f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 Tue Sep 20 19:41:10 CEST 2022 Jake Freeland <jfree@FreeBSD.org> linuxkpi: drm-kmod debugfs support
This diff extends LinuxKPI to support simple attribute files in debugfs. These simple attributes are an essential component for compiling drm-kmod with CONFIG_DEBUG_FS enabled. This will allow for easier graphics driver debugging using Intel's igt-gpu-tools.
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D35883 Sponsored by: Google, Inc. (GSoC 2022)
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | dcache.h | diff f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 Tue Sep 20 19:41:10 CEST 2022 Jake Freeland <jfree@FreeBSD.org> linuxkpi: drm-kmod debugfs support
This diff extends LinuxKPI to support simple attribute files in debugfs. These simple attributes are an essential component for compiling drm-kmod with CONFIG_DEBUG_FS enabled. This will allow for easier graphics driver debugging using Intel's igt-gpu-tools.
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D35883 Sponsored by: Google, Inc. (GSoC 2022)
|
H A D | debugfs.h | diff f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 Tue Sep 20 19:41:10 CEST 2022 Jake Freeland <jfree@FreeBSD.org> linuxkpi: drm-kmod debugfs support
This diff extends LinuxKPI to support simple attribute files in debugfs. These simple attributes are an essential component for compiling drm-kmod with CONFIG_DEBUG_FS enabled. This will allow for easier graphics driver debugging using Intel's igt-gpu-tools.
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D35883 Sponsored by: Google, Inc. (GSoC 2022)
|
H A D | seq_file.h | diff f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 Tue Sep 20 19:41:10 CEST 2022 Jake Freeland <jfree@FreeBSD.org> linuxkpi: drm-kmod debugfs support
This diff extends LinuxKPI to support simple attribute files in debugfs. These simple attributes are an essential component for compiling drm-kmod with CONFIG_DEBUG_FS enabled. This will allow for easier graphics driver debugging using Intel's igt-gpu-tools.
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D35883 Sponsored by: Google, Inc. (GSoC 2022)
|
H A D | fs.h | diff f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 Tue Sep 20 19:41:10 CEST 2022 Jake Freeland <jfree@FreeBSD.org> linuxkpi: drm-kmod debugfs support
This diff extends LinuxKPI to support simple attribute files in debugfs. These simple attributes are an essential component for compiling drm-kmod with CONFIG_DEBUG_FS enabled. This will allow for easier graphics driver debugging using Intel's igt-gpu-tools.
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D35883 Sponsored by: Google, Inc. (GSoC 2022)
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | pci.c | diff 1a2b55732ff27fba2533724a72a39d33516c9417 Sun Sep 25 23:36:10 CEST 2022 Bjoern A. Zeeb <bz@FreeBSD.org> lindebugfs,rtw88,rtw89: correct module dependencies
In f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 the name of the PSEUDOFS was changed from debugsfs to lindebugfs but the in-tree consumers were not updated now leaving the drivers not loading if compiled with debugfs support due to missing dependencies.
MFC after: 3 days X-MFC-with-after: f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 diff 1a2b55732ff27fba2533724a72a39d33516c9417 Sun Sep 25 23:36:10 CEST 2022 Bjoern A. Zeeb <bz@FreeBSD.org> lindebugfs,rtw88,rtw89: correct module dependencies
In f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 the name of the PSEUDOFS was changed from debugsfs to lindebugfs but the in-tree consumers were not updated now leaving the drivers not loading if compiled with debugfs support due to missing dependencies.
MFC after: 3 days X-MFC-with-after: f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_simple_attr.c | f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 Tue Sep 20 19:41:10 CEST 2022 Jake Freeland <jfree@FreeBSD.org> linuxkpi: drm-kmod debugfs support
This diff extends LinuxKPI to support simple attribute files in debugfs. These simple attributes are an essential component for compiling drm-kmod with CONFIG_DEBUG_FS enabled. This will allow for easier graphics driver debugging using Intel's igt-gpu-tools.
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D35883 Sponsored by: Google, Inc. (GSoC 2022)
|
H A D | linux_seq_file.c | diff f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 Tue Sep 20 19:41:10 CEST 2022 Jake Freeland <jfree@FreeBSD.org> linuxkpi: drm-kmod debugfs support
This diff extends LinuxKPI to support simple attribute files in debugfs. These simple attributes are an essential component for compiling drm-kmod with CONFIG_DEBUG_FS enabled. This will allow for easier graphics driver debugging using Intel's igt-gpu-tools.
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D35883 Sponsored by: Google, Inc. (GSoC 2022)
|
/freebsd/sys/compat/lindebugfs/ |
H A D | lindebugfs.c | diff f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 Tue Sep 20 19:41:10 CEST 2022 Jake Freeland <jfree@FreeBSD.org> linuxkpi: drm-kmod debugfs support
This diff extends LinuxKPI to support simple attribute files in debugfs. These simple attributes are an essential component for compiling drm-kmod with CONFIG_DEBUG_FS enabled. This will allow for easier graphics driver debugging using Intel's igt-gpu-tools.
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D35883 Sponsored by: Google, Inc. (GSoC 2022)
|
/freebsd/sys/modules/linuxkpi/ |
H A D | Makefile | diff f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 Tue Sep 20 19:41:10 CEST 2022 Jake Freeland <jfree@FreeBSD.org> linuxkpi: drm-kmod debugfs support
This diff extends LinuxKPI to support simple attribute files in debugfs. These simple attributes are an essential component for compiling drm-kmod with CONFIG_DEBUG_FS enabled. This will allow for easier graphics driver debugging using Intel's igt-gpu-tools.
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D35883 Sponsored by: Google, Inc. (GSoC 2022)
|
/freebsd/sys/conf/ |
H A D | files | diff f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 Tue Sep 20 19:41:10 CEST 2022 Jake Freeland <jfree@FreeBSD.org> linuxkpi: drm-kmod debugfs support
This diff extends LinuxKPI to support simple attribute files in debugfs. These simple attributes are an essential component for compiling drm-kmod with CONFIG_DEBUG_FS enabled. This will allow for easier graphics driver debugging using Intel's igt-gpu-tools.
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D35883 Sponsored by: Google, Inc. (GSoC 2022)
|