diff options
| author | Ryan Seto <ryanseto@amd.com> | 2025-04-15 11:30:52 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-05-05 12:55:35 -0400 |
| commit | 6f23163365dc7e006715f4014f7354141e1e3e90 (patch) | |
| tree | 959abc049ced8922006cb8b2af534caf46b69f33 /drivers/gpu/drm/amd/display/dc/resource/dce60 | |
| parent | 2f2c97089d69009d7085570a51f548c1f10b03c1 (diff) | |
| download | lwn-6f23163365dc7e006715f4014f7354141e1e3e90.tar.gz lwn-6f23163365dc7e006715f4014f7354141e1e3e90.zip | |
Revert "drm/amd/display: Refactor SubVP cursor limiting logic"
This reverts commit 19e743f0fb73 ("drm/amd/display: Refactor SubVP cursor limiting logic")
Reason for revert: Corruption
Reviewed-by: Alvin Lee <alvin.lee2@amd.com>
Signed-off-by: Ryan Seto <ryanseto@amd.com>
Signed-off-by: Ray Wu <ray.wu@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/resource/dce60')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/resource/dce60/dce60_resource.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/resource/dce60/dce60_resource.c b/drivers/gpu/drm/amd/display/dc/resource/dce60/dce60_resource.c index d9ffdded5ce1..737c1b1d861a 100644 --- a/drivers/gpu/drm/amd/display/dc/resource/dce60/dce60_resource.c +++ b/drivers/gpu/drm/amd/display/dc/resource/dce60/dce60_resource.c @@ -863,7 +863,7 @@ static void dce60_resource_destruct(struct dce110_resource_pool *pool) } } -static enum dc_status dce60_validate_bandwidth( +static bool dce60_validate_bandwidth( struct dc *dc, struct dc_state *context, bool fast_validate) @@ -885,7 +885,7 @@ static enum dc_status dce60_validate_bandwidth( context->bw_ctx.bw.dce.yclk_khz = 0; } - return DC_OK; + return true; } static bool dce60_validate_surface_sets( |
