You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/var/lib/dkms/intel-i915-dkms/1.24.5.15.240718.18/build/drivers/gpu/drm/i915/display/intel_dp_mst.c: In function ‘intel_mst_enable_dp’:
/var/lib/dkms/intel-i915-dkms/1.24.5.15.240718.18/build/drivers/gpu/drm/i915/display/intel_dp_mst.c:777:54: error: passing argument 2 of ‘drm_dp_add_payload_part2’ from incompatible pointer type [-Werror=incompatible-pointer-types]
777 | drm_dp_add_payload_part2(&intel_dp->mst_mgr, &state->base,
| ^~~~~~~~~~~~
| |
| struct drm_atomic_state *
In file included from /var/lib/dkms/intel-i915-dkms/1.24.5.15.240718.18/build/backport-include/drm/drm_dp_mst_helper.h:27,
from /var/lib/dkms/intel-i915-dkms/1.24.5.15.240718.18/build/drivers/gpu/drm/i915/display/intel_display_types.h:38,
from /var/lib/dkms/intel-i915-dkms/1.24.5.15.240718.18/build/drivers/gpu/drm/i915/display/intel_dp_mst.c:38:
./include/drm/display/drm_dp_mst_helper.h:854:64: note: expected ‘struct drm_dp_mst_atomic_payload *’ but argument is of type ‘struct drm_atomic_state *’
854 | struct drm_dp_mst_atomic_payload *payload);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/lib/dkms/intel-i915-dkms/1.24.5.15.240718.18/build/drivers/gpu/drm/i915/display/intel_dp_mst.c:777:9: error: too many arguments to function ‘drm_dp_add_payload_part2’
777 | drm_dp_add_payload_part2(&intel_dp->mst_mgr, &state->base,
| ^~~~~~~~~~~~~~~~~~~~~~~~
./include/drm/display/drm_dp_mst_helper.h:853:5: note: declared here
853 | int drm_dp_add_payload_part2(struct drm_dp_mst_topology_mgr *mgr,
| ^~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
We have retried the same tag against 6.8.0-45.45, we could not able to reproduce this issue. Is this custom kernel?
Can you share the full log of dkms once.
latest release still fails with:
The text was updated successfully, but these errors were encountered: