Home
last modified time | relevance | path

Searched refs:DRM_MODE_PROP_RANGE (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/linux/
H A Ddrm_mode.h249 #define DRM_MODE_PROP_RANGE (1<<1) macro
257 DRM_MODE_PROP_RANGE | \
/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/drm/
H A Ddrm_mode.h382 #define DRM_MODE_PROP_RANGE (1<<1) macro
390 DRM_MODE_PROP_RANGE | \
/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/drm/
H A Ddrm_mode.h382 #define DRM_MODE_PROP_RANGE (1<<1) macro
390 DRM_MODE_PROP_RANGE | \
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_mode.h396 #define DRM_MODE_PROP_RANGE (1<<1) macro
404 DRM_MODE_PROP_RANGE | \
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_mode.h396 #define DRM_MODE_PROP_RANGE (1<<1) macro
404 DRM_MODE_PROP_RANGE | \
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_mode.h381 #define DRM_MODE_PROP_RANGE (1<<1) macro
389 DRM_MODE_PROP_RANGE | \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_mode.h381 #define DRM_MODE_PROP_RANGE (1<<1) macro
389 DRM_MODE_PROP_RANGE | \
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_mode.h484 #define DRM_MODE_PROP_RANGE (1<<1) macro
492 DRM_MODE_PROP_RANGE | \
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_mode.h381 #define DRM_MODE_PROP_RANGE (1<<1) macro
389 DRM_MODE_PROP_RANGE | \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_property.c281 return property_create_range(dev, DRM_MODE_PROP_RANGE | flags, in drm_property_create_range()
887 if (drm_property_type_is(property, DRM_MODE_PROP_RANGE)) { in drm_property_change_valid_get()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drmMode.h165 #define DRM_MODE_PROP_RANGE (1<<1) macro
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drmMode.h165 #define DRM_MODE_PROP_RANGE (1<<1) macro
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drmMode.h165 #define DRM_MODE_PROP_RANGE (1<<1) macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2676 if (p->mode_prop->flags & DRM_MODE_PROP_RANGE) { in drmmode_output_update_properties()
3110 if (drmmode_prop->flags & DRM_MODE_PROP_RANGE) { in drmmode_output_create_resources()
3190 if (p->mode_prop->flags & DRM_MODE_PROP_RANGE) { in drmmode_output_set_property()
3382 i = koutput_get_prop_idx(drmmode->fd, koutput, DRM_MODE_PROP_RANGE, RR_PROPERTY_NON_DESKTOP); in drmmode_output_init()