Searched refs:drm_mode_object_lease_required (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/drm/
H A Ddrm_mode_object.h141 bool drm_mode_object_lease_required(uint32_t type);
/linux-master/drivers/gpu/drm/
H A Ddrm_mode_object.c118 * drm_mode_object_lease_required - check types which must be leased to be used
124 bool drm_mode_object_lease_required(uint32_t type) function
149 if (obj && drm_mode_object_lease_required(obj->type) &&
H A Ddrm_lease.c405 if (!drm_mode_object_lease_required(objects[o]->type)) {

Completed in 292 milliseconds