Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/gvt/
Ddmabuf.c219 switch (info->drm_format_mod) { in vgpu_create_gem()
234 info->drm_format_mod); in vgpu_create_gem()
238 obj->tiling_and_stride = info->drm_format_mod ? in vgpu_create_gem()
277 info->drm_format_mod = DRM_FORMAT_MOD_LINEAR; in vgpu_get_plane_info()
280 info->drm_format_mod = I915_FORMAT_MOD_X_TILED; in vgpu_get_plane_info()
284 info->drm_format_mod = I915_FORMAT_MOD_Y_TILED; in vgpu_get_plane_info()
288 info->drm_format_mod = I915_FORMAT_MOD_Yf_TILED; in vgpu_get_plane_info()
304 info->drm_format_mod = 0; in vgpu_get_plane_info()
357 (fb_info->drm_format_mod == latest_info->drm_format_mod) && in pick_dmabuf_by_info()
391 gvt_dmabuf->drm_format_mod = fb_info->drm_format_mod; in update_fb_info()
Ddmabuf.h38 __u64 drm_format_mod; member
/Linux-v6.6/include/uapi/linux/
Dvfio.h819 __u64 drm_format_mod; /* tiled mode */ member
/Linux-v6.6/samples/vfio-mdev/
Dmdpy.c503 plane->drm_format_mod = 0; in mdpy_query_gfx_plane()
Dmbochs.c1115 plane->drm_format_mod = 0; in mbochs_query_gfx_plane()