Home
last modified time | relevance | path

Searched refs:drm_format (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c43 int drm_format; /* Pixel format in DRM definition */ member
232 plane->drm_format = skl_pixel_formats[fmt].drm_format; in intel_vgpu_decode_primary_plane()
237 plane->drm_format = bdw_pixel_formats[fmt].drm_format; in intel_vgpu_decode_primary_plane()
281 int drm_format; /* Pixel format in DRM definition */ member
358 plane->drm_format = cursor_pixel_formats[index].drm_format; in intel_vgpu_decode_cursor_plane()
416 int drm_format; in intel_vgpu_decode_sprite_plane() local
440 drm_format = sprite_pixel_formats[fmt].drm_format; in intel_vgpu_decode_sprite_plane()
446 if (drm_format == DRM_FORMAT_XRGB2101010) in intel_vgpu_decode_sprite_plane()
447 drm_format = DRM_FORMAT_XBGR2101010; in intel_vgpu_decode_sprite_plane()
448 else if (drm_format == DRM_FORMAT_XRGB8888) in intel_vgpu_decode_sprite_plane()
[all …]
H A Dfb_decoder.h109 u32 drm_format; /* format in DRM definition */ member
124 u32 drm_format; /* format in DRM definition */ member
140 u32 drm_format; /* format in DRM definition */ member
H A Ddmabuf.c284 info->drm_format = p.drm_format; in vgpu_get_plane_info()
314 info->drm_format = c.drm_format; in vgpu_get_plane_info()
371 (fb_info->drm_format == latest_info->drm_format) && in pick_dmabuf_by_info()
407 gvt_dmabuf->drm_format = fb_info->drm_format; in update_fb_info()
H A Ddmabuf.h39 __u32 drm_format; /* drm format of plane */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/
H A DMakefile3 test-drm_format.o test-drm_framebuffer.o \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Ddrm_device.h34 uint32_t drm_format; member
/OK3568_Linux_fs/kernel/samples/vfio-mdev/
H A Dmbochs.c140 u32 drm_format; member
262 mode->drm_format = DRM_FORMAT_XRGB8888; in mbochs_check_framebuffer()
822 u32 fourcc = dmabuf->mode.drm_format; in mbochs_print_dmabuf()
1108 plane->drm_format = 0; in mbochs_query_gfx_plane()
1125 plane->drm_format = dmabuf->mode.drm_format; in mbochs_query_gfx_plane()
H A Dmdpy.c494 plane->drm_format = mdev_state->type->format; in mdpy_query_gfx_plane()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_flinger.c179 int drm_format = 0; in rk_flinger_HAL_format_to_DRM() local
183 drm_format = DRM_FORMAT_XRGB8888; in rk_flinger_HAL_format_to_DRM()
186 drm_format = DRM_FORMAT_NV12; in rk_flinger_HAL_format_to_DRM()
189 drm_format = DRM_FORMAT_RGB888; in rk_flinger_HAL_format_to_DRM()
192 drm_format = DRM_FORMAT_RGB565; in rk_flinger_HAL_format_to_DRM()
199 return drm_format; in rk_flinger_HAL_format_to_DRM()
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0014-linuxfb-Support-rotate.patch65 mDepth = depthForDrmFormat(output->kmsOutput.drm_format);
66 mFormat = formatForDrmFormat(output->kmsOutput.drm_format);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch53 - if (format == d->drm_format && modifier == DRM_FORMAT_MOD_LINEAR)
54 + if (format == d->drm_format && !DRM_MOD_VALID(modifier))
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch53 - if (format == d->drm_format && modifier == DRM_FORMAT_MOD_LINEAR)
54 + if (format == d->drm_format && !DRM_MOD_VALID(modifier))
/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/dcss/
H A Ddcss-dpr.c360 u32 drm_format; member
384 if (comp_sel_map[i].drm_format == pix_fmt) { in to_comp_sel()
/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.h602 __u32 drm_format; /* drm format of plane */ 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.h602 __u32 drm_format; /* drm format of plane */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvfio.h898 __u32 drm_format; /* drm format of plane */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_plane.c133 static const struct hvs_format *vc4_get_hvs_format(u32 drm_format) in vc4_get_hvs_format() argument
138 if (hvs_formats[i].drm == drm_format) in vc4_get_hvs_format()