Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/gvt/
Ddmabuf.c216 switch (info->drm_format_mod) { in vgpu_create_gem()
231 info->drm_format_mod); in vgpu_create_gem()
235 obj->tiling_and_stride = info->drm_format_mod ? in vgpu_create_gem()
274 info->drm_format_mod = DRM_FORMAT_MOD_LINEAR; in vgpu_get_plane_info()
277 info->drm_format_mod = I915_FORMAT_MOD_X_TILED; in vgpu_get_plane_info()
281 info->drm_format_mod = I915_FORMAT_MOD_Y_TILED; in vgpu_get_plane_info()
285 info->drm_format_mod = I915_FORMAT_MOD_Yf_TILED; in vgpu_get_plane_info()
301 info->drm_format_mod = 0; in vgpu_get_plane_info()
354 (fb_info->drm_format_mod == latest_info->drm_format_mod) && in pick_dmabuf_by_info()
388 gvt_dmabuf->drm_format_mod = fb_info->drm_format_mod; in update_fb_info()
Ddmabuf.h38 __u64 drm_format_mod; member
/Linux-v6.1/include/uapi/linux/
Dvfio.h718 __u64 drm_format_mod; /* tiled mode */ member
/Linux-v6.1/samples/vfio-mdev/
Dmdpy.c504 plane->drm_format_mod = 0; in mdpy_query_gfx_plane()
Dmbochs.c1116 plane->drm_format_mod = 0; in mbochs_query_gfx_plane()