[PATCH 1/2] drm/etnaviv: improve error reporting in GPU init path

2016-06-20 Thread Christian Gmeiner
2016-06-17 12:42 GMT+02:00 Lucas Stach : > Print error messages that mention the exact cause of the failure on > all paths which may fail the GPU init. > > Signed-off-by: Lucas Stach Reviewed-by: Christian Gmeiner > --- > drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 10 -- > 1 file changed,

[PATCH 1/2] drm/etnaviv: improve error reporting in GPU init path

2016-06-17 Thread Lucas Stach
Print error messages that mention the exact cause of the failure on all paths which may fail the GPU init. Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gpu.c b/