Lines Matching defs:panfrost_device
19 struct panfrost_device;
105 void (*vendor_quirk)(struct panfrost_device *pfdev);
125 struct panfrost_device {
185 struct panfrost_device *pfdev;
207 struct panfrost_device *pfdev;
216 static inline struct panfrost_device *to_panfrost_device(struct drm_device *ddev)
221 static inline int panfrost_model_cmp(struct panfrost_device *pfdev, s32 id)
230 static inline bool panfrost_model_is_bifrost(struct panfrost_device *pfdev)
235 static inline bool panfrost_model_eq(struct panfrost_device *pfdev, s32 id)
242 int panfrost_device_init(struct panfrost_device *pfdev);
243 void panfrost_device_fini(struct panfrost_device *pfdev);
244 void panfrost_device_reset(struct panfrost_device *pfdev);
325 bool panfrost_exception_needs_reset(const struct panfrost_device *pfdev,
329 panfrost_device_schedule_reset(struct panfrost_device *pfdev)