Home
last modified time | relevance | path

Searched refs:STI_PLANE_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_plane.h15 #define STI_PLANE_TYPE_MASK (~((1 << STI_PLANE_TYPE_SHIFT) - 1)) macro
H A Dsti_crtc.c271 if ((plane->desc & STI_PLANE_TYPE_MASK) <= STI_VDP) in sti_crtc_vblank_cb()