File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
drivers/gpu/drm/amd/display/amdgpu_dm Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3411,16 +3411,16 @@ static void dm_gpureset_commit_state(struct dc_state *dc_state,
3411
3411
for (k = 0 ; k < dc_state -> stream_count ; k ++ ) {
3412
3412
bundle -> stream_update .stream = dc_state -> streams [k ];
3413
3413
3414
- for (m = 0 ; m < dc_state -> stream_status -> plane_count ; m ++ ) {
3414
+ for (m = 0 ; m < dc_state -> stream_status [ k ]. plane_count ; m ++ ) {
3415
3415
bundle -> surface_updates [m ].surface =
3416
- dc_state -> stream_status -> plane_states [m ];
3416
+ dc_state -> stream_status [ k ]. plane_states [m ];
3417
3417
bundle -> surface_updates [m ].surface -> force_full_update =
3418
3418
true;
3419
3419
}
3420
3420
3421
3421
update_planes_and_stream_adapter (dm -> dc ,
3422
3422
UPDATE_TYPE_FULL ,
3423
- dc_state -> stream_status -> plane_count ,
3423
+ dc_state -> stream_status [ k ]. plane_count ,
3424
3424
dc_state -> streams [k ],
3425
3425
& bundle -> stream_update ,
3426
3426
bundle -> surface_updates );
You can’t perform that action at this time.
0 commit comments