drm/amd/amdgpu: Add helper functions for isp buffersAccessing amdgpu internal data structures "struct amdgpu_device"and "struct amdgpu_bo" in ISP V4L2 driver to alloc/free GARTbuffers is not reco
drm/amd/amdgpu: Add helper functions for isp buffersAccessing amdgpu internal data structures "struct amdgpu_device"and "struct amdgpu_bo" in ISP V4L2 driver to alloc/free GARTbuffers is not recommended.Add new amdgpu_isp helper functions that takes opaque paramsfrom ISP V4L2 driver and calls the amdgpu internal functionsamdgpu_bo_create_isp_user() and amdgpu_bo_create_kernel() toalloc/free GART buffers.Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>Signed-off-by: Pratap Nirujogi <pratap.nirujogi@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...