OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_debug
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_utils.c
47
bool
is_debug
= level[1] == KERN_DEBUG[1];
51
if (
is_debug
&& !drm_debug_enabled(DRM_UT_DRIVER))
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_packet_manager.c
174
kq->queue->queue, qpd->
is_debug
);
179
qpd->
is_debug
);
193
q->queue, qpd->
is_debug
);
198
qpd->
is_debug
);
kfd_packet_manager_v9.c
46
packet->bitfields2.diq_enable = (qpd->
is_debug
) ? 1 : 0;
54
packet->bitfields14.num_queues = (qpd->
is_debug
) ? 0 : qpd->queue_count;
kfd_packet_manager_vi.c
57
packet->bitfields2.diq_enable = (qpd->
is_debug
) ? 1 : 0;
64
packet->bitfields10.num_queues = (qpd->
is_debug
) ? 0 : qpd->queue_count;
kfd_device_queue_manager.c
673
qpd->
is_debug
?
1167
qpd->
is_debug
= true;
1181
qpd->
is_debug
= false;
1420
if (qpd->
is_debug
) {
1657
qpd->
is_debug
= false;
kfd_priv.h
553
bool
is_debug
;
member in struct:qcm_process_device
kfd_process_queue_manager.c
223
* If we are just about to create DIQ, the
is_debug
flag is not set yet
226
if ((pdd->qpd.
is_debug
) || (type == KFD_QUEUE_TYPE_DIQ))
Completed in 18 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025