Skip to content

Commit 76c0ce8

Browse files
committed
Revert "drm/amd/display: Only use ODM2:1 policy for high pixel rate displays"
This reverts commit 8df9afa. Reviwed-by: Feifei Xu <[email protected]> Signed-off-by: Hongkun Zhang <[email protected]>
1 parent 7e51ca8 commit 76c0ce8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,6 @@ int dcn32_populate_dml_pipes_from_context(
19151915
context->stream_status[0].plane_count <= 1 &&
19161916
!dc_is_hdmi_signal(res_ctx->pipe_ctx[i].stream->signal) &&
19171917
is_h_timing_divisible_by_2(res_ctx->pipe_ctx[i].stream) &&
1918-
pipe->stream->timing.pix_clk_100hz * 100 > DCN3_2_VMIN_DISPCLK_HZ &&
19191918
dc->debug.enable_single_display_2to1_odm_policy) {
19201919
pipes[pipe_cnt].pipe.dest.odm_combine_policy = dm_odm_combine_policy_2to1;
19211920
}

drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#define DCN3_2_MBLK_WIDTH 128
3838
#define DCN3_2_MBLK_HEIGHT_4BPE 128
3939
#define DCN3_2_MBLK_HEIGHT_8BPE 64
40-
#define DCN3_2_VMIN_DISPCLK_HZ 717000000
4140

4241
#define TO_DCN32_RES_POOL(pool)\
4342
container_of(pool, struct dcn32_resource_pool, base)

0 commit comments

Comments
 (0)