Merge "msm: sde: Disallow TP10 to P010 format conversion in rotator"
This commit is contained in:
commit
1c2dbebda1
1 changed files with 2 additions and 1 deletions
|
@ -1414,7 +1414,8 @@ static bool sde_rotator_verify_format(struct sde_rot_mgr *mgr,
|
|||
}
|
||||
|
||||
if ((in_fmt->is_yuv != out_fmt->is_yuv) ||
|
||||
(in_fmt->pixel_mode != out_fmt->pixel_mode)) {
|
||||
(in_fmt->pixel_mode != out_fmt->pixel_mode) ||
|
||||
(in_fmt->unpack_tight != out_fmt->unpack_tight)) {
|
||||
SDEROT_DBG("Rotator does not support CSC\n");
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue