Re: [PATCH] drm/edid: improve non-desktop quirk logging

2022-01-24 Thread Jani Nikula
On Sun, 23 Jan 2022, Philipp Zabel wrote: > On Tue, Dec 28, 2021 at 11:10 AM Jani Nikula wrote: >> >> Improve non-desktop quirk logging if the EDID indicates non-desktop. If >> both are set, note about redundant quirk. If there's no quirk but the >> EDID indicates non-desktop, don't log non-deskt

Re: [PATCH] drm/edid: improve non-desktop quirk logging

2022-01-23 Thread Philipp Zabel
On Tue, Dec 28, 2021 at 11:10 AM Jani Nikula wrote: > > Improve non-desktop quirk logging if the EDID indicates non-desktop. If > both are set, note about redundant quirk. If there's no quirk but the > EDID indicates non-desktop, don't log non-desktop is set to 0. > > Cc: Philipp Zabel > Signed-o

[PATCH] drm/edid: improve non-desktop quirk logging

2021-12-28 Thread Jani Nikula
Improve non-desktop quirk logging if the EDID indicates non-desktop. If both are set, note about redundant quirk. If there's no quirk but the EDID indicates non-desktop, don't log non-desktop is set to 0. Cc: Philipp Zabel Signed-off-by: Jani Nikula --- drivers/gpu/drm/drm_edid.c | 17 +