]> Git Repo - linux.git/commit
drm/amd/amdgpu: Add support for isp buffers
authorPratap Nirujogi <[email protected]>
Tue, 19 Nov 2024 23:03:15 +0000 (18:03 -0500)
committerAlex Deucher <[email protected]>
Tue, 10 Dec 2024 15:26:45 +0000 (10:26 -0500)
commitebbe34edc0a90be85b620b85eb97f8ff3356e38c
tree866333cc3a295d69bbc51ba5a8e9cac49b9eab01
parent150f6c903069e3c20fc0227510d532b80ea3e56a
drm/amd/amdgpu: Add support for isp buffers

Add support to create user BOs with MC address for isp using the dma-buf handle
exported for the buffers allocated from system memory in isp driver.

Export amdgpu_bo_create_kernel() and amdgpu_bo_free_kernel() as well for isp to
allocate GTT internal buffers required for fw to run.

Signed-off-by: Pratap Nirujogi <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
This page took 0.049667 seconds and 4 git commands to generate.