Home
last modified time | relevance | path

Searched defs:drm_master (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/include/drm/
Ddrm_auth.h65 struct drm_master { struct
88 * Lease grantor, only set if this &struct drm_master represents a argument
99 struct drm_master *lessor; argument
121 * List of drm_masters leasing from this one. Protected by argument
133 * Objects leased to this drm_master. Protected by argument
154 struct drm_master *drm_master_get(struct drm_master *master); argument
/kernel/linux/linux-5.10/include/drm/
Ddrm_auth.h71 struct drm_master { struct
91 /* Tree of display resource leases, each of which is a drm_master struct argument
97 struct drm_master *lessor; argument
109 struct drm_master *drm_master_get(struct drm_master *master); argument
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
Dmtk_drm_drv.h42 bool drm_master; member