Searched refs:PVR_UOBJ_DECL (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_drv.h | 34 #define PVR_UOBJ_DECL(_typename, _last_mandatory_field) \ macro 62 PVR_UOBJ_DECL(struct drm_pvr_job, hwrt) \ 63 PVR_UOBJ_DECL(struct drm_pvr_sync_op, value) \ 64 PVR_UOBJ_DECL(struct drm_pvr_dev_query_gpu_info, num_phantoms) \ 65 PVR_UOBJ_DECL(struct drm_pvr_dev_query_runtime_info, cdm_max_local_mem_size_regs) \ 66 PVR_UOBJ_DECL(struct drm_pvr_dev_query_quirks, _padding_c) \ 67 PVR_UOBJ_DECL(struct drm_pvr_dev_query_enhancements, _padding_c) \ 68 PVR_UOBJ_DECL(struct drm_pvr_heap, page_size_log2) \ 69 PVR_UOBJ_DECL(struct drm_pvr_dev_query_heap_info, heaps) \ 70 PVR_UOBJ_DECL(struct drm_pvr_static_data_area, offset) \ [all …]
|