1. NAME

drm_mode_object_find - look up a drm object with static lifetime

2. SYNOPSIS

struct drm_mode_object * drm_mode_object_find(struct drm_device *  dev , uint32_t  id , uint32_t  type );

3. ARGUMENTS

dev
    drm device

id
    id of the mode object

type
    type of the mode object

4. DESCRIPTION

Note that framebuffers cannot be looked up with this functions - since those are reference counted, they need special treatment.

5. AUTHORS

Jesse Barnes <>
Intel Corporation,
    Initial version

Laurent Pinchart <>
Ideas on board SPRL,
    Driver internals

6. COPYRIGHT