Vladimir Kondratyev
Vladimir Kondratyev
> I think that all the linuxkpi patches are in -CURRENT now ? I placed a bunch of remaining patches to phabricator just now. Except pci_iomap_range one which requires reworking...
All patches are in phabricator now. I expect them to be committed to current in 2 weeks and than MFC-ed to 14-stable 1 week later
> How much longer before we can expect these patches to be merged? What would be the goto way to try this right now? All patches are merged to CURRENT...
intel driver does not work on AlderLake. delete xf86-video-intel and use modesetting
What is `sysctl hw.intel_graphics_stolen_size` and `sysctl hw.intel_graphics_stolen_base` result? Is it non-zero?
Probably import of stolen area detection code for MeteorLake will fix the problem. It is on base system side rather then on drm-kmod.
> @wulf7 can you upstream the linuxkpi_video changes to src so we don't have to include this module anymore in drm-kmod See https://reviews.freebsd.org/D46224
I bet you forget to install firmwares
> feel free to merge this into master and if there is any problems we can work from there instead of this PR. done
Test this patch: ``` diff --git a/drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c b/drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c index e73f089c84..a4c1e94f79 100644 --- a/drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c +++ b/drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c @@ -1561,6 +1561,7 @@ void dcn_bw_notify_pplib_of_wm_ranges( void dcn_bw_sync_calcs_and_dml(struct dc *dc) { + DC_FP_START(); DC_LOG_BANDWIDTH_CALCS("sr_exit_time: %f...