drm/i915: update src and dst scaler limits for display ver 12 and 13
authorLuca Coelho <luciano.coelho@intel.com>
Fri, 13 Jan 2023 11:39:05 +0000 (13:39 +0200)
committerStanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Tue, 24 Jan 2023 12:18:46 +0000 (14:18 +0200)
commit21e18febba163b816e66f85f97b04732fdb9e3f9
tree6c44fd2b04a07fb80c0bcb65fc136af96767295c
parent3af2ff0840be88c6c17f057ec285ab4dc2ff214f
drm/i915: update src and dst scaler limits for display ver 12 and 13

The bspec has been updated and now display versions 12 and 13 support
source width up to 5120 pixels, source height up to 8192 lines,
destination width up to 8192 and destination height up to 8192.

Update the code accordingly.

BSpec: 50441
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230113113905.130405-1-luciano.coelho@intel.com
drivers/gpu/drm/i915/display/skl_scaler.c