Searched hist:f3651bc0b7fc4361a351fd01d99ba739f67769e4 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_kms.c | diff f3651bc0b7fc4361a351fd01d99ba739f67769e4 Tue May 30 04:19:58 CDT 2023 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: rcar-du: Use dev_err_probe() to record cause of KMS init errors
The (large) rcar_du_modeset_init() function can fail for many reasons, two of two involving probe deferral. Use dev_err_probe() in those code paths to record the cause of the probe deferral, in order to help debugging probe issues.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
|
H A D | rcar_du_drv.c | diff f3651bc0b7fc4361a351fd01d99ba739f67769e4 Tue May 30 04:19:58 CDT 2023 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: rcar-du: Use dev_err_probe() to record cause of KMS init errors
The (large) rcar_du_modeset_init() function can fail for many reasons, two of two involving probe deferral. Use dev_err_probe() in those code paths to record the cause of the probe deferral, in order to help debugging probe issues.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
|