mausezahn-libs = -lcli \ -lnet \ -lpcap \ -lrt \ -lpthread \ -lm mausezahn-objs = str.o \ staging/layer1.o \ staging/layer2.o \ staging/layer3.o \ staging/layer4.o \ staging/hextools.o \ staging/tools.o \ staging/lookupdev.o \ staging/time.o \ staging/modifications.o \ staging/send_eth.o \ staging/send.o \ staging/cdp.o \ staging/rtp.o \ staging/dns.o \ staging/rcv_rtp.o \ staging/syslog.o \ staging/cli.o \ staging/cli_cmds.o \ staging/cli_launch.o \ staging/cli_legacy.o \ staging/cli_packet.o \ staging/cli_interface.o \ staging/cli_set.o \ staging/cli_dns.o \ staging/cli_arp.o \ staging/cli_bpdu.o \ staging/cli_eth.o \ staging/cli_ip.o \ staging/cli_udp.o \ staging/cli_tcp.o \ staging/cli_rtp.o \ staging/cli_tools.o \ staging/cli_igmp.o \ staging/cli_lldp.o \ staging/cli_sequence.o \ staging/mops.o \ staging/mops_update.o \ staging/mops_tools.o \ staging/mops_checksums.o \ staging/mops_threads.o \ staging/mops_dot1Q.o \ staging/mops_mpls.o \ staging/mops_ip.o \ staging/mops_tcp.o \ staging/mops_ext.o \ staging/mops_ext_arp.o \ staging/mops_ext_bpdu.o \ staging/mops_ext_rtp.o \ staging/mopsrx_arp.o \ staging/mops_ext_igmp.o \ staging/mops_ext_lldp.o \ staging/mops_sequence.o \ staging/automops.o \ staging/parse_xml.o \ staging/tx_switch.o \ staging/llist.o \ staging/directmops.o \ staging/mausezahn.o ='/cgit.cgi/linux/net-next.git/'>summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-07-27 14:52:35 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-07-29 14:36:32 -0400
commit6b1095eedd39b175f5ef7e50cb85f0cebb8e9ead (patch)
treee6c8f62780f9d95d28c9b10323a46a4d190776f0
parenta8a04c994d41a489eb0f2899893209e04e030153 (diff)
drm/amdgpu: init atpx at switcheroo register time (v2)
If we do it at enable time, it's too late for the feature checks. v2: drop .init setting as per Peter's comments Reviewed-by: Peter Wu <peter@lekensteyn.nl> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: Peter Wu <peter@lekensteyn.nl>
Diffstat