Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_device.h50 struct drm_device { struct
63 * Managed resources linked to the lifetime of this &drm_device as argument
85 * devm_drm_dev_alloc() and embed struct &drm_device in their larger argument
117 bool registered;
143 bool unplugged;
149 char *unique;
362 struct drm_device_dma *dma; argument
374 int buf_use;
379 struct {
382 } sigdata;
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1331 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()