Symbol: PVR_FEATURE_VALUE
drivers/gpu/drm/imagination/pvr_device.c
269
PVR_FEATURE_VALUE(pvr_dev, ecc_rams, &num_ecc_rams);
drivers/gpu/drm/imagination/pvr_device.c
634
err = PVR_FEATURE_VALUE(pvr_dev, phys_bus_width, &phys_bus_width);
drivers/gpu/drm/imagination/pvr_device.c
905
PVR_FEATURE_VALUE(pvr_dev, cdm_control_stream_format, &cdm_control_stream_format);
drivers/gpu/drm/imagination/pvr_device.c
913
PVR_FEATURE_VALUE(pvr_dev, fbcdc_algorithm, &fbcdc_algorithm);
drivers/gpu/drm/imagination/pvr_device.h
673
PVR_FEATURE_VALUE(pvr_dev, slc_cache_line_size_bits,
drivers/gpu/drm/imagination/pvr_drv.c
238
PVR_FEATURE_VALUE(pvr_dev, tile_size_x, &tile_size_x);
drivers/gpu/drm/imagination/pvr_drv.c
239
PVR_FEATURE_VALUE(pvr_dev, tile_size_y, &tile_size_y);
drivers/gpu/drm/imagination/pvr_drv.c
240
PVR_FEATURE_VALUE(pvr_dev, max_partitions, &max_partitions);
drivers/gpu/drm/imagination/pvr_drv.c
245
PVR_FEATURE_VALUE(pvr_dev, usc_min_output_registers_per_pix,
drivers/gpu/drm/imagination/pvr_drv.c
261
PVR_FEATURE_VALUE(pvr_dev, common_store_size_in_dwords, &common_store_size_in_dwords);
drivers/gpu/drm/imagination/pvr_drv.c
280
PVR_FEATURE_VALUE(pvr_dev, num_clusters, &num_clusters);
drivers/gpu/drm/imagination/pvr_drv.c
295
PVR_FEATURE_VALUE(pvr_dev, isp_max_tiles_in_flight, &tiles_in_flight);
drivers/gpu/drm/imagination/pvr_fw.c
419
WARN_ON(PVR_FEATURE_VALUE(pvr_dev, slc_size_in_kilobytes, &slc_size_in_kilobytes));
drivers/gpu/drm/imagination/pvr_fw.c
439
WARN_ON(PVR_FEATURE_VALUE(pvr_dev, num_clusters,
drivers/gpu/drm/imagination/pvr_fw_meta.c
271
err = PVR_FEATURE_VALUE(pvr_dev, meta_coremem_size, &coremem_size);
drivers/gpu/drm/imagination/pvr_fw_mips.c
103
int err = PVR_FEATURE_VALUE(pvr_dev, phys_bus_width, &phys_bus_width);
drivers/gpu/drm/imagination/pvr_fw_startstop.c
80
err = PVR_FEATURE_VALUE(pvr_dev, slc_cache_line_size_bits, &slc_cache_line_size_bits);
drivers/gpu/drm/imagination/pvr_hwrt.c
101
err = PVR_FEATURE_VALUE(pvr_dev, isp_samples_per_pixel, &samples_per_pixel);
drivers/gpu/drm/imagination/pvr_hwrt.c
183
err = PVR_FEATURE_VALUE(pvr_dev, isp_samples_per_pixel, &samples_per_pixel);
drivers/gpu/drm/imagination/pvr_hwrt.c
238
err = PVR_FEATURE_VALUE(pvr_dev, tile_size_x, &info.tile_size_x);
drivers/gpu/drm/imagination/pvr_hwrt.c
242
err = PVR_FEATURE_VALUE(pvr_dev, tile_size_y, &info.tile_size_y);
drivers/gpu/drm/imagination/pvr_hwrt.c
252
err = PVR_FEATURE_VALUE(pvr_dev, simple_parameter_format_version,
drivers/gpu/drm/imagination/pvr_queue.c
33
err = PVR_FEATURE_VALUE(pvr_dev, num_isp_ipp_pipes, &num_isp_store_registers);
drivers/gpu/drm/imagination/pvr_queue.c
49
err = PVR_FEATURE_VALUE(pvr_dev, num_raster_pipes, &num_isp_store_registers);
drivers/gpu/drm/imagination/pvr_queue.c
56
err = PVR_FEATURE_VALUE(pvr_dev, xpu_max_slaves, &xpu_max_slaves);
drivers/gpu/drm/imagination/pvr_queue.c
63
err = PVR_FEATURE_VALUE(pvr_dev, num_isp_ipp_pipes, &num_isp_store_registers);
drivers/gpu/drm/imagination/pvr_vm.c
554
err = PVR_FEATURE_VALUE(pvr_dev, virtual_address_space_bits,
drivers/gpu/drm/imagination/pvr_vm_mips.c
43
if (PVR_FEATURE_VALUE(pvr_dev, phys_bus_width, &phys_bus_width))