Home
last modified time | relevance | path

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

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