[PATCH] nouveau: fix acpi edid retrieval

2012-11-08 Thread Maarten Lankhorst
Op 08-11-12 21:53, Paul Menzel schreef: > Dear Maarten, > > > thanks for the patch. > > > Am Donnerstag, den 08.11.2012, 17:19 +0100 schrieb Maarten Lankhorst: >> Commit c0077061e7ea > Please paste the commit summary for people not having a Git tree at > hand. The summary will go in the commit log

[PATCH] nouveau: fix acpi edid retrieval

2012-11-08 Thread Paul Menzel
Dear Maarten, thanks for the patch. Am Donnerstag, den 08.11.2012, 17:19 +0100 schrieb Maarten Lankhorst: > Commit c0077061e7ea Please paste the commit summary for people not having a Git tree at hand. > accidentally inverted the logic for nouveau_acpi_edid, causing it to > only show a connec

[PATCH] nouveau: fix acpi edid retrieval

2012-11-08 Thread Maarten Lankhorst
Commit c0077061e7ea accidentally inverted the logic for nouveau_acpi_edid, causing it to only show a connector as connected when the edid could not be retrieved with acpi. Signed-off-by: Maarten Lankhorst --- diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.c b/drivers/gpu/drm/nouveau/no

Re: [PATCH] nouveau: fix acpi edid retrieval

2012-11-08 Thread Maarten Lankhorst
Op 08-11-12 21:53, Paul Menzel schreef: > Dear Maarten, > > > thanks for the patch. > > > Am Donnerstag, den 08.11.2012, 17:19 +0100 schrieb Maarten Lankhorst: >> Commit c0077061e7ea > Please paste the commit summary for people not having a Git tree at > hand. The summary will go in the commit log

Re: [PATCH] nouveau: fix acpi edid retrieval

2012-11-08 Thread Paul Menzel
Dear Maarten, thanks for the patch. Am Donnerstag, den 08.11.2012, 17:19 +0100 schrieb Maarten Lankhorst: > Commit c0077061e7ea Please paste the commit summary for people not having a Git tree at hand. > accidentally inverted the logic for nouveau_acpi_edid, causing it to > only show a connec

[PATCH] nouveau: fix acpi edid retrieval

2012-11-08 Thread Maarten Lankhorst
Commit c0077061e7ea accidentally inverted the logic for nouveau_acpi_edid, causing it to only show a connector as connected when the edid could not be retrieved with acpi. Signed-off-by: Maarten Lankhorst --- diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.c b/drivers/gpu/drm/nouveau/no