== Series Details ==
Series: Some fixes in HDMI2.1 PCON FRL configuration (rev2)
URL : https://patchwork.freedesktop.org/series/96411/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_10853 -> Patchwork_21531
Summary
---
> -Original Message-
> From: Nautiyal, Ankit K
> Sent: Monday, November 8, 2021 11:54 AM
> To: intel-gfx@lists.freedesktop.org
> Cc: Shankar, Uma ; Sharma, Swati2
>
> Subject: [PATCH v2 2/2] drm/i915/dp: For PCON TMDS mode set only the relavant
> bits in config DPCD
>
> Currently we r
Currently we reset the whole PCON linkConfig DPCD to set the TMDS mode.
This also resets the Source control bit and HDMI link enable bit and
goes to autonomous mode of operation, which is seen to spoil the PCONs
internal state.
This patch avoids resetting the PCON link config register and sets onl
Hi Nirmoy,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on tegra/for-next drm-tip/drm-tip linus/master v5.15
next-20211108]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting
On 11/3/2021 4:54 PM, Shankar, Uma wrote:
-Original Message-
From: Nautiyal, Ankit K
Sent: Friday, October 29, 2021 11:32 AM
To: intel-gfx@lists.freedesktop.org
Cc: Sharma, Swati2 ; Shankar, Uma
Subject: [PATCH 2/2] drm/i915/dp: For PCON TMDS mode set only the relavant bits
in confi
Hi all,
Today's linux-next merge of the drm-misc tree got a conflict in:
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
between commit:
9ae807f0ec6a ("drm/amdgpu: clean up inconsistent indenting")
from the origin tree and commit:
0d979509539e ("drm/ttm: remove ttm_bo_vm_insert_huge()")
from t