Searched refs:drmModePlanePtr (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/vkmark/ |
| H A D | 0001-kms-Use-Nth-primary-plane-for-Nth-CRTC.patch | 15 @@ -98,6 +98,7 @@ ManagedResource<drmModePlanePtr> get_plane_for_crtc( 22 auto plane = ManagedResource<drmModePlanePtr>{ 23 @@ -107,12 +108,17 @@ ManagedResource<drmModePlanePtr> get_plane_for_crtc(
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkdrm_display.c | 279 static int drmGetPlaneType(int fd, drmModePlanePtr p) in drmGetPlaneType() 312 drmModePlanePtr p = pp->p; in drmFillPlaneProp() 358 static drmModePlanePtr drmGetPlaneByType(int fd, int crtc_index, int type) in drmGetPlaneByType() 360 drmModePlanePtr plane = NULL; in drmGetPlaneByType() 366 drmModePlanePtr p = drmModeGetPlane(fd, plane_res->planes[i]); in drmGetPlaneByType() 491 drmModePlanePtr plane = NULL; in drmInit() 616 drmModePlanePtr plane; in drmCommit()
|
| H A D | rkdrm_display.h | 76 drmModePlanePtr p;
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | xf86drmMode.h | 250 } drmModePlane, *drmModePlanePtr; typedef 264 extern void drmModeFreePlane( drmModePlanePtr ptr ); 410 extern drmModePlanePtr drmModeGetPlane(int fd, uint32_t plane_id);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | xf86drmMode.h | 334 } drmModePlane, *drmModePlanePtr; typedef 347 extern void drmModeFreePlane( drmModePlanePtr ptr ); 485 extern drmModePlanePtr drmModeGetPlane(int fd, uint32_t plane_id);
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/ |
| H A D | xf86drmMode.h | 334 } drmModePlane, *drmModePlanePtr; typedef 347 extern void drmModeFreePlane( drmModePlanePtr ptr ); 485 extern drmModePlanePtr drmModeGetPlane(int fd, uint32_t plane_id);
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/ |
| H A D | xf86drmMode.h | 334 } drmModePlane, *drmModePlanePtr; typedef 347 extern void drmModeFreePlane( drmModePlanePtr ptr ); 485 extern drmModePlanePtr drmModeGetPlane(int fd, uint32_t plane_id);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/ |
| H A D | dev.h | 12 drmModePlanePtr plane;
|
| H A D | modeset.c | 148 drmModePlanePtr p; in put_sp_plane()
|
| /OK3568_Linux_fs/device/rockchip/common/data/ |
| H A D | kmsgrab.c | 140 drmModePlanePtr plane; in get_plane_fb()
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/ |
| H A D | 0006-drm-Reconstructs-the-drm-display-driver.patch | 548 - drmModePlanePtr plane; 711 +static drmModePlanePtr 718 + drmModePlanePtr plane; 781 +static drmModePlanePtr 786 + drmModePlanePtr plane; 1146 + drmModePlanePtr plane = NULL;
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/ |
| H A D | gstkmssrc.c | 270 drmModePlanePtr plane; in gst_kms_src_get_plane_fb() 339 drmModePlanePtr plane; in gst_kms_src_get_plane_crtc()
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/ |
| H A D | xf86drmMode.c | 1015 drm_public drmModePlanePtr drmModeGetPlane(int fd, uint32_t plane_id) in drmModeGetPlane() 1018 drmModePlanePtr r = 0; in drmModeGetPlane() 1066 drm_public void drmModeFreePlane(drmModePlanePtr ptr) in drmModeFreePlane()
|