]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Enable EASF based on luma taps only
authorSamson Tam <Samson.Tam@amd.com>
Tue, 12 Nov 2024 17:14:55 +0000 (12:14 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Dec 2024 15:26:48 +0000 (10:26 -0500)
commit18509133862cc7d6e2cf6d186b870c97d1b04411
tree76b83621394dab86aab4bfc2efa670857a906f39
parent85b495bbbeda20b5e8aec90e6d2bec3103b8eadc
drm/amd/display: Enable EASF based on luma taps only

[WHY]
EASF only applies to luma. Previously both luma and chroma taps
were checked to determine whether to enable EASF.

[HOW]
Only check if luma taps are supported before determining whether
to enable EASF or not.

Reviewed-by: Alvin Lee <alvin.lee2@amd.com>
Signed-off-by: Samson Tam <Samson.Tam@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/spl/dc_spl.c