@@ -2594,6 +2594,7 @@ nv170_chipset = {
25942594 .fifo = { 0x00000001 , ga100_fifo_new },
25952595 .nvdec = { 0x0000001f , ga100_nvdec_new },
25962596 .nvjpg = { 0x00000001 , ga100_nvjpg_new },
2597+ .ofa = { 0x00000001 , ga100_ofa_new },
25972598};
25982599
25992600static const struct nvkm_device_chip
@@ -2624,6 +2625,7 @@ nv172_chipset = {
26242625 .gr = { 0x00000001 , ga102_gr_new },
26252626 .nvdec = { 0x00000003 , ga102_nvdec_new },
26262627 .nvenc = { 0x00000001 , ga102_nvenc_new },
2628+ .ofa = { 0x00000001 , ga102_ofa_new },
26272629 .sec2 = { 0x00000001 , ga102_sec2_new },
26282630};
26292631
@@ -2655,6 +2657,7 @@ nv173_chipset = {
26552657 .gr = { 0x00000001 , ga102_gr_new },
26562658 .nvdec = { 0x00000003 , ga102_nvdec_new },
26572659 .nvenc = { 0x00000001 , ga102_nvenc_new },
2660+ .ofa = { 0x00000001 , ga102_ofa_new },
26582661 .sec2 = { 0x00000001 , ga102_sec2_new },
26592662};
26602663
@@ -2686,6 +2689,7 @@ nv174_chipset = {
26862689 .gr = { 0x00000001 , ga102_gr_new },
26872690 .nvdec = { 0x00000003 , ga102_nvdec_new },
26882691 .nvenc = { 0x00000001 , ga102_nvenc_new },
2692+ .ofa = { 0x00000001 , ga102_ofa_new },
26892693 .sec2 = { 0x00000001 , ga102_sec2_new },
26902694};
26912695
@@ -2717,6 +2721,7 @@ nv176_chipset = {
27172721 .gr = { 0x00000001 , ga102_gr_new },
27182722 .nvdec = { 0x00000003 , ga102_nvdec_new },
27192723 .nvenc = { 0x00000001 , ga102_nvenc_new },
2724+ .ofa = { 0x00000001 , ga102_ofa_new },
27202725 .sec2 = { 0x00000001 , ga102_sec2_new },
27212726};
27222727
@@ -2748,6 +2753,7 @@ nv177_chipset = {
27482753 .gr = { 0x00000001 , ga102_gr_new },
27492754 .nvdec = { 0x00000003 , ga102_nvdec_new },
27502755 .nvenc = { 0x00000001 , ga102_nvenc_new },
2756+ .ofa = { 0x00000001 , ga102_ofa_new },
27512757 .sec2 = { 0x00000001 , ga102_sec2_new },
27522758};
27532759
@@ -2773,6 +2779,7 @@ nv192_chipset = {
27732779 .nvdec = { 0x0000000f , ad102_nvdec_new },
27742780 .nvenc = { 0x00000007 , ad102_nvenc_new },
27752781 .nvjpg = { 0x0000000f , ad102_nvjpg_new },
2782+ .ofa = { 0x00000001 , ad102_ofa_new },
27762783 .sec2 = { 0x00000001 , ga102_sec2_new },
27772784};
27782785
@@ -2798,6 +2805,7 @@ nv193_chipset = {
27982805 .nvdec = { 0x0000000f , ad102_nvdec_new },
27992806 .nvenc = { 0x00000007 , ad102_nvenc_new },
28002807 .nvjpg = { 0x0000000f , ad102_nvjpg_new },
2808+ .ofa = { 0x00000001 , ad102_ofa_new },
28012809 .sec2 = { 0x00000001 , ga102_sec2_new },
28022810};
28032811
@@ -2823,6 +2831,7 @@ nv194_chipset = {
28232831 .nvdec = { 0x0000000f , ad102_nvdec_new },
28242832 .nvenc = { 0x00000007 , ad102_nvenc_new },
28252833 .nvjpg = { 0x0000000f , ad102_nvjpg_new },
2834+ .ofa = { 0x00000001 , ad102_ofa_new },
28262835 .sec2 = { 0x00000001 , ga102_sec2_new },
28272836};
28282837
@@ -2848,6 +2857,7 @@ nv196_chipset = {
28482857 .nvdec = { 0x0000000f , ad102_nvdec_new },
28492858 .nvenc = { 0x00000007 , ad102_nvenc_new },
28502859 .nvjpg = { 0x0000000f , ad102_nvjpg_new },
2860+ .ofa = { 0x00000001 , ad102_ofa_new },
28512861 .sec2 = { 0x00000001 , ga102_sec2_new },
28522862};
28532863
@@ -2873,6 +2883,7 @@ nv197_chipset = {
28732883 .nvdec = { 0x0000000f , ad102_nvdec_new },
28742884 .nvenc = { 0x00000007 , ad102_nvenc_new },
28752885 .nvjpg = { 0x0000000f , ad102_nvjpg_new },
2886+ .ofa = { 0x00000001 , ad102_ofa_new },
28762887 .sec2 = { 0x00000001 , ga102_sec2_new },
28772888};
28782889
0 commit comments