]> git.baikalelectronics.ru Git - kernel.git/commit
drm/etnaviv: don't invoke OOM killer from dump code
authorLucas Stach <l.stach@pengutronix.de>
Fri, 2 Dec 2016 10:14:13 +0000 (11:14 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Fri, 2 Dec 2016 18:30:23 +0000 (19:30 +0100)
commita8f1cf4f82e5f167a9eeb94dd0f82f13694477dc
tree80c4c67fbc99a793069fcf5709f9bdd0425d2cc5
parent9384544d7af5e0338ea5880eed7cadd923056b65
drm/etnaviv: don't invoke OOM killer from dump code

The dumper is only a debugging aid so we don't want to invoke the OOM
killer if buffer for the potentially large GPU state can't be vmalloced.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_dump.c