Displaying 3 results from an estimated 3 matches for "nv50_disp_mthd_v1_sor_hda_eld".
2015 Feb 15
2
Only stereo sound with gtx570 over hdmi (regression)
...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.version = 1,
- .base.method = NV50_DISP_MTHD_V1_SOR_HDA_ELD,
- .base.hasht = nv_encoder->dcb->hasht,
- .base.hashm = nv_encoder->dcb->hashm,
+ .base.mthd.version = 1,
+ .base.mthd.method = NV50_DISP_MTHD_V1_SOR_HDA_ELD,
+ .base.mthd.hasht = nv_encoder->dcb->hasht,...
2015 Feb 17
1
Only stereo sound with gtx570 over hdmi (regression)
...nv50_disp_mthd_v1 mthd;
> +
struct nv50_disp_sor_hda_eld_v0
eld;
> + }
base;
>
u8 data[sizeof(nv_connector->base.eld)];
> } args = {
> -
.base.version = 1,
> -
.base.method =
NV50_DISP_MTHD_V1_SOR_HDA_ELD,
> -
.base.hasht =
nv_encoder->dcb->hasht,
> -
.base.hashm =
nv_encoder->dcb->hashm,
> +
.base.mthd.version = 1,
> +
.base.mthd.method =
NV50_DISP_MTHD_V1_SOR_HDA_ELD,
> +
.base.mthd.h...
2015 Feb 16
0
Only stereo sound with gtx570 over hdmi (regression)
...struct nv50_disp_mthd_v1 mthd;
> + struct nv50_disp_sor_hda_eld_v0 eld;
> + } base;
> u8 data[sizeof(nv_connector->base.eld)];
> } args = {
> - .base.version = 1,
> - .base.method = NV50_DISP_MTHD_V1_SOR_HDA_ELD,
> - .base.hasht = nv_encoder->dcb->hasht,
> - .base.hashm = nv_encoder->dcb->hashm,
> + .base.mthd.version = 1,
> + .base.mthd.method = NV50_DISP_MTHD_V1_SOR_HDA_ELD,
> + .base.mthd.hasht = nv_e...