tvnv17.c (0337966d121ebebf73a1c346123e8112796e684e) | tvnv17.c (cde4c44d8769c1be16074c097592c46c7d64092b) |
---|---|
1/* 2 * Copyright (C) 2009 Francisco Jerez. 3 * All Rights Reserved. 4 * 5 * Permission is hereby granted, free of charge, to any person obtaining 6 * a copy of this software and associated documentation files (the 7 * "Software"), to deal in the Software without restriction, including 8 * without limitation the rights to use, copy, modify, merge, publish, --- 807 unchanged lines hidden (view full) --- 816 817 tv_enc->base.enc_save = nv17_tv_save; 818 tv_enc->base.enc_restore = nv17_tv_restore; 819 820 encoder->possible_crtcs = entry->heads; 821 encoder->possible_clones = 0; 822 823 nv17_tv_create_resources(encoder, connector); | 1/* 2 * Copyright (C) 2009 Francisco Jerez. 3 * All Rights Reserved. 4 * 5 * Permission is hereby granted, free of charge, to any person obtaining 6 * a copy of this software and associated documentation files (the 7 * "Software"), to deal in the Software without restriction, including 8 * without limitation the rights to use, copy, modify, merge, publish, --- 807 unchanged lines hidden (view full) --- 816 817 tv_enc->base.enc_save = nv17_tv_save; 818 tv_enc->base.enc_restore = nv17_tv_restore; 819 820 encoder->possible_crtcs = entry->heads; 821 encoder->possible_clones = 0; 822 823 nv17_tv_create_resources(encoder, connector); |
824 drm_mode_connector_attach_encoder(connector, encoder); | 824 drm_connector_attach_encoder(connector, encoder); |
825 return 0; 826} | 825 return 0; 826} |