]> git.karo-electronics.de Git - karo-tx-linux.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)
commit172dbac35efdba3b1251c547a16697e6f3648ebb
tree80c4c67fbc99a793069fcf5709f9bdd0425d2cc5
parent5f4a4a73f437b007019495c3c789599d71b9c59e
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