OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_clocks
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_jpeg.c
101
bool
set_clocks
= !cancel_delayed_work_sync(&adev->jpeg.idle_work);
local in function:amdgpu_jpeg_ring_begin_use
103
if (
set_clocks
)
amdgpu_vcn.c
327
bool
set_clocks
= !cancel_delayed_work_sync(&adev->vcn.idle_work);
local in function:amdgpu_vcn_ring_begin_use
329
if (
set_clocks
) {
amdgpu_vce.c
373
bool
set_clocks
;
local in function:amdgpu_vce_ring_begin_use
379
set_clocks
= !cancel_delayed_work_sync(&adev->vce.idle_work);
380
if (
set_clocks
) {
amdgpu_vcn_v1_0.c
1819
bool
set_clocks
= !cancel_delayed_work_sync(&adev->vcn.idle_work);
local in function:vcn_v1_0_ring_begin_use
1821
if (
set_clocks
) {
amdgpu_uvd.c
1231
bool
set_clocks
;
local in function:amdgpu_uvd_ring_begin_use
1236
set_clocks
= !cancel_delayed_work_sync(&adev->uvd.idle_work);
1237
if (
set_clocks
) {
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_vce.c
347
bool
set_clocks
= !cancel_delayed_work_sync(&rdev->vce.idle_work);
local in function:radeon_vce_note_usage
348
set_clocks
&= schedule_delayed_work(&rdev->vce.idle_work,
356
if (
set_clocks
|| streams_changed) {
radeon_uvd.c
899
bool
set_clocks
= !cancel_delayed_work_sync(&rdev->uvd.idle_work);
local in function:radeon_uvd_note_usage
900
set_clocks
&= schedule_delayed_work(&rdev->uvd.idle_work,
915
if (
set_clocks
|| streams_changed) {
Completed in 39 milliseconds
Indexes created Wed Sep 24 02:09:48 GMT 2025