mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-08-03 15:06:27 +09:00
miatoll: media: Update max resolution from True4k to UHD.
Update max resolution of encoders on sdmmagpie(sku verion1) target as per spec. Change-Id: I894ed2aa111419e97d5d9a4215c440edaf5ab150
This commit is contained in:
committed by
Alexander Winkowski
parent
386fde9f3e
commit
250a737fd4
@ -130,7 +130,7 @@ Only the three quirks included above are recognized at this point:
|
||||
<Quirk name="requires-allocate-on-input-ports" />
|
||||
<Quirk name="requires-allocate-on-output-ports" />
|
||||
<Quirk name="requires-loaded-to-idle-after-allocation" />
|
||||
<Limit name="size" min="96x96" max="4096x2160" />
|
||||
<Limit name="size" min="96x96" max="3840x2160" />
|
||||
<Limit name="alignment" value="2x2" />
|
||||
<Limit name="block-size" value="16x16" />
|
||||
<Limit name="blocks-per-second" min="36" max="979200" />
|
||||
@ -161,7 +161,7 @@ Only the three quirks included above are recognized at this point:
|
||||
<Quirk name="requires-allocate-on-input-ports" />
|
||||
<Quirk name="requires-allocate-on-output-ports" />
|
||||
<Quirk name="requires-loaded-to-idle-after-allocation" />
|
||||
<Limit name="size" min="96x96" max="4096x2160" />
|
||||
<Limit name="size" min="96x96" max="3840x2160" />
|
||||
<Limit name="alignment" value="2x2" />
|
||||
<Limit name="block-size" value="16x16" />
|
||||
<Limit name="blocks-per-second" min="36" max="979200" />
|
||||
|
Reference in New Issue
Block a user