Skip to content

Commit 6d457ca

Browse files
Alex Hungalexdeucher
authored andcommitted
drm/amd/display: remove outdated 8bpc comments
[Why] The commit c76e483 ("drm/amd/display: Don't restrict bpc to 8 bpc") removes the historical 8bpc dependency and sets max_bpc to 16. [How] The comment that states "8bpc for non-edp" needs to be removed as well. Reviewed-by: Harry Wentland <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Alex Hung <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent e06bfcc commit 6d457ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7244,7 +7244,6 @@ void amdgpu_dm_connector_init_helper(struct amdgpu_display_manager *dm,
72447244
if (!aconnector->mst_root)
72457245
drm_connector_attach_max_bpc_property(&aconnector->base, 8, 16);
72467246

7247-
/* This defaults to the max in the range, but we want 8bpc for non-edp. */
72487247
aconnector->base.state->max_bpc = 16;
72497248
aconnector->base.state->max_requested_bpc = aconnector->base.state->max_bpc;
72507249

0 commit comments

Comments
 (0)