Home
last modified time | relevance | path

Searched refs:remove_stream (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/sconeserver/
H A D0001-sconex-Descriptor.cpp-fix-build-with-gcc-11.patch16 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");
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6869 static void remove_stream(struct amdgpu_device *adev, in remove_stream() function
7709 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()