Searched refs:PVR_FEATURE_VALUE (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/imagination/ |
D | pvr_hwrt.c | 104 err = PVR_FEATURE_VALUE(pvr_dev, isp_samples_per_pixel, &samples_per_pixel); in get_cr_isp_mtile_size_val() 186 err = PVR_FEATURE_VALUE(pvr_dev, isp_samples_per_pixel, &samples_per_pixel); in get_cr_te_aa_val() 241 err = PVR_FEATURE_VALUE(pvr_dev, tile_size_x, &info.tile_size_x); in hwrt_init_common_fw_structure() 245 err = PVR_FEATURE_VALUE(pvr_dev, tile_size_y, &info.tile_size_y); in hwrt_init_common_fw_structure() 255 err = PVR_FEATURE_VALUE(pvr_dev, simple_parameter_format_version, in hwrt_init_common_fw_structure()
|
D | pvr_drv.c | 237 PVR_FEATURE_VALUE(pvr_dev, tile_size_x, &tile_size_x); in rogue_get_common_store_partition_space_size() 238 PVR_FEATURE_VALUE(pvr_dev, tile_size_y, &tile_size_y); in rogue_get_common_store_partition_space_size() 239 PVR_FEATURE_VALUE(pvr_dev, max_partitions, &max_partitions); in rogue_get_common_store_partition_space_size() 244 PVR_FEATURE_VALUE(pvr_dev, usc_min_output_registers_per_pix, in rogue_get_common_store_partition_space_size() 260 PVR_FEATURE_VALUE(pvr_dev, common_store_size_in_dwords, &common_store_size_in_dwords); in rogue_get_common_store_alloc_region_size() 279 PVR_FEATURE_VALUE(pvr_dev, num_clusters, &num_clusters); in rogue_get_num_phantoms() 294 PVR_FEATURE_VALUE(pvr_dev, isp_max_tiles_in_flight, &tiles_in_flight); in rogue_get_max_coeffs()
|
D | pvr_device.c | 371 err = PVR_FEATURE_VALUE(pvr_dev, phys_bus_width, &phys_bus_width); in pvr_set_dma_info() 641 PVR_FEATURE_VALUE(pvr_dev, cdm_control_stream_format, &cdm_control_stream_format); in pvr_device_has_feature() 649 PVR_FEATURE_VALUE(pvr_dev, fbcdc_algorithm, &fbcdc_algorithm); in pvr_device_has_feature()
|
D | pvr_device.h | 389 #define PVR_FEATURE_VALUE(pvr_dev, feature, value_out) \ macro 630 PVR_FEATURE_VALUE(pvr_dev, slc_cache_line_size_bits, in pvr_round_up_to_cacheline_size()
|
D | pvr_queue.c | 33 err = PVR_FEATURE_VALUE(pvr_dev, num_isp_ipp_pipes, &num_isp_store_registers); in get_xfer_ctx_state_size() 49 err = PVR_FEATURE_VALUE(pvr_dev, num_raster_pipes, &num_isp_store_registers); in get_frag_ctx_state_size() 56 err = PVR_FEATURE_VALUE(pvr_dev, xpu_max_slaves, &xpu_max_slaves); in get_frag_ctx_state_size() 63 err = PVR_FEATURE_VALUE(pvr_dev, num_isp_ipp_pipes, &num_isp_store_registers); in get_frag_ctx_state_size()
|
D | pvr_fw_startstop.c | 72 err = PVR_FEATURE_VALUE(pvr_dev, slc_cache_line_size_bits, &slc_cache_line_size_bits); in rogue_slc_init()
|
D | pvr_vm_mips.c | 43 if (PVR_FEATURE_VALUE(pvr_dev, phys_bus_width, &phys_bus_width)) in pvr_vm_mips_init()
|
D | pvr_fw_mips.c | 159 int err = PVR_FEATURE_VALUE(pvr_dev, phys_bus_width, &phys_bus_width); in pvr_mips_wrapper_init()
|
D | pvr_fw_meta.c | 269 err = PVR_FEATURE_VALUE(pvr_dev, meta_coremem_size, &coremem_size); in process_ldr_command_stream()
|
D | pvr_fw.c | 422 WARN_ON(PVR_FEATURE_VALUE(pvr_dev, slc_size_in_kilobytes, &slc_size_in_kilobytes)); in fw_sysdata_init() 442 WARN_ON(PVR_FEATURE_VALUE(pvr_dev, num_clusters, in fw_runtime_cfg_init()
|
D | pvr_vm.c | 546 err = PVR_FEATURE_VALUE(pvr_dev, virtual_address_space_bits, in pvr_vm_create_context()
|