mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
drm/rockchip: vop2: clearly point out the plane unsupported format modifier
Signed-off-by: Sandy Huang <hjc@rock-chips.com> Change-Id: I2d247f6ae1f63225629dfc6641bce5525cfb8b20
This commit is contained in:
@@ -2275,7 +2275,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("%s unsupported format modifier 0x%llx\n", plane->name, modifier);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user