search for: nv50_disp_sor_hda_eld_v0

Displaying 3 results from an estimated 3 matches for "nv50_disp_sor_hda_eld_v0".

2015 Feb 15
2
Only stereo sound with gtx570 over hdmi (regression)
...isplay.c @@ -1653,15 +1653,17 @@ struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder); struct nouveau_connector *nv_connector; struct nv50_disp *disp = nv50_disp(encoder->dev); - struct { - struct nv50_disp_mthd_v1 base; - struct nv50_disp_sor_hda_eld_v0 eld; + struct __packed { + struct { + struct nv50_disp_mthd_v1 mthd; + struct nv50_disp_sor_hda_eld_v0 eld; + } base; u8 data[sizeof(nv_connector->base.eld)]; } args = { - .base.ve...
2015 Feb 17
1
Only stereo sound with gtx570 over hdmi (regression)
...   struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder); >         struct nouveau_connector *nv_connector; >         struct nv50_disp *disp = nv50_disp(encoder->dev); > -       struct { > -               struct nv50_disp_mthd_v1 base; > -               struct nv50_disp_sor_hda_eld_v0 eld; > +       struct __packed { > +               struct { > +                       struct nv50_disp_mthd_v1 mthd; > +                       struct nv50_disp_sor_hda_eld_v0 eld; > +               } base; >                 u8 data[sizeof(nv_connector->base.eld)];...
2015 Feb 16
0
Only stereo sound with gtx570 over hdmi (regression)
...@@ > struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder); > struct nouveau_connector *nv_connector; > struct nv50_disp *disp = nv50_disp(encoder->dev); > - struct { > - struct nv50_disp_mthd_v1 base; > - struct nv50_disp_sor_hda_eld_v0 eld; > + struct __packed { > + struct { > + struct nv50_disp_mthd_v1 mthd; > + struct nv50_disp_sor_hda_eld_v0 eld; > + } base; > u8 data[sizeof(nv_connector->base.eld)]; >...