Home
last modified time | relevance | path

Searched refs:new_attribs (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_dp_mst.c117 struct stream_attribs new_attribs[6]; in radeon_dp_mst_update_stream_attribs() local
123 memset(new_attribs, 0, sizeof(new_attribs)); in radeon_dp_mst_update_stream_attribs()
141 new_attribs[idx].fe = mst_enc->fe; in radeon_dp_mst_update_stream_attribs()
142 new_attribs[idx].slots = drm_dp_mst_get_vcpi_slots(&mst_conn->mst_mgr, mst_enc->port); in radeon_dp_mst_update_stream_attribs()
147 if (new_attribs[i].fe != mst_conn->cur_stream_attribs[i].fe || in radeon_dp_mst_update_stream_attribs()
148 new_attribs[i].slots != mst_conn->cur_stream_attribs[i].slots) { in radeon_dp_mst_update_stream_attribs()
149 radeon_dp_mst_set_stream_attrib(primary, i, new_attribs[i].fe, new_attribs[i].slots); in radeon_dp_mst_update_stream_attribs()
150 mst_conn->cur_stream_attribs[i].fe = new_attribs[ in radeon_dp_mst_update_stream_attribs()
[all...]

Completed in 2 milliseconds