Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Dfb_decoder.h55 #define _PRI_PLANE_X_OFF_MASK (0x1fff << _PRI_PLANE_X_OFF_SHIFT) macro
Dfb_decoder.c272 plane->x_offset = (val & _PRI_PLANE_X_OFF_MASK) >> in intel_vgpu_decode_primary_plane()