OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:agpMemHandle
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_dri.c
240
&info->
agpMemHandle
)) < 0) {
247
info->agpSize*1024, info->
agpMemHandle
);
249
if (drmAgpBind(info->drmFD, info->
agpMemHandle
, info->agpOffset) < 0) {
251
drmAgpFree(info->drmFD, info->
agpMemHandle
);
1088
if (info->
agpMemHandle
!= DRM_AGP_NO_HANDLE) {
1089
drmAgpUnbind(info->drmFD, info->
agpMemHandle
);
1090
drmAgpFree(info->drmFD, info->
agpMemHandle
);
1091
info->
agpMemHandle
= DRM_AGP_NO_HANDLE;
r128.h
405
drm_handle_t
agpMemHandle
; /* Handle from drmAgpAlloc */
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri.c
944
&info->dri->
agpMemHandle
)) < 0) {
952
(unsigned int)info->dri->
agpMemHandle
);
955
info->dri->
agpMemHandle
, info->dri->gartOffset) < 0) {
957
drmAgpFree(info->dri->drmFD, info->dri->
agpMemHandle
);
1938
if (info->dri->
agpMemHandle
!= DRM_AGP_NO_HANDLE) {
1939
drmAgpUnbind(info->dri->drmFD, info->dri->
agpMemHandle
);
1940
drmAgpFree(info->dri->drmFD, info->dri->
agpMemHandle
);
1941
info->dri->
agpMemHandle
= DRM_AGP_NO_HANDLE;
radeon.h
539
drm_handle_t
agpMemHandle
; /* Handle from drmAgpAlloc */
Completed in 9 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026