Lines Matching refs:pvr_dev
45 struct pvr_device *pvr_dev = pvr_file->pvr_dev; in hwrt_init_kernel_structure() local
48 hwrt->pvr_dev = pvr_dev; in hwrt_init_kernel_structure()
61 pvr_get_free_list_min_pages(pvr_dev)) { in hwrt_init_kernel_structure()
93 get_cr_isp_mtile_size_val(struct pvr_device *pvr_dev, u32 samples, in get_cr_isp_mtile_size_val() argument
101 err = PVR_FEATURE_VALUE(pvr_dev, isp_samples_per_pixel, &samples_per_pixel); in get_cr_isp_mtile_size_val()
177 get_cr_te_aa_val(struct pvr_device *pvr_dev, u32 samples, u32 *value_out) in get_cr_te_aa_val() argument
183 err = PVR_FEATURE_VALUE(pvr_dev, isp_samples_per_pixel, &samples_per_pixel); in get_cr_te_aa_val()
234 struct pvr_device *pvr_dev = pvr_file->pvr_dev; in hwrt_init_common_fw_structure() local
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()
249 if (PVR_HAS_FEATURE(pvr_dev, simple_parameter_format_version)) { in hwrt_init_common_fw_structure()
252 err = PVR_FEATURE_VALUE(pvr_dev, simple_parameter_format_version, in hwrt_init_common_fw_structure()
304 err = get_cr_te_aa_val(pvr_dev, args->samples, &hwrt->common.teaa); in hwrt_init_common_fw_structure()
328 err = get_cr_isp_mtile_size_val(pvr_dev, args->samples, &info, in hwrt_init_common_fw_structure()
338 err = pvr_fw_object_create(pvr_dev, sizeof(struct rogue_fwif_hwrtdata_common), in hwrt_init_common_fw_structure()
361 struct pvr_device *pvr_dev = pvr_file->pvr_dev; in hwrt_data_init_fw_structure() local
390 err = pvr_fw_object_create(pvr_dev, args->layers * SRTC_ENTRY_SIZE, in hwrt_data_init_fw_structure()
398 err = pvr_fw_object_create(pvr_dev, args->layers * RAA_ENTRY_SIZE, in hwrt_data_init_fw_structure()
407 err = pvr_fw_object_create(pvr_dev, sizeof(struct rogue_fwif_hwrtdata), in hwrt_data_init_fw_structure()
506 WARN_ON(pvr_fw_structure_cleanup(hwrt->pvr_dev, ROGUE_FWIF_CLEANUP_HWRTDATA, in pvr_hwrt_dataset_release()