Home
last modified time | relevance | path

Searched refs:plane_id (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp373 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 …]
Ddrm_plane.h99 uint32_t GetObjectId() override { return drm_plane_->plane_id; } in GetObjectId()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_format.h204 vk_format_get_plane_format(VkFormat format, unsigned plane_id);
Dvk_format.c370 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/
Dgr_adreno_info.h215 void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_id,
/hardware/qcom/sm7250/display/gralloc/
Dgr_adreno_info.h223 void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_id,
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Ddrm_mode.h297 __u32 plane_id; member
334 __u32 plane_id; member
Di915_drm.h1920 __u32 plane_id; member
/hardware/qcom/sm7250/media/libc2dcolorconvert/
DC2DColorConverter.h97 …pedef void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_id,
/hardware/qcom/sm8150/media/libc2dcolorconvert/
DC2DColorConverter.h97 …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/
Ddrmplane.cpp33 : drm_(drm), id_(p->plane_id), possible_crtc_mask_(p->possible_crtcs) { in DrmPlane()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp770 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()