Re: [PATCH] BACKPORT: drm/amdgpu/disply: set num_crtc earlier

2022-06-03 Thread Greg KH
A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I includ

RE: [PATCH] BACKPORT: drm/amdgpu/disply: set num_crtc earlier

2022-05-31 Thread Lin, Tsung-hua (Ryan)
Levin ; Mark Yacoub ; Li, Roman ; Ikshwaku Chauhan ; Simon Ser ; amd-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org; linux-ker...@vger.kernel.org Subject: Re: [PATCH] BACKPORT: drm/amdgpu/disply: set num_crtc earlier On Mon, May 30, 2022 at 05:29:02PM +0800, Ryan Lin wrote: > Fr

Re: [PATCH] BACKPORT: drm/amdgpu/disply: set num_crtc earlier

2022-05-30 Thread Greg KH
On Mon, May 30, 2022 at 05:29:02PM +0800, Ryan Lin wrote: > From: Alex Deucher > > To avoid a recently added warning: > Bogus possible_crtcs: [ENCODER:65:TMDS-65] possible_crtcs=0xf (full crtc > mask=0x7) > WARNING: CPU: 3 PID: 439 at drivers/gpu/drm/drm_mode_config.c:617 > drm_mode_config_va

[PATCH] BACKPORT: drm/amdgpu/disply: set num_crtc earlier

2022-05-30 Thread Ryan Lin
From: Alex Deucher To avoid a recently added warning: Bogus possible_crtcs: [ENCODER:65:TMDS-65] possible_crtcs=0xf (full crtc mask=0x7) WARNING: CPU: 3 PID: 439 at drivers/gpu/drm/drm_mode_config.c:617 drm_mode_config_validate+0x178/0x200 [drm] In this case the warning is harmless, but confu