]> git.karo-electronics.de Git - linux-beck.git/commit
drm/etnaviv: remove generic GPU init failure reporting
authorLucas Stach <l.stach@pengutronix.de>
Fri, 17 Jun 2016 10:30:50 +0000 (12:30 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 5 Jul 2016 14:26:38 +0000 (16:26 +0200)
commitc1c77b0e07dc6231db3c2c7b847c514849d53b99
treec586d7c1f666b7f09c49bad9858d736ae557dbec
parent1409df043ab737e7fdf9d843eab359caf8685bdc
drm/etnaviv: remove generic GPU init failure reporting

The GPU init path now reports any errors which might occur more accurately
than what is possible with the generic "something failed" message.

Remove the generic reporting, so we don't log an error into dmesg anymore
if any of the GPU cores are ignored.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
drivers/gpu/drm/etnaviv/etnaviv_drv.c