Searched refs:plane_id (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_plane.cpp | 373 const uint32_t plane_id = plane.first; in RetainPlanes() local 374 DRM_LOGD("Plane %d: Retaining on CRTC %d", plane_id, crtc_id); in RetainPlanes() 554 drmModeObjectGetProperties(fd_, drm_plane_->plane_id, DRM_MODE_OBJECT_PLANE); in ParseProperties() 678 DRM_LOGD("Plane %d: Setting exclusion rect [x,y,w,h][%d,%d,%d,%d]", drm_plane_->plane_id, in SetExclRect() 733 DRM_LOGE("Plane %d: Setting decimation %d is not supported.", drm_plane_->plane_id, in SetDecimation() 742 DRM_LOGD("Plane %d: Setting decimation %d", drm_plane_->plane_id, prop_value); in SetDecimation() 776 DRM_LOGE("Found plane %d switching from crtc %d to crtc %d", drm_plane_->plane_id, in PostCommit() 788 uint32_t obj_id = drm_plane_->plane_id; in Perform() 1015 drm_plane_->plane_id, drm_plane_->crtc_id, drm_plane_->fb_id, drm_plane_->crtc_x, in Dump() 1027 uint32_t obj_id = drm_plane_->plane_id; in SetMultiRectMode() [all …]
|
D | drm_plane.h | 99 uint32_t GetObjectId() override { return drm_plane_->plane_id; } in GetObjectId()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_format.h | 204 vk_format_get_plane_format(VkFormat format, unsigned plane_id);
|
D | vk_format.c | 370 vk_format_get_plane_format(VkFormat format, unsigned plane_id) in vk_format_get_plane_format() argument 372 assert(plane_id < vk_format_get_plane_count(format)); in vk_format_get_plane_format() 376 const struct vk_format_ycbcr_plane *plane_info = &ycbcr_info->planes[plane_id]; in vk_format_get_plane_format()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_adreno_info.h | 215 void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_id,
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_adreno_info.h | 223 void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_id,
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | drm_mode.h | 297 __u32 plane_id; member 334 __u32 plane_id; member
|
D | i915_drm.h | 1920 __u32 plane_id; member
|
/hardware/qcom/sm7250/media/libc2dcolorconvert/ |
D | C2DColorConverter.h | 97 …pedef void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_id,
|
/hardware/qcom/sm8150/media/libc2dcolorconvert/ |
D | C2DColorConverter.h | 97 …pedef void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_id,
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | drmplane.cpp | 33 : drm_(drm), id_(p->plane_id), possible_crtc_mask_(p->possible_crtcs) { in DrmPlane()
|
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterface.cpp | 770 uint32_t plane_id = plane->id(); in initDrmDevice() local 777 HWC_LOGE(mExynosDisplay, "getOtfMPPWithChannel fail, ch(%d)", plane_id); in initDrmDevice() 778 mExynosMPPsForPlane[plane_id] = exynosMPP; in initDrmDevice() 785 mExynosMPPsForPlane[plane_id] = NULL; in initDrmDevice()
|