[Intel-gfx] [PATCH v5 00/13] drm/fbdev: Remove DRM's helpers for fbdev I/O

2023-05-30 Thread Thomas Zimmermann
DRM provides a number of wrappers around fbdev cfb_() sys_(), fb_io_() and fb_sys_() helpers. The DRM functions don't provide any additional functionality for most DRM drivers. So remove them and call the fbdev I/O helpers directly. The DRM fbdev I/O wrappers were originally added because does no

[Intel-gfx] [PATCH v5 00/13]

2023-05-30 Thread Thomas Zimmermann
DRM provides a number of wrappers around fbdev cfb_() sys_(), fb_io_() and fb_sys_() helpers. The DRM functions don't provide any additional functionality for most DRM drivers. So remove them and call the fbdev I/O helpers directly. The DRM fbdev I/O wrappers were originally added because does no

Re: [Intel-gfx] [PATCH v5 00/13] ICELAKE DSI DRIVER

2018-09-12 Thread Jani Nikula
On Wed, 12 Sep 2018, Madhav Chauhan wrote: > On 9/12/2018 1:05 AM, Jani Nikula wrote: >> On Tue, 10 Jul 2018, Madhav Chauhan wrote: >>> From ICELAKE platform onwards, new MIPI DSI IP controller is integrated to >>> GPU/Display Engine and same could be extended for future Intel platforms as >>>

Re: [Intel-gfx] [PATCH v5 00/13] ICELAKE DSI DRIVER

2018-09-11 Thread Madhav Chauhan
On 9/12/2018 1:05 AM, Jani Nikula wrote: On Tue, 10 Jul 2018, Madhav Chauhan wrote: From ICELAKE platform onwards, new MIPI DSI IP controller is integrated to GPU/Display Engine and same could be extended for future Intel platforms as well. DSI IP controller supports MIPI DSI 1.3 and DPHY 1.2

Re: [Intel-gfx] [PATCH v5 00/13] ICELAKE DSI DRIVER

2018-09-11 Thread Jani Nikula
On Tue, 10 Jul 2018, Madhav Chauhan wrote: > From ICELAKE platform onwards, new MIPI DSI IP controller is integrated to > GPU/Display Engine and same could be extended for future Intel platforms as > well. > DSI IP controller supports MIPI DSI 1.3 and DPHY 1.2 specification. > > So, a new DSI dri

[Intel-gfx] [PATCH v5 00/13] ICELAKE DSI DRIVER

2018-07-10 Thread Madhav Chauhan
From ICELAKE platform onwards, new MIPI DSI IP controller is integrated to GPU/Display Engine and same could be extended for future Intel platforms as well. DSI IP controller supports MIPI DSI 1.3 and DPHY 1.2 specification. So, a new DSI driver has been added inside I915. Given below patches ar