Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gpu: drm: rockchip: suppress unsupported format modifier spam
Browse files Browse the repository at this point in the history
Joshua-Riek committed Sep 8, 2023
1 parent 350d41b commit beeab5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
Original file line number Diff line number Diff line change
@@ -2259,7 +2259,7 @@ static bool rockchip_vop2_mod_supported(struct drm_plane *plane, u32 format, u64
return true;

if (!rockchip_afbc(plane, modifier) && !rockchip_tiled(plane, modifier)) {
DRM_ERROR("Unsupported format modifier 0x%llx\n", modifier);
//DRM_ERROR("Unsupported format modifier 0x%llx\n", modifier);

return false;
}

0 comments on commit beeab5c

Please sign in to comment.