udl-kms: handle allocation failure
authorMikulas Patocka <mpatocka@redhat.com>
Sun, 3 Jun 2018 14:40:56 +0000 (16:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2018 07:16:23 +0000 (09:16 +0200)
commit953d8afde43fb6e7ec59e6e0628229e9dff5af1c
tree3c7d26966bd41eeea782fccf54e27a7650779d7c
parent8f02d4bb5a8a9ba242c31a7f44cf9958882599ba
udl-kms: handle allocation failure

commit 542bb9788a1f485eb1a2229178f665d8ea166156 upstream.

Allocations larger than PAGE_ALLOC_COSTLY_ORDER are unreliable and they
may fail anytime. This patch fixes the udl kms driver so that when a large
alloactions fails, it tries to do multiple smaller allocations.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/udl/udl_main.c