mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
drm/rockchip: vop2: add support YUYV and UYVY for rk3588
Signed-off-by: Sandy Huang <hjc@rock-chips.com> Change-Id: Iecdfa09746389998a9eefef442b2350308c59b14
This commit is contained in:
@@ -1694,6 +1694,8 @@ static bool vop2_win_uv_swap(uint32_t format)
|
||||
case DRM_FORMAT_NV15:
|
||||
case DRM_FORMAT_NV20:
|
||||
case DRM_FORMAT_NV30:
|
||||
case DRM_FORMAT_YUYV:
|
||||
case DRM_FORMAT_UYVY:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user