mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
Revert "drm/amd/display: mouse event trigger to boost RR when idle"
This reverts commit ba448f9ed6.
It cause some regression.
Reviewed-by: Sreeja Golui <sreeja.golui@amd.com>
Signed-off-by: Muaaz Nisar <muanisar@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
0faccfa9ca
commit
6386a0bcdb
|
|
@ -515,21 +515,6 @@ bool dc_stream_program_cursor_position(
|
|||
}
|
||||
}
|
||||
|
||||
/* apply manual trigger */
|
||||
int i;
|
||||
|
||||
for (i = 0; i < dc->res_pool->pipe_count; i++) {
|
||||
struct pipe_ctx *pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i];
|
||||
|
||||
/* trigger event on first pipe with current stream */
|
||||
if (stream == pipe_ctx->stream &&
|
||||
pipe_ctx->stream_res.tg->funcs->program_manual_trigger) {
|
||||
pipe_ctx->stream_res.tg->funcs->program_manual_trigger(
|
||||
pipe_ctx->stream_res.tg);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user