Lines Matching defs:filp
184 * radeon_set_filp_rights - Set filp right.
191 * Sets the filp rights for the device (all asics).
222 * @filp: drm filp
229 static int radeon_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
313 * If the input value is 1, filp requests hyper-z access.
314 * If the input value is 0, filp revokes its hyper-z access.
316 * When returning, the value is 1 if filp owns hyper-z access,
326 radeon_set_filp_rights(dev, &rdev->hyperz_filp, filp, value);
338 radeon_set_filp_rights(dev, &rdev->cmask_filp, filp, value);