Searched refs:remove_stream (Results 1 – 2 of 2) sorted by relevance
16 Descriptor.cpp: In member function 'bool scx::Descriptor::remove_stream(scx::Stream*)':18 204 | DEBUG_ASSERT(stream>=0,"remove_stream() Invalid stream");45 bool Descriptor::remove_stream(Stream* stream)47 - DEBUG_ASSERT(stream>=0,"remove_stream() Invalid stream");48 + DEBUG_ASSERT(stream!=0,"remove_stream() Invalid stream");
6869 static void remove_stream(struct amdgpu_device *adev, in remove_stream() function7709 remove_stream(adev, acrtc, dm_old_crtc_state->stream); in amdgpu_dm_atomic_commit_tail()7721 remove_stream(adev, acrtc, dm_old_crtc_state->stream); in amdgpu_dm_atomic_commit_tail()