Ver Fonte

drm/amd/display: add preferred mode from Video Format Preference Data Block

Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Vitaly Prosyak <Vitaly.Prosyak@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Andrey Grodzovsky há 8 anos atrás
pai
commit
cdc95cbb4c
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c

+ 0 - 2
drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c

@@ -856,8 +856,6 @@ bool dcn_validate_bandwidth(
 				- pipe->stream->timing.v_front_porch;
 		v->vactive[input_idx] = pipe->stream->timing.v_addressable;
 		v->pixel_clock[input_idx] = pipe->stream->timing.pix_clk_khz / 1000.0f;
-		if (pipe->stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR420)
-			v->pixel_clock[input_idx] /= 2;
 
 
 		if (!pipe->surface){