Home
last modified time | relevance | path

Searched refs:crtc_h (Results 1 - 12 of 12) sorted by relevance

/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_plane.cpp65 int32_t crtc_x, crtc_y, crtc_w, crtc_h; in GetCrtcProp() local
88 DISPLAY_LOGE("cat not get pane crtc_h prop id")); in GetCrtcProp()
90 crtc_h = prop.value; in GetCrtcProp()
92 DISPLAY_LOGE("plane %{public}d crtc_x %{public}d crtc_y %{public}d crtc_w %{public}d crtc_h %{public}d", in GetCrtcProp()
93 GetId(), crtc_x, crtc_y, crtc_w, crtc_h); in GetCrtcProp()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_plane.cpp64 int32_t crtc_x, crtc_y, crtc_w, crtc_h; in GetCrtcProp() local
83 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_h prop id")); in GetCrtcProp()
85 crtc_h = prop.value; in GetCrtcProp()
87 DISPLAY_LOGE("plane %{public}d crtc_x %{public}d crtc_y %{public}d crtc_w %{public}d crtc_h %{public}d", in GetCrtcProp()
88 GetId(), crtc_x, crtc_y, crtc_w, crtc_h); in GetCrtcProp()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_plane.cpp64 int32_t crtc_x, crtc_y, crtc_w, crtc_h; in GetCrtcProp() local
83 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_h prop id")); in GetCrtcProp()
85 crtc_h = prop.value; in GetCrtcProp()
87 DISPLAY_LOGE("plane %{public}d crtc_x %{public}d crtc_y %{public}d crtc_w %{public}d crtc_h %{public}d", in GetCrtcProp()
88 GetId(), crtc_x, crtc_y, crtc_w, crtc_h); in GetCrtcProp()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_plane.cpp64 int32_t crtc_x, crtc_y, crtc_w, crtc_h; in GetCrtcProp() local
83 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_h prop id")); in GetCrtcProp()
85 crtc_h = prop.value; in GetCrtcProp()
87 DISPLAY_LOGE("plane %{public}d crtc_x %{public}d crtc_y %{public}d crtc_w %{public}d crtc_h %{public}d", in GetCrtcProp()
88 GetId(), crtc_x, crtc_y, crtc_w, crtc_h); in GetCrtcProp()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_plane.cpp54 int32_t crtc_x, crtc_y, crtc_w, crtc_h; in GetCrtcProp() local
73 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_h prop id")); in GetCrtcProp()
75 crtc_h = prop.value; in GetCrtcProp()
77 DISPLAY_LOGE("plane %{public}d crtc_x %{public}d crtc_y %{public}d crtc_w %{public}d crtc_h %{public}d", in GetCrtcProp()
78 GetId(), crtc_x, crtc_y, crtc_w, crtc_h); in GetCrtcProp()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.c712 primary_state->crtc_h = vdisplay; in setup_initial_state()
715 primary_state->crtc_h = fb_height; in setup_initial_state()
721 primary_state->crtc_h = vdisplay; in setup_initial_state()
H A Drockchip_drm_vop2.c3633 state->crtc_h); in vop2_plane_atomic_check()
4249 * @crtc_h: height of primary plane rectangle on crtc
4266 unsigned int crtc_w, unsigned int crtc_h, in rockchip_atomic_helper_update_plane()
4296 pstate->crtc_h = crtc_h; in rockchip_atomic_helper_update_plane()
4262 rockchip_atomic_helper_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, struct drm_modeset_acquire_ctx *ctx) rockchip_atomic_helper_update_plane() argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.c744 primary_state->crtc_h = vdisplay; in setup_initial_state()
747 primary_state->crtc_h = fb_height; in setup_initial_state()
753 primary_state->crtc_h = vdisplay; in setup_initial_state()
H A Drockchip_drm_vop.c1669 dest->y2 = state->crtc_y + state->crtc_h; in vop_plane_atomic_check()
1690 if (state->src_w >> 0x10 < 0x4 || state->src_h >> 0x10 < 0x4 || state->crtc_w < 0x4 || state->crtc_h < 0x4) { in vop_plane_atomic_check()
1692 state->crtc_w, state->crtc_h); in vop_plane_atomic_check()
2000 * @crtc_h: height of primary plane rectangle on crtc
2014 unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, in rockchip_atomic_helper_update_plane()
2045 plane_state->crtc_h = crtc_h; in rockchip_atomic_helper_update_plane()
2012 rockchip_atomic_helper_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, struct drm_modeset_acquire_ctx *ctx) rockchip_atomic_helper_update_plane() argument
H A Drockchip_drm_vop2.c3626 state->crtc_y, state->crtc_w, state->crtc_h); in vop2_plane_atomic_check()
4251 * @crtc_h: height of primary plane rectangle on crtc
4265 unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, in rockchip_atomic_helper_update_plane()
4296 pstate->crtc_h = crtc_h; in rockchip_atomic_helper_update_plane()
4263 rockchip_atomic_helper_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, struct drm_modeset_acquire_ctx *ctx) rockchip_atomic_helper_update_plane() argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_atomic_uapi.c528 state->crtc_h = val; in drm_atomic_plane_set_property()
587 *val = state->crtc_h; in drm_atomic_plane_get_property()
H A Ddrm_atomic_helper.c2912 * @crtc_h: height of primary plane rectangle on @crtc
2925 int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, in drm_atomic_helper_update_plane()
2952 plane_state->crtc_h = crtc_h; in drm_atomic_helper_update_plane()
2924 drm_atomic_helper_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, struct drm_modeset_acquire_ctx *ctx) drm_atomic_helper_update_plane() argument

Completed in 42 milliseconds