diff options
author | Vasantha Balla <vballa@codeaurora.org> | 2021-09-01 13:29:10 +0530 |
---|---|---|
committer | Vasantha Balla <vballa@codeaurora.org> | 2021-09-01 14:09:00 +0530 |
commit | 75f2e580a6542bddc07049dac0889c0ce986117f (patch) | |
tree | 73107728ef12b1c767825e941cec7b5fc0bd8330 | |
parent | 5ec0a127f5f4092754ccbee5a4d9b71603ddcc51 (diff) |
conf_files: sm6150: Update max resolution from True4k to UHD.
Update max resolution of encoders on sdmmagpie(sku verion1)
target as per spec.
Change-Id: I894ed2aa111419e97d5d9a4215c440edaf5ab150
-rw-r--r-- | conf_files/sm6150/media_codecs_sdmmagpie_v1.xml | 4 | ||||
-rw-r--r-- | conf_files/sm6150/media_codecs_vendor_sdmmagpie_v1.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/conf_files/sm6150/media_codecs_sdmmagpie_v1.xml b/conf_files/sm6150/media_codecs_sdmmagpie_v1.xml index 53499ba7..28b6acd3 100644 --- a/conf_files/sm6150/media_codecs_sdmmagpie_v1.xml +++ b/conf_files/sm6150/media_codecs_sdmmagpie_v1.xml @@ -131,7 +131,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="24" max="972000" /> @@ -155,7 +155,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="24" max="972000" /> diff --git a/conf_files/sm6150/media_codecs_vendor_sdmmagpie_v1.xml b/conf_files/sm6150/media_codecs_vendor_sdmmagpie_v1.xml index f10f1ebb..68d855ad 100644 --- a/conf_files/sm6150/media_codecs_vendor_sdmmagpie_v1.xml +++ b/conf_files/sm6150/media_codecs_vendor_sdmmagpie_v1.xml @@ -132,7 +132,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="24" max="972000" /> @@ -162,7 +162,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="24" max="972000" /> |