74 74 config DRM_KUNIT_TEST 75 75 tristate "KUnit tests for DRM" if !KUNIT_ALL_TESTS 76 - depends on DRM && KUNIT && MMU 76 + depends on DRM 77 + depends on DRM_DISPLAY_HELPER 78 + depends on KUNIT 79 + depends on MMU 77 80 select DRM_BUDDY 78 81 select DRM_DIS...
in function `cdn_dp_check_link_status': cdn-dp-core.c:(.text+0x1396): undefined reference to `drm_dp_channel_eq_ok' In both cases, the problem is that ROCKCHIP_CDN_DP and DRM_EXYNOS_DP are 'bool' symbols that depend on the the 'tristate' DRM_DISPLAY_HELPER symbol, but end up...
DRM_DISPLAY_DP_HELPER. Select this symbol to make required functions available to the driver.
RHEL7.1: Xorg graphical display freezes when mini display port cable is plugged in - 3.10.0-229.el7 WARNING: at drivers/gpu/drm/drm_dp_mst_topology.c:1272 process_single_tx_qlock+0x4b6/0x540 [drm_kms_helper]() Solution In Progress - Updated August 2 2024 at 6:52 AM - English ...
22 changes: 22 additions & 0 deletions 22 drivers/gpu/drm/display/drm_dsc_helper.c Original file line numberDiff line numberDiff line change @@ -270,6 +270,28 @@ void drm_dsc_pps_payload_pack(struct drm_dsc_picture_parameter_set *pps_payload,...