Re: [PATCH v1 0/16] drm: panel related updates

2019-08-05 Thread Emil Velikov
On 2019/08/04, Sam Ravnborg wrote: > The first 9 patches replaces direct use of the drm_panel > function pointers with their drm_panel_* counterparts. > The function pointers are only supposed to be used by > the drm_panel infrastructure and direct use are discouraged. > > ili9322 is updated to ha

[PATCH v1 0/16] drm: panel related updates

2019-08-04 Thread Sam Ravnborg
The first 9 patches replaces direct use of the drm_panel function pointers with their drm_panel_* counterparts. The function pointers are only supposed to be used by the drm_panel infrastructure and direct use are discouraged. ili9322 is updated to handle bus_flags in get_modes like everyone else.