Lines Matching refs:dev_info
213 const struct pvr_device_info *dev_info = &device->pdevice->dev_info;
214 const uint32_t cache_line_size = rogue_get_slc_cache_line_size(dev_info);
298 #define PVR_SPM_LOAD_IN_BUFFERS_COUNT(dev_info) \
301 if (PVR_HAS_FEATURE(dev_info, eight_output_registers)) \
500 PVR_SPM_LOAD_IN_BUFFERS_COUNT(&device->pdevice->dev_info);
582 const struct pvr_device_info *dev_info = &device->pdevice->dev_info;
590 pGranularity->width = PVR_GET_FEATURE_VALUE(dev_info, tile_size_x, 16);
591 pGranularity->height = PVR_GET_FEATURE_VALUE(dev_info, tile_size_y, 16);