]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
drm/komeda: Add komeda_plane/plane_helper_funcs
authorjames qian wang (Arm Technology China) <james.qian.wang@arm.com>
Tue, 22 Jan 2019 11:06:22 +0000 (11:06 +0000)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Mon, 29 Apr 2019 11:35:56 +0000 (12:35 +0100)
commit9e560309417638507398fd6239e04f47cc907f70
treecc6347711ad6c2561210d25bdc8a995173bb4f18
parent11bb22ee77575e4c5beff48233fdf91ba839c8b6
drm/komeda: Add komeda_plane/plane_helper_funcs

Per komeda design KMS-plane maps to komeda layer input pipeline.
komeda_plane_atomic_check is for building a komeda layer input pipeline.

And KMS-plane is only a user of komeda resources. so there is no real HW
update for plane, but all HW update will be handled in crtc->flush.

v2: Rebase

Signed-off-by: James Qian Wang (Arm Technology China) <james.qian.wang@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
drivers/gpu/drm/arm/display/komeda/komeda_plane.c