]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Let updates with no scaling changes be fast
authorDavid Francis <David.Francis@amd.com>
Thu, 3 Jan 2019 19:38:06 +0000 (14:38 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 25 Jan 2019 21:15:36 +0000 (16:15 -0500)
commitde1b6faa04bb2cb8638ad96ccb87d4334929a4b1
treec10b8b87268b551b8027a7a9c779c175a3503ec6
parent16f4922521b54be46f81277915f70c695433079c
drm/amd/display: Let updates with no scaling changes be fast

[Why]
DC was assuming that any surface_update->scaling_info
meant the update was at least medium.  However, if nothing
has changed there is no scaling to program, so there is
no problem with the update being fast

[How]
If every update flag is not set, the update is fast

Signed-off-by: David Francis <David.Francis@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Acked-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c