]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Add custom segmentation support
authorBrendan Steve Leder <BrendanSteve.Leder@amd.com>
Fri, 14 Mar 2025 18:32:31 +0000 (14:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Jun 2025 16:19:16 +0000 (12:19 -0400)
commit428ac7ce7f82d11f072cba6000987826746a017b
tree03ba9a4e9f1ad067ca5429909ec688c3046ce863
parentf94877038770073b465eece8636e221653d2beae
drm/amd/display: Add custom segmentation support

[WHY]
Add support for uneven segmentation size

[HOW]
Currently width + x_start is automatically calculated using
slice index + dividing stream into equally sized segments.
Add override variables for dst_rect width and x

Reviewed-by: Samson Tam <samson.tam@amd.com>
Signed-off-by: Brendan Steve Leder <BrendanSteve.Leder@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/sspl/dc_spl.c
drivers/gpu/drm/amd/display/dc/sspl/dc_spl_types.h