summaryrefslogtreecommitdiff
path: root/net/mpls/Makefile
blob: 9ca92362501653463429b0254d999782f2b6c450 (plain)
1
2
3
4
5
6
7
8
#
# Makefile for MPLS.
#
obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o
obj-$(CONFIG_MPLS_ROUTING) += mpls_router.o
obj-$(CONFIG_MPLS_IPTUNNEL) += mpls_iptunnel.o

mpls_router-y := af_mpls.o
only
authorBen Skeggs <bskeggs@redhat.com>2017-01-24 09:32:26 +1000
committerBen Skeggs <bskeggs@redhat.com>2017-01-31 20:05:26 +1000
commit2b5078937355c0d662ecef54b7d4d04f48da4fa9 (patch)
tree9e75490ab352bf7d2e4a689ee761656d3dafc7d1 /drivers
parent24bf7ae359b8cca165bb30742d2b1c03a1eb23af (diff)
drm/nouveau/kms/nv50: request vblank events for commits that send completion events
This somehow fixes an issue where sync-to-vblank longer works correctly after resume from suspend. From a HW perspective, we don't need the IRQs turned on to be able to detect flip completion, so it's assumed that this is required for the voodoo in the core DRM vblank core. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers')