[PATCH] fbdev/g364fb: Fix a compilation issue

2023-01-05 Thread xurui
drivers/video/fbdev/g364fb.c:202:4: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] Signed-off-by: xurui --- drivers/video/fbdev/g364fb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/video/fbdev/g364fb.c b/drivers/video/fbdev

[PATCH] fbdev/g364fb: Fix a compilation issue

2023-01-05 Thread xurui
drivers/video/fbdev/g364fb.c:202:4: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] Signed-off-by: xurui --- drivers/video/fbdev/g364fb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/video/fbdev/g364fb.c b/drivers/video/fbdev

[PATCH v2] drm/amdgpu: Retry DDC probing on DVI on failure if we got an HPD interrupt

2022-12-25 Thread xurui
for a second when we run into an HPD signal with a failing DDC probe usually gives enough time for the rest of the connector's pins to make contact, and fixes this issue. Signed-off-by: xurui Reported-by: kernel test robot --- V1 -> V2: Fixed a compilation error drivers/gpu/drm/am

[PATCH] drm/amdgpu: Retry DDC probing on DVI on failure if we got an HPD interrupt

2022-12-07 Thread xurui
for a second when we run into an HPD signal with a failing DDC probe usually gives enough time for the rest of the connector's pins to make contact, and fixes this issue. Signed-off-by: xurui --- .../gpu/drm/amd/amdgpu/amdgpu_connectors.c| 22 ++- drivers/gpu/drm/amd/a