OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iload
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm/dist/shared-core/
mga_state.c
475
DRM_ERROR("*** bad
iload
DSTORG: 0x%x\n", dstorg);
480
DRM_ERROR("*** bad
iload
length: 0x%x\n",
982
drm_mga_iload_t *
iload
= data;
local
994
if (
iload
->idx < 0 ||
iload
->idx > dma->buf_count)
997
buf = dma->buflist[
iload
->idx];
999
if (mga_verify_iload(dev_priv,
iload
->dstorg,
iload
->length)) {
1006
mga_dma_dispatch_iload(dev, buf,
iload
->dstorg,
iload
->length)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/mga/
mga_state.c
457
DRM_ERROR("*** bad
iload
DSTORG: 0x%x\n", dstorg);
462
DRM_ERROR("*** bad
iload
length: 0x%x\n",
951
drm_mga_iload_t *
iload
= data;
local
963
if (
iload
->idx < 0 ||
iload
->idx > dma->buf_count)
966
buf = dma->buflist[
iload
->idx];
969
if (mga_verify_iload(dev_priv,
iload
->dstorg,
iload
->length)) {
976
mga_dma_dispatch_iload(dev, buf,
iload
->dstorg,
iload
->length)
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026