Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.c230 switch (info->drm_format_mod) { in vgpu_create_gem()
245 info->drm_format_mod); in vgpu_create_gem()
249 obj->tiling_and_stride = info->drm_format_mod ? in vgpu_create_gem()
288 info->drm_format_mod = DRM_FORMAT_MOD_LINEAR; in vgpu_get_plane_info()
291 info->drm_format_mod = I915_FORMAT_MOD_X_TILED; in vgpu_get_plane_info()
295 info->drm_format_mod = I915_FORMAT_MOD_Y_TILED; in vgpu_get_plane_info()
299 info->drm_format_mod = I915_FORMAT_MOD_Yf_TILED; in vgpu_get_plane_info()
315 info->drm_format_mod = 0; in vgpu_get_plane_info()
370 (fb_info->drm_format_mod == latest_info->drm_format_mod) && in pick_dmabuf_by_info()
408 gvt_dmabuf->drm_format_mod = fb_info->drm_format_mod; in update_fb_info()
H A Ddmabuf.h38 __u64 drm_format_mod; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvfio.h603 __u64 drm_format_mod; /* tiled mode */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvfio.h603 __u64 drm_format_mod; /* tiled mode */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvfio.h899 __u64 drm_format_mod; /* tiled mode */ member
/OK3568_Linux_fs/kernel/samples/vfio-mdev/
H A Dmdpy.c503 plane->drm_format_mod = 0; in mdpy_query_gfx_plane()
H A Dmbochs.c1096 plane->drm_format_mod = 0; in mbochs_query_gfx_plane()