Home
last modified time | relevance | path

Searched defs:drm_device (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_device.h53 struct drm_device { struct
73 * Managed resources linked to the lifetime of this &drm_device as argument
95 * devm_drm_dev_alloc() and embed struct &drm_device in their larger argument
98 void *dev_private;
101 struct drm_minor *primary;
104 struct drm_minor *render;
111 bool registered;
119 struct drm_master *master;
129 u32 driver_features;
137 bool unplugged;
[all …]
/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_drm.c50 RK_S32 drm_device; member
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-gbm.c675 get_render_node_path_for_device(const drmDevicePtr drm_device, in get_render_node_path_for_device()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1327 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()