dfp.c (0337966d121ebebf73a1c346123e8112796e684e) | dfp.c (cde4c44d8769c1be16074c097592c46c7d64092b) |
---|---|
1/* 2 * Copyright 2003 NVIDIA, Corporation 3 * Copyright 2006 Dave Airlie 4 * Copyright 2007 Maarten Maathuis 5 * Copyright 2007-2009 Stuart Bennett 6 * 7 * Permission is hereby granted, free of charge, to any person obtaining a 8 * copy of this software and associated documentation files (the "Software"), --- 702 unchanged lines hidden (view full) --- 711 712 encoder->possible_crtcs = entry->heads; 713 encoder->possible_clones = 0; 714 715 if (entry->type == DCB_OUTPUT_TMDS && 716 entry->location != DCB_LOC_ON_CHIP) 717 nv04_tmds_slave_init(encoder); 718 | 1/* 2 * Copyright 2003 NVIDIA, Corporation 3 * Copyright 2006 Dave Airlie 4 * Copyright 2007 Maarten Maathuis 5 * Copyright 2007-2009 Stuart Bennett 6 * 7 * Permission is hereby granted, free of charge, to any person obtaining a 8 * copy of this software and associated documentation files (the "Software"), --- 702 unchanged lines hidden (view full) --- 711 712 encoder->possible_crtcs = entry->heads; 713 encoder->possible_clones = 0; 714 715 if (entry->type == DCB_OUTPUT_TMDS && 716 entry->location != DCB_LOC_ON_CHIP) 717 nv04_tmds_slave_init(encoder); 718 |
719 drm_mode_connector_attach_encoder(connector, encoder); | 719 drm_connector_attach_encoder(connector, encoder); |
720 return 0; 721} | 720 return 0; 721} |