; Grodzovsky,
Andrey ; l.st...@pengutronix.de
Subject: [PATCH v2 1/2] drm/scheduler: Rename cleanup functions v2.
Everything in the flush code path (i.e. waiting for SW queue to become empty)
names with *_flush() and everything in the release code path names *_fini()
This patch also effect the amdgpu
Am 21.06.2018 um 17:33 schrieb Andrey Grodzovsky:
Everything in the flush code path (i.e. waiting for SW queue
to become empty) names with *_flush()
and everything in the release code path names *_fini()
This patch also effect the amdgpu and etnaviv drivers which
use those functions.
v2:
Also a
Everything in the flush code path (i.e. waiting for SW queue
to become empty) names with *_flush()
and everything in the release code path names *_fini()
This patch also effect the amdgpu and etnaviv drivers which
use those functions.
v2:
Also apply the change to vd3.
Signed-off-by: Andrey Grodz