drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()
authorLyude Paul <lyude@redhat.com>
Tue, 29 Sep 2020 22:31:31 +0000 (18:31 -0400)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 29 Oct 2020 23:34:13 +0000 (09:34 +1000)
commit2d831155cf0607566e43d8465da33774b2dc7221
tree9b591dc02286192366c6f66cd02d5de82a177054
parentdcd292c172493067a72672b245a3dd1bcf7268dd
drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()

Ville also pointed out that I got a lot of the logic here wrong as well, whoops.
While I don't think anyone's likely using 3D output with nouveau, the next patch
will make nouveau_conn_mode_valid() make a lot less sense. So, let's just get
rid of it and open-code it like before, while taking care to move the 3D frame
packing calculations on the dot clock into the right place.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Fixes: d6a9efece724 ("drm/nouveau/kms/nv50-: Share DP SST mode_valid() handling with MST")
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: <stable@vger.kernel.org> # v5.8+
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_connector.c
drivers/gpu/drm/nouveau/nouveau_dp.c