Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Ddmabuf.c172 switch (info->drm_format_mod) { in vgpu_create_gem()
187 info->drm_format_mod); in vgpu_create_gem()
191 obj->tiling_and_stride = info->drm_format_mod ? in vgpu_create_gem()
230 info->drm_format_mod = DRM_FORMAT_MOD_LINEAR; in vgpu_get_plane_info()
233 info->drm_format_mod = I915_FORMAT_MOD_X_TILED; in vgpu_get_plane_info()
237 info->drm_format_mod = I915_FORMAT_MOD_Y_TILED; in vgpu_get_plane_info()
241 info->drm_format_mod = I915_FORMAT_MOD_Yf_TILED; in vgpu_get_plane_info()
257 info->drm_format_mod = 0; in vgpu_get_plane_info()
312 (fb_info->drm_format_mod == latest_info->drm_format_mod) && in pick_dmabuf_by_info()
350 gvt_dmabuf->drm_format_mod = fb_info->drm_format_mod; in update_fb_info()
Ddmabuf.h38 __u64 drm_format_mod; member
/Linux-v5.4/include/uapi/linux/
Dvfio.h656 __u64 drm_format_mod; /* tiled mode */ member
/Linux-v5.4/samples/vfio-mdev/
Dmdpy.c503 plane->drm_format_mod = 0; in mdpy_query_gfx_plane()
Dmbochs.c1111 plane->drm_format_mod = 0; in mbochs_query_gfx_plane()