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 @@ -3355,16 +3355,16 @@ static void dm_gpureset_commit_state(struct dc_state *dc_state,
3355
3355
for (k = 0 ; k < dc_state -> stream_count ; k ++ ) {
3356
3356
bundle -> stream_update .stream = dc_state -> streams [k ];
3357
3357
3358
- for (m = 0 ; m < dc_state -> stream_status -> plane_count ; m ++ ) {
3358
+ for (m = 0 ; m < dc_state -> stream_status [ k ]. plane_count ; m ++ ) {
3359
3359
bundle -> surface_updates [m ].surface =
3360
- dc_state -> stream_status -> plane_states [m ];
3360
+ dc_state -> stream_status [ k ]. plane_states [m ];
3361
3361
bundle -> surface_updates [m ].surface -> force_full_update =
3362
3362
true;
3363
3363
}
3364
3364
3365
3365
update_planes_and_stream_adapter (dm -> dc ,
3366
3366
UPDATE_TYPE_FULL ,
3367
- dc_state -> stream_status -> plane_count ,
3367
+ dc_state -> stream_status [ k ]. plane_count ,
3368
3368
dc_state -> streams [k ],
3369
3369
& bundle -> stream_update ,
3370
3370
bundle -> surface_updates );
You can’t perform that action at this time.
0 commit comments