Re: [PATCH 1/2] drm/bridge: chipone-icn6211: Switch to atomic operations

2022-01-04 Thread Robert Foss
Applied to drm-misc-next

Re: [PATCH 1/2] drm/bridge: chipone-icn6211: Switch to atomic operations

2022-01-04 Thread Robert Foss
On Sun, 19 Dec 2021 at 17:41, Jagan Teki wrote: > > On Fri, Nov 19, 2021 at 8:23 PM Jagan Teki wrote: > > > > Replace atomic version of the pre_enable/enable/post_disable > > operations to continue the transition to the atomic API. > > > > Also added default drm atomic operations for duplicate, d

Re: [PATCH 1/2] drm/bridge: chipone-icn6211: Switch to atomic operations

2021-12-19 Thread Jagan Teki
On Fri, Nov 19, 2021 at 8:23 PM Jagan Teki wrote: > > Replace atomic version of the pre_enable/enable/post_disable > operations to continue the transition to the atomic API. > > Also added default drm atomic operations for duplicate, destroy > and reset state API's in order to have smooth transiti

[PATCH 1/2] drm/bridge: chipone-icn6211: Switch to atomic operations

2021-11-19 Thread Jagan Teki
Replace atomic version of the pre_enable/enable/post_disable operations to continue the transition to the atomic API. Also added default drm atomic operations for duplicate, destroy and reset state API's in order to have smooth transition on atomic API's. Tested on Allwinner R16/R40 DSI. Signed-