Re: [PATCH v11 1/4] drm/panel: Add helper for reading DT rotation

2020-06-22 Thread Dmitry Osipenko
18.06.2020 02:18, Dmitry Osipenko пишет: > From: Derek Basehore > > This adds a helper function for reading the rotation (panel > orientation) from the device tree. > > Signed-off-by: Derek Basehore > Reviewed-by: Sam Ravnborg > --- My t-b accidentally got lost after rebase, here it is: Test

[PATCH v11 1/4] drm/panel: Add helper for reading DT rotation

2020-06-18 Thread Dmitry Osipenko
From: Derek Basehore This adds a helper function for reading the rotation (panel orientation) from the device tree. Signed-off-by: Derek Basehore Reviewed-by: Sam Ravnborg --- drivers/gpu/drm/drm_panel.c | 43 + include/drm/drm_panel.h | 9 2