Hello, As suggested, patch v1 is split into multiple patches. Please take a look at the latest patch series and let us know your thoughts.
Thanks, Pratap ---- Changes v1 -> v2: * Split into multiple patches as per the review feedback. * First-patch: Moves isp firmware load from generic amdgpu_isp driver into isp version specific isp_v4_1_x driver modules. * Second-patch: Declares isp firmware file isp_4_1_1.bin required by isp4.1.1 device present on HP ZBook Ultra G1. --- Pratap Nirujogi (2): drm/amd/amdgpu: Move isp firmware load into isp_v4_1_x modules drm/amd/amdgpu: Declare isp firmware binary file drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c | 22 +++++++++------------- drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h | 2 ++ drivers/gpu/drm/amd/amdgpu/isp_v4_1_0.c | 12 +++++++++++- drivers/gpu/drm/amd/amdgpu/isp_v4_1_0.h | 2 +- drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c | 14 +++++++++++++- drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.h | 2 +- 6 files changed, 37 insertions(+), 17 deletions(-) -- 2.43.0