drm/nouveau/disp/nv50-: fix lookup of udisp table under certain circumstances
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nvkm / engine / disp / gf119.c
index 5dd34382f55a311f957153ece26ed5d806b5261f..605e4ea669a4333866a8c7af89b69410113944f6 100644 (file)
@@ -76,12 +76,10 @@ exec_lookup(struct nv50_disp *disp, int head, int or, u32 ctrl,
        mask |= 0x0001 << or;
        mask |= 0x0100 << head;
 
-
        list_for_each_entry(outp, &disp->base.outp, head) {
                if ((outp->info.hasht & 0xff) == type &&
                    (outp->info.hashm & mask) == mask) {
-                       *data = nvbios_outp_match(bios, outp->info.hasht,
-                                                       outp->info.hashm,
+                       *data = nvbios_outp_match(bios, outp->info.hasht, mask,
                                                  ver, hdr, cnt, len, info);
                        if (!*data)
                                return NULL;
This page took 0.035241 seconds and 5 git commands to generate.