Re: [PATCH] drm/xe/hdcp: Add check to remove hdcp2 compatibilty

2024-10-22 Thread kernel test robot
mpatibilty/20241022-135748 base: git://anongit.freedesktop.org/drm-intel for-linux-next patch link: https://lore.kernel.org/r/20241022055655.1902-1-suraj.kandpal%40intel.com patch subject: [PATCH] drm/xe/hdcp: Add check to remove hdcp2 compatibilty config: i386-allmodconfig (https://download.0

Re: [PATCH] drm/xe/hdcp: Add check to remove hdcp2 compatibilty

2024-10-22 Thread Nilawar, Badal
ct: [PATCH] drm/xe/hdcp: Add check to remove hdcp2 compatibilty Add check to remove HDCP2 compatibility from BMG as it does not have GSC which ends up causing warning when we try to get reference of GSC FW. Signed-off-by: Suraj Kandpal Could you please add fixes tag in commit message. Fixes: 89

RE: [PATCH] drm/xe/hdcp: Add check to remove hdcp2 compatibilty

2024-10-22 Thread Jani Nikula
On Tue, 22 Oct 2024, "Nilawar, Badal" wrote: > -Original Message- > From: Intel-gfx On Behalf Of Suraj > Kandpal > Sent: 22 October 2024 11:27 > To: intel...@lists.freedesktop.org; intel-gfx@lists.freedesktop.org > Cc: Kandpal, Suraj > Subject: [PATCH] d

RE: [PATCH] drm/xe/hdcp: Add check to remove hdcp2 compatibilty

2024-10-21 Thread Nilawar, Badal
-Original Message- From: Intel-gfx On Behalf Of Suraj Kandpal Sent: 22 October 2024 11:27 To: intel...@lists.freedesktop.org; intel-gfx@lists.freedesktop.org Cc: Kandpal, Suraj Subject: [PATCH] drm/xe/hdcp: Add check to remove hdcp2 compatibilty Add check to remove HDCP2

[PATCH] drm/xe/hdcp: Add check to remove hdcp2 compatibilty

2024-10-21 Thread Suraj Kandpal
Add check to remove HDCP2 compatibility from BMG as it does not have GSC which ends up causing warning when we try to get reference of GSC FW. Signed-off-by: Suraj Kandpal --- drivers/gpu/drm/i915/display/intel_hdcp_gsc.c | 3 ++- drivers/gpu/drm/xe/display/xe_hdcp_gsc.c | 3 ++- 2 files ch

Re: [PATCH] drm/xe/hdcp: Add check to remove hdcp2 compatibilty

2024-10-21 Thread Ghimiray, Himal Prasad
On 22-10-2024 11:26, Suraj Kandpal wrote: Add check to remove HDCP2 compatibility from BMG as it does not have GSC which ends up causing warning when we try to get reference of GSC FW. Add fixes. Signed-off-by: Suraj Kandpal --- drivers/gpu/drm/i915/display/intel_hdcp_gsc.c | 3 ++- d

Re: [PATCH] drm/xe/hdcp: Add check to remove hdcp2 compatibilty

2024-10-21 Thread Nautiyal, Ankit K
On 10/22/2024 11:26 AM, Suraj Kandpal wrote: Add check to remove HDCP2 compatibility from BMG as it does not have GSC which ends up causing warning when we try to get reference of GSC FW. Signed-off-by: Suraj Kandpal Reviewed-by: Ankit Nautiyal --- drivers/gpu/drm/i915/display/intel_h