Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Ddmabuf.c173 switch (info->drm_format_mod) { in vgpu_create_gem()
188 info->drm_format_mod); in vgpu_create_gem()
192 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()
236 info->drm_format_mod = I915_FORMAT_MOD_Y_TILED; in vgpu_get_plane_info()
239 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()
319 (fb_info->drm_format_mod == latest_info->drm_format_mod) && in pick_dmabuf_by_info()
357 gvt_dmabuf->drm_format_mod = fb_info->drm_format_mod; in update_fb_info()
Ddmabuf.h38 __u64 drm_format_mod; member
/Linux-v4.19/include/uapi/linux/
Dvfio.h551 __u64 drm_format_mod; /* tiled mode */ member
/Linux-v4.19/samples/vfio-mdev/
Dmdpy.c503 plane->drm_format_mod = 0; in mdpy_query_gfx_plane()
Dmbochs.c1011 plane->drm_format_mod = 0; in mbochs_query_gfx_plane()