mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
drm/amd/display: Enabling VSR on 4K display causes black screen
Signed-off-by: Charlene Liu <charlene.liu@amd.com> Reviewed-by: Anthony Koo <Anthony.Koo@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
1a87fbfee0
commit
46239f739a
|
|
@ -1819,7 +1819,7 @@ static void program_all_pipe_in_tree(
|
|||
pipe_ctx->tg->funcs->set_blank(pipe_ctx->tg, !is_pipe_tree_visible(pipe_ctx));
|
||||
}
|
||||
|
||||
if (pipe_ctx->surface->public.visible) {
|
||||
if (pipe_ctx->surface != NULL) {
|
||||
dcn10_power_on_fe(dc, pipe_ctx, context);
|
||||
update_dchubp_dpp(dc, pipe_ctx, context);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user