@@ -2622,6 +2622,7 @@ nv172_chipset = {
26222622 .fifo = { 0x00000001 , ga102_fifo_new },
26232623 .gr = { 0x00000001 , ga102_gr_new },
26242624 .nvdec = { 0x00000003 , ga102_nvdec_new },
2625+ .nvenc = { 0x00000001 , ga102_nvenc_new },
26252626 .sec2 = { 0x00000001 , ga102_sec2_new },
26262627};
26272628
@@ -2652,6 +2653,7 @@ nv173_chipset = {
26522653 .fifo = { 0x00000001 , ga102_fifo_new },
26532654 .gr = { 0x00000001 , ga102_gr_new },
26542655 .nvdec = { 0x00000003 , ga102_nvdec_new },
2656+ .nvenc = { 0x00000001 , ga102_nvenc_new },
26552657 .sec2 = { 0x00000001 , ga102_sec2_new },
26562658};
26572659
@@ -2682,6 +2684,7 @@ nv174_chipset = {
26822684 .fifo = { 0x00000001 , ga102_fifo_new },
26832685 .gr = { 0x00000001 , ga102_gr_new },
26842686 .nvdec = { 0x00000003 , ga102_nvdec_new },
2687+ .nvenc = { 0x00000001 , ga102_nvenc_new },
26852688 .sec2 = { 0x00000001 , ga102_sec2_new },
26862689};
26872690
@@ -2712,6 +2715,7 @@ nv176_chipset = {
27122715 .fifo = { 0x00000001 , ga102_fifo_new },
27132716 .gr = { 0x00000001 , ga102_gr_new },
27142717 .nvdec = { 0x00000003 , ga102_nvdec_new },
2718+ .nvenc = { 0x00000001 , ga102_nvenc_new },
27152719 .sec2 = { 0x00000001 , ga102_sec2_new },
27162720};
27172721
@@ -2742,6 +2746,7 @@ nv177_chipset = {
27422746 .fifo = { 0x00000001 , ga102_fifo_new },
27432747 .gr = { 0x00000001 , ga102_gr_new },
27442748 .nvdec = { 0x00000003 , ga102_nvdec_new },
2749+ .nvenc = { 0x00000001 , ga102_nvenc_new },
27452750 .sec2 = { 0x00000001 , ga102_sec2_new },
27462751};
27472752
@@ -2765,6 +2770,7 @@ nv192_chipset = {
27652770 .fifo = { 0x00000001 , ga102_fifo_new },
27662771 .gr = { 0x00000001 , ad102_gr_new },
27672772 .nvdec = { 0x0000000f , ad102_nvdec_new },
2773+ .nvenc = { 0x00000007 , ad102_nvenc_new },
27682774 .sec2 = { 0x00000001 , ga102_sec2_new },
27692775};
27702776
@@ -2788,6 +2794,7 @@ nv193_chipset = {
27882794 .fifo = { 0x00000001 , ga102_fifo_new },
27892795 .gr = { 0x00000001 , ad102_gr_new },
27902796 .nvdec = { 0x0000000f , ad102_nvdec_new },
2797+ .nvenc = { 0x00000007 , ad102_nvenc_new },
27912798 .sec2 = { 0x00000001 , ga102_sec2_new },
27922799};
27932800
@@ -2811,6 +2818,7 @@ nv194_chipset = {
28112818 .fifo = { 0x00000001 , ga102_fifo_new },
28122819 .gr = { 0x00000001 , ad102_gr_new },
28132820 .nvdec = { 0x0000000f , ad102_nvdec_new },
2821+ .nvenc = { 0x00000007 , ad102_nvenc_new },
28142822 .sec2 = { 0x00000001 , ga102_sec2_new },
28152823};
28162824
@@ -2834,6 +2842,7 @@ nv196_chipset = {
28342842 .fifo = { 0x00000001 , ga102_fifo_new },
28352843 .gr = { 0x00000001 , ad102_gr_new },
28362844 .nvdec = { 0x0000000f , ad102_nvdec_new },
2845+ .nvenc = { 0x00000007 , ad102_nvenc_new },
28372846 .sec2 = { 0x00000001 , ga102_sec2_new },
28382847};
28392848
@@ -2857,6 +2866,7 @@ nv197_chipset = {
28572866 .fifo = { 0x00000001 , ga102_fifo_new },
28582867 .gr = { 0x00000001 , ad102_gr_new },
28592868 .nvdec = { 0x0000000f , ad102_nvdec_new },
2869+ .nvenc = { 0x00000007 , ad102_nvenc_new },
28602870 .sec2 = { 0x00000001 , ga102_sec2_new },
28612871};
28622872
0 commit comments