[PATCHv6 4/4] drm/omap: add support for manually updated displays

2019-05-23 Thread Sebastian Reichel
This adds the required infrastructure for manually updated displays, such as DSI command mode panels. While those panels often support partial updates we currently always do a full refresh. The display will be refreshed when something calls the dirty callback, such as libdrm's drmModeDirtyFB(). Th

Re: [PATCHv6 4/4] drm/omap: add support for manually updated displays

2019-05-22 Thread Pavel Machek
On Wed 2019-04-03 17:11:09, Tony Lindgren wrote: > * Sebastian Reichel [190403 20:14]: > > This adds the required infrastructure for manually updated displays, > > such as DSI command mode panels. While those panels often support > > partial updates we currently always do a full refresh. > > > >

Re: [PATCHv6 4/4] drm/omap: add support for manually updated displays

2019-04-04 Thread Tony Lindgren
* Sebastian Reichel [190403 20:14]: > This adds the required infrastructure for manually updated displays, > such as DSI command mode panels. While those panels often support > partial updates we currently always do a full refresh. > > The display will be refreshed when something calls the dirty

[PATCHv6 4/4] drm/omap: add support for manually updated displays

2019-04-04 Thread Sebastian Reichel
This adds the required infrastructure for manually updated displays, such as DSI command mode panels. While those panels often support partial updates we currently always do a full refresh. The display will be refreshed when something calls the dirty callback, such as libdrm's drmModeDirtyFB(). Th