Searched refs:plane_id (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/sti/
H A Dsti_mixer.c109 int plane_id, depth = plane->zorder; sti_mixer_set_plane_depth() local
118 plane_id = GAM_DEPTH_GDP0_ID; sti_mixer_set_plane_depth()
121 plane_id = GAM_DEPTH_GDP1_ID; sti_mixer_set_plane_depth()
124 plane_id = GAM_DEPTH_GDP2_ID; sti_mixer_set_plane_depth()
127 plane_id = GAM_DEPTH_GDP3_ID; sti_mixer_set_plane_depth()
130 plane_id = GAM_DEPTH_VID0_ID; sti_mixer_set_plane_depth()
144 if ((val & mask) == plane_id << (3 * i)) sti_mixer_set_plane_depth()
149 plane_id = plane_id << (3 * (depth - 1)); sti_mixer_set_plane_depth()
154 plane_id, mask); sti_mixer_set_plane_depth()
157 val |= plane_id; sti_mixer_set_plane_depth()
/linux-4.4.14/include/uapi/drm/
H A Ddrm_mode.h161 __u32 plane_id; member in struct:drm_mode_set_plane
180 __u32 plane_id; member in struct:drm_mode_get_plane
H A Di915_drm.h1055 __u32 plane_id; member in struct:drm_intel_sprite_colorkey
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_sprite.c976 plane = drm_plane_find(dev, set->plane_id); intel_sprite_set_colorkey()
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_crtc.c2258 plane = drm_plane_find(dev, plane_resp->plane_id); drm_mode_getplane()
2274 plane_resp->plane_id = plane->base.id; drm_mode_getplane()
2476 plane = drm_plane_find(dev, plane_req->plane_id); drm_mode_setplane()
2479 plane_req->plane_id); drm_mode_setplane()

Completed in 476 milliseconds