summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-07-23 17:20:12 +0200
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 12:40:04 +1000
commit0a363e85cdafbceeee6a49b91c604d0d4d070dc7 (patch)
treee896bfc381801f631c83fbc712ae472e653febc6 /tools/perf/scripts/python/event_analyzing_sample.py
parent2df0bf57f89cfa6e6adafb44d666ecc4a228a731 (diff)
downloadkernel-0a363e85cdafbceeee6a49b91c604d0d4d070dc7.tar.gz
drm/nouveau/nv46: Change mc subdev oclass from nv44 to nv4c
MSI interrupts appear to not work for nv46 based cards. Change the mc subdev oclass for these cards from nv44 to nv4c, the nv4c mc code is identical to the nv44 mc code except that it does not use msi (it does not define a msi_rearm callback). BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=90435 Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
master&id=8a35747a5d13b99e076b0222729e0caa48cb69b6'>macvtap: Limit packet queue lengthHerbert Xu 2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings 2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet 2010-06-28macvlan: 64 bit rx countersEric Dumazet 2010-06-15macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko 2010-06-15net: add rx_handler data pointerJiri Pirko 2010-06-07macvlan: use call_rcu for port freeJiri Pirko 2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko 2010-05-24macvlan: do proper cleanup in macvlan_common_newlink() V2Jiri Pirko 2010-05-16net: congestion notifications are not dropped packetsEric Dumazet 2010-05-15net: adjust handle_macvlan to pass port struct to hookJiri Pirko 2010-04-03net: move address list functions to a separate fileJiri Pirko 2010-03-18net: forbid underlaying devices to change its typeJiri Pirko 2010-02-03macvlan: allow multiple driver backendsArnd Bergmann 2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann 2010-01-16macvlan: add GRO bit to features maskPatrick Mullaney