linux-stable/drivers/gpu
Aditya Pakki 8b6fc114be drm: remove duplicate check on parent and avoid BUG_ON
In drm_dev_init, parent is checked for NULL via assert after
checked in devm_drm_dev_init(). The patch removes the duplicate
check and replaces the assertion with WARN_ON. Further, it returns
-EINVAL consistent with the usage in devm_drm_dev_init.

Signed-off-by: Aditya Pakki <pakki001@umn.edu>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20191215194345.4679-1-pakki001@umn.edu
2019-12-17 17:26:08 +01:00
..
drm drm: remove duplicate check on parent and avoid BUG_ON 2019-12-17 17:26:08 +01:00
host1x drm/tegra: Map cmdbuf once for reloc processing 2019-11-25 22:36:01 +01:00
ipu-v3 gpu: ipu-v3: image-convert: only sample into the next tile if necessary 2019-08-19 16:25:30 +02:00
vga vga: Fix Kconfig indentation 2019-11-20 17:40:32 +01:00
Makefile