Merge drm/drm-next into drm-intel-next-queued
Sync with drm-next to get the new logging macros, among other things. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -5249,7 +5249,7 @@ skl_print_wm_changes(struct intel_atomic_state *state)
|
||||
struct intel_crtc *crtc;
|
||||
int i;
|
||||
|
||||
if ((drm_debug & DRM_UT_KMS) == 0)
|
||||
if (!drm_debug_enabled(DRM_UT_KMS))
|
||||
return;
|
||||
|
||||
for_each_oldnew_intel_crtc_in_state(state, crtc, old_crtc_state,
|
||||
|
Reference in New Issue
Block a user