Re: [PATCH V11 31/47] drm/colorop: add BT2020/BT709 OETF and Inverse OETF

2025-08-15 Thread Alex Hung
On 8/15/25 20:45, Shengyu Qu wrote: Hi, Thanks for reply. I guess we need to point this out in documentation or code comment? As I can see different definition somewhere like this[1]. Best regards, Shengyu [1] https://color.org/chardata/rgb/BT2020.xalter It's the same one. You can find

Re: [PATCH V11 28/47] drm/amd/display: Add support for sRGB EOTF in BLND block

2025-08-15 Thread kernel test robot
Hi Alex, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-exynos/exynos-drm-next] [also build test WARNING on linus/master v6.17-rc1 next-20250815] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH] drm/amdgpu: Fixed an issue where audio did not turn off properly after unplugging HDMI

2025-08-15 Thread kernel test robot
Hi, kernel test robot noticed the following build errors: [auto build test ERROR on drm-exynos/exynos-drm-next] [also build test ERROR on linus/master v6.17-rc1 next-20250815] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use

Re: [RFC PATCH 1/8] drm: writeback: Refactor drm_writeback_connector structure

2025-08-15 Thread Dmitry Baryshkov
On Thu, Aug 14, 2025 at 05:13:54PM +0100, liviu.du...@arm.com wrote: > Hi, > > On Wed, Aug 13, 2025 at 10:04:22AM +, Kandpal, Suraj wrote: > > > > > }; > > > > > > > > I still don't like that. This really doesn't belong here. If anything, > > > > the drm_connector for writeback belongs to drm_

Re: [PATCH V11 02/47] drm/vkms: Add kunit tests for VKMS LUT handling

2025-08-15 Thread kernel test robot
Hi Alex, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-exynos/exynos-drm-next] [also build test WARNING on linus/master v6.17-rc1 next-20250815] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH V11 15/47] drm/vkms: Add kunit tests for linear and sRGB LUTs

2025-08-15 Thread kernel test robot
Hi Alex, kernel test robot noticed the following build errors: [auto build test ERROR on drm-exynos/exynos-drm-next] [also build test ERROR on linus/master v6.17-rc1 next-20250815] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to

Re: [PATCH V11 31/47] drm/colorop: add BT2020/BT709 OETF and Inverse OETF

2025-08-15 Thread Alex Hung
On 8/15/25 11:54, Qu Shengyu wrote: Hello, What actually is this OETF? Is it power 1/2.4? Or reversed BT.1886? https://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.2020-2-201510-I!!PDF-E.pdf (Table 4?) Best regards, Shengyu

Re: [PATCH V11 02/47] drm/vkms: Add kunit tests for VKMS LUT handling

2025-08-15 Thread kernel test robot
Hi Alex, kernel test robot noticed the following build errors: [auto build test ERROR on drm-exynos/exynos-drm-next] [also build test ERROR on linus/master v6.17-rc1 next-20250815] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to

Re: [RFC PATCH] drm/amdgpu: Enable async flip for cursor planes

2025-08-15 Thread Leo Li
On 2025-06-23 09:38, Christopher Snowhill wrote: > On Mon Jun 23, 2025 at 4:06 AM PDT, Christopher Snowhill wrote: >> On Mon Jun 23, 2025 at 3:46 AM PDT, Christopher Snowhill wrote: >>> On Fri Jun 20, 2025 at 3:10 AM PDT, Christopher Snowhill wrote: Here's another alternative change, which

RE: [PATCH v8 14/14] drm/amdgpu: validate userq va for GEM unmap

2025-08-15 Thread Liang, Prike
[Public] > -Original Message- > From: Koenig, Christian > Sent: Thursday, August 14, 2025 8:12 PM > To: Liang, Prike ; Alex Deucher > > Cc: amd-gfx@lists.freedesktop.org; Deucher, Alexander > > Subject: Re: [PATCH v8 14/14] drm/amdgpu: validate userq va for GEM unmap > > On 14.08.25 12:

RE: [PATCH 13/20] drm/amd/display: Add analog link detection

2025-08-15 Thread Wheeler, Daniel
[Public] Hi Timur, Sorry for the delay. It took me a bit to find my Rembrandt system. I tried booting up with your patches, and the system hard hangs after kernel load - I can't get into it via ssh. The error message doesn't seem like it would only be contained to one generation, so I wouldn't

Re: [RFC PATCH] drm/amdgpu: Enable async flip for cursor planes

2025-08-15 Thread Alex Deucher
@Wentland, Harry , @Leo (Sunpeng) Li Can you guys take a look? This patch fixes a regression. Thanks, Alex On Mon, Jun 23, 2025 at 11:33 AM Alex Deucher wrote: > > + Harry, Leo > > On Mon, Jun 23, 2025 at 9:38 AM Christopher Snowhill wrote: > > > > On Mon Jun 23, 2025 at 4:06 AM PDT, Christop

[PATCH] drm/amdgpu: Add vf critical region check for poison injection

2025-08-15 Thread Xiang Liu
Check poison injection address whether in vbios or data exchange region to aviod hitting vf critical region in SRIOV. Signed-off-by: Xiang Liu --- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 38 +++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/dr

RE: [PATCH 4/4 v3] drm/amdgpu: Correct the loss of aca bank reg info

2025-08-15 Thread Wang, Yang(Kevin)
[AMD Official Use Only - AMD Internal Distribution Only] + + bank_count = amdgpu_aca_get_bank_count(adev); + if (bank_count) { + total_bank_count += bank_count; + amdgpu_aca_clear_bank_count(adev); I seem to have misunderstoo