In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Pass non-null to dcn20validateapplypipesplit_flags
[WHAT & HOW] "dcn20validateapplypipesplit_flags" dereferences merge, and thus it cannot be a null pointer. Let's pass a valid pointer to avoid null dereference.
This fixes 2 FORWARD_NULL issues reported by Coverity.