[0/1] Add missing plane settings when async update

Message ID 20230918070028.17915-1-shawn.sung@mediatek.com
Headers
Series Add missing plane settings when async update |

Message

Shawn Sung (宋孝謙) Sept. 18, 2023, 7 a.m. UTC
  Fix an issue that plane coordinate was not saved when
calling async update.

Hsiao Chien Sung (1):
  drm/mediatek: Add missing plane settings when async update

 drivers/gpu/drm/mediatek/mtk_drm_plane.c | 2 ++
 1 file changed, 2 insertions(+)

--
2.18.0
  

Comments

AngeloGioacchino Del Regno Sept. 18, 2023, 8:56 a.m. UTC | #1
Il 18/09/23 09:00, Hsiao Chien Sung ha scritto:
> Fix an issue that plane coordinate was not saved when
> calling async update.
> 
> Fixes: 920fffcc8912 ("drm/mediatek: update cursors by using async atomic update")
> 
> Signed-off-by: Hsiao Chien Sung <shawn.sung@mediatek.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>