.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "DRM_AGP_LOOKUP_ENTRY" "9" "09 October 2005" "" ""
.SH NAME
drm_agp_lookup_entry \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
drm_agp_mem_t * drm_agp_lookup_entry (drm_device_t * \fIdev\fB, unsigned long \fIhandle\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
-- undescribed --
.TP
\fB\fIhandle\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
\\param dev DRM device structure.
\\param handle AGP memory handle.
\\return pointer to the drm_agp_mem structure associated with \\p handle.
.SH "WALKS THROUGH DRM_AGP_HEAD"
.PP
:memory until finding a matching handle.