Searched refs:aplane (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/hisilicon/kirin/ |
D | kirin_drm_ade.c | 73 struct ade_plane aplane[ADE_CH_NUM]; member 783 static void ade_update_channel(struct ade_plane *aplane, in ade_update_channel() argument 789 struct ade_hw_ctx *ctx = aplane->ctx; in ade_update_channel() 792 u32 ch = aplane->ch; in ade_update_channel() 816 static void ade_disable_channel(struct ade_plane *aplane) in ade_disable_channel() argument 818 struct ade_hw_ctx *ctx = aplane->ctx; in ade_disable_channel() 820 u32 ch = aplane->ch; in ade_disable_channel() 883 struct ade_plane *aplane = to_ade_plane(plane); in ade_plane_atomic_update() local 885 ade_update_channel(aplane, state->fb, state->crtc_x, state->crtc_y, in ade_plane_atomic_update() 894 struct ade_plane *aplane = to_ade_plane(plane); in ade_plane_atomic_disable() local [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 94 struct amdgpu_plane *aplane, 3329 struct amdgpu_plane *aplane, in amdgpu_dm_plane_init() argument 3334 switch (aplane->base.type) { in amdgpu_dm_plane_init() 3338 &aplane->base, in amdgpu_dm_plane_init() 3343 NULL, aplane->base.type, NULL); in amdgpu_dm_plane_init() 3348 &aplane->base, in amdgpu_dm_plane_init() 3353 NULL, aplane->base.type, NULL); in amdgpu_dm_plane_init() 3358 &aplane->base, in amdgpu_dm_plane_init() 3363 NULL, aplane->base.type, NULL); in amdgpu_dm_plane_init() 3367 drm_plane_helper_add(&aplane->base, &dm_plane_helper_funcs); in amdgpu_dm_plane_init() [all …]
|