Re: [PATCHv2 3/8] drm/omap: add support for manually updated displays

2018-03-20 Thread Tony Lindgren
* Sebastian Reichel [180208 18:31]: > 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. Display > will be refreshed when something calls the dirty >

[PATCHv2 3/8] drm/omap: add support for manually updated displays

2018-02-08 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. Display will be refreshed when something calls the dirty callback, such as libdrm's drmModeDirtyFB(). This