Re: [PATCH] drm/rockchip: Use drm_fbdev_generic_setup()

2019-02-04 Thread Rob Herring
On Mon, Feb 4, 2019 at 9:01 AM Rob Herring wrote: > > On Sat, Feb 2, 2019 at 12:22 PM Noralf Trønnes wrote: > > Den 02.02.2019 18.07, skrev Rob Herring: > > > Other than using a rockchip_gem_object directly, the Rockchip fbdev > > > setup has nothing special and can be converted to use the generi

Re: [PATCH] drm/rockchip: Use drm_fbdev_generic_setup()

2019-02-04 Thread Noralf Trønnes
Den 04.02.2019 16.01, skrev Rob Herring: > On Sat, Feb 2, 2019 at 12:22 PM Noralf Trønnes wrote: >> Den 02.02.2019 18.07, skrev Rob Herring: >>> Other than using a rockchip_gem_object directly, the Rockchip fbdev >>> setup has nothing special and can be converted to use the generic fbdev >>> emu

Re: [PATCH] drm/rockchip: Use drm_fbdev_generic_setup()

2019-02-04 Thread Rob Herring
On Sat, Feb 2, 2019 at 12:22 PM Noralf Trønnes wrote: > Den 02.02.2019 18.07, skrev Rob Herring: > > Other than using a rockchip_gem_object directly, the Rockchip fbdev > > setup has nothing special and can be converted to use the generic fbdev > > emulation instead. [...] > > -static int rockch

Re: [PATCH] drm/rockchip: Use drm_fbdev_generic_setup()

2019-02-02 Thread Noralf Trønnes
Den 02.02.2019 18.07, skrev Rob Herring: > Other than using a rockchip_gem_object directly, the Rockchip fbdev > setup has nothing special and can be converted to use the generic fbdev > emulation instead. > > This patch makes full use of the generic fbdev emulation by using its > drm_client cal