]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
drm/komeda: Add komeda_pipeline/component_get_state_and_set_user
authorjames qian wang (Arm Technology China) <james.qian.wang@arm.com>
Tue, 22 Jan 2019 11:05:51 +0000 (11:05 +0000)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Mon, 29 Apr 2019 11:35:56 +0000 (12:35 +0100)
commit8d537d3bcb35b159daa2dc0bbe7b46e461c932dd
tree643b2359933144c4333065a95652a145f1de440a
parent9801a7eadf4cc29cdc90583a49f12decbb832ced
drm/komeda: Add komeda_pipeline/component_get_state_and_set_user

get_state_and_set_user packed get_state and set_user into one function,
which get pipeline/component state for a specific pipeline/component, if
success set the user to it.

v2:
- Rebase.
- Applied commit:
  b962a12050a3 ("drm/atomic: integrate modeset lock with private objects")
  And delete our private modeset lock for pipeline.

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/Makefile
drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c [new file with mode: 0644]