Skip to content

Commit 8ae6dfc

Browse files
Leo Zengalexdeucher
authored andcommitted
Revert "drm/amd/display: Request HW cursor on DCN3.2 with SubVP"
This reverts commit 13437c9. Reason to revert: idle power regression found in testing. Reviewed-by: Dillon Varone <[email protected]> Signed-off-by: Leo Zeng <[email protected]> Signed-off-by: Roman Li <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent cbf4890 commit 8ae6dfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,6 @@ static bool dcn32_assign_subvp_pipe(struct dc *dc,
626626
* - Not TMZ surface
627627
*/
628628
if (pipe->plane_state && !pipe->top_pipe && !pipe->prev_odm_pipe && !dcn32_is_center_timing(pipe) &&
629-
!pipe->stream->hw_cursor_req &&
630629
!(pipe->stream->timing.pix_clk_100hz / 10000 > DCN3_2_MAX_SUBVP_PIXEL_RATE_MHZ) &&
631630
(!dcn32_is_psr_capable(pipe) || (context->stream_count == 1 && dc->caps.dmub_caps.subvp_psr)) &&
632631
dc_state_get_pipe_subvp_type(context, pipe) == SUBVP_NONE &&

0 commit comments

Comments
 (0)