if(nvdec->config->supports_sid&&tegra_dev_iommu_get_stream_id(nvdec->dev,&stream_id)) { u32value; value=TRANSCFG_ATT(1,TRANSCFG_SID_FALCON) |TRANSCFG_ATT(0,TRANSCFG_SID_HW); nvdec_writel(nvdec,value,NVDEC_TFBIF_TRANSCFG);
drm/etnaviv: convert get_user_pages() --> pin_user_pages() Browse files This code was using get_user_pages*(), in a "Case 2" scenario (DMA/RDMA), using the categorization from [1]. That means that it's time to convert the get_user_pages*() + put_page() calls to pin_user...