Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c1159 intel_de_write_fw(dev_priv, PLANE_KEYMSK(pipe, plane_id), skl_plane_keymsk(plane_state)); in skl_plane_update_arm()
1231 intel_de_write_fw(dev_priv, PLANE_KEYMSK(pipe, plane_id), skl_plane_keymsk(plane_state)); in icl_plane_update_noarm()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h3881 #define PLANE_KEYMSK(pipe, plane) \ macro