Home
last modified time | relevance | path

Searched refs:PVR_FEATURE_VALUE (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_hwrt.c101 err = PVR_FEATURE_VALUE(pvr_dev, isp_samples_per_pixel, &samples_per_pixel); in get_cr_isp_mtile_size_val()
183 err = PVR_FEATURE_VALUE(pvr_dev, isp_samples_per_pixel, &samples_per_pixel); in get_cr_te_aa_val()
238 err = PVR_FEATURE_VALUE(pvr_dev, tile_size_x, &info.tile_size_x); in hwrt_init_common_fw_structure()
242 err = PVR_FEATURE_VALUE(pvr_dev, tile_size_y, &info.tile_size_y); in hwrt_init_common_fw_structure()
252 err = PVR_FEATURE_VALUE(pvr_dev, simple_parameter_format_version, in hwrt_init_common_fw_structure()
H A Dpvr_device.c299 PVR_FEATURE_VALUE(pvr_dev, ecc_rams, &num_ecc_rams); in pvr_device_safety_irq_init()
482 * * Any error returned by PVR_FEATURE_VALUE(), or
493 err = PVR_FEATURE_VALUE(pvr_dev, phys_bus_width, &phys_bus_width); in pvr_set_dma_info()
768 PVR_FEATURE_VALUE(pvr_dev, cdm_control_stream_format, &cdm_control_stream_format); in pvr_device_has_feature()
776 PVR_FEATURE_VALUE(pvr_dev, fbcdc_algorithm, &fbcdc_algorithm); in pvr_device_has_feature()
H A Dpvr_drv.c238 PVR_FEATURE_VALUE(pvr_dev, tile_size_x, &tile_size_x); in rogue_get_common_store_partition_space_size()
239 PVR_FEATURE_VALUE(pvr_dev, tile_size_y, &tile_size_y); in rogue_get_common_store_partition_space_size()
240 PVR_FEATURE_VALUE(pvr_dev, max_partitions, &max_partitions); in rogue_get_common_store_partition_space_size()
245 PVR_FEATURE_VALUE(pvr_dev, usc_min_output_registers_per_pix, in rogue_get_common_store_partition_space_size()
261 PVR_FEATURE_VALUE(pvr_dev, common_store_size_in_dwords, &common_store_size_in_dwords); in rogue_get_common_store_alloc_region_size()
280 PVR_FEATURE_VALUE(pvr_dev, num_clusters, &num_clusters); in rogue_get_num_phantoms()
295 PVR_FEATURE_VALUE(pvr_dev, isp_max_tiles_in_flight, &tiles_in_flight); in rogue_get_max_coeffs()
H A Dpvr_device.h79 * or PVR_FEATURE_VALUE() macros.
394 * PVR_FEATURE_VALUE() - Gets a PowerVR device feature value
409 #define PVR_FEATURE_VALUE(pvr_dev, feature, value_out) \ macro
650 PVR_FEATURE_VALUE(pvr_dev, slc_cache_line_size_bits, in pvr_round_up_to_cacheline_size()
H A Dpvr_queue.c33 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()
H A Dpvr_vm_mips.c43 if (PVR_FEATURE_VALUE(pvr_dev, phys_bus_width, &phys_bus_width)) in pvr_vm_mips_init()
H A Dpvr_fw_startstop.c80 err = PVR_FEATURE_VALUE(pvr_dev, slc_cache_line_size_bits, &slc_cache_line_size_bits); in rogue_slc_init()
H A Dpvr_fw.c418 WARN_ON(PVR_FEATURE_VALUE(pvr_dev, slc_size_in_kilobytes, &slc_size_in_kilobytes)); in fw_sysdata_init()
438 WARN_ON(PVR_FEATURE_VALUE(pvr_dev, num_clusters, in fw_runtime_cfg_init()
H A Dpvr_vm.c548 err = PVR_FEATURE_VALUE(pvr_dev, virtual_address_space_bits, in pvr_vm_create_context()